Rev 4659 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
R version 2.6.0 Under development (unstable) (2007-07-19 r42275)Copyright (C) 2007 The R Foundation for Statistical ComputingISBN 3-900051-07-0R is free software and comes with ABSOLUTELY NO WARRANTY.You are welcome to redistribute it under certain conditions.Type 'license()' or 'licence()' for distribution details.R is a collaborative project with many contributors.Type 'contributors()' for more information and'citation()' on how to cite R or R packages in publications.Type 'demo()' for some demos, 'help()' for on-line help, or'help.start()' for an HTML browser interface to help.Type 'q()' to quit R.> library(MEMSS)Loading required package: lme4Loading required package: MatrixLoading required package: lattice> options(show.signif.stars = FALSE)> m1 <- lmer(pixel ~ day + I(day^2) + (1|Dog:Side) + (day|Dog),+ Pixel, verbose = TRUE)0: 873.72159: 0.723102 0.511310 0.0568329 0.000001: 871.66481: 0.764370 0.554128 0.265180 0.07907412: 852.35724: 1.10288 0.845451 0.152962 0.1063053: 847.00821: 1.16858 0.874801 0.156903 -0.06359554: 843.28240: 1.28977 0.977645 0.124671 0.02448695: 839.18593: 1.39641 1.09187 0.170487 -0.06234056: 835.37011: 1.50833 1.23109 0.141202 -0.02634867: 833.06758: 1.61653 1.57809 0.163323 -0.08665368: 830.85858: 1.65460 1.92406 0.257511 -0.007753619: 828.14956: 1.68643 2.06574 0.192606 -0.015669910: 827.81893: 1.68848 2.06928 0.181346 -0.051331411: 827.28190: 1.69472 2.10191 0.175224 -0.034777712: 827.01770: 1.69385 2.17357 0.153136 -0.040909713: 825.44540: 1.73982 2.84022 0.175245 -0.037708714: 825.34915: 1.91603 2.84723 0.174516 -0.039193515: 825.30257: 1.86960 3.13923 0.165970 -0.030022816: 825.21131: 1.86805 3.15373 0.170702 -0.036743517: 825.21020: 1.87145 3.15345 0.170711 -0.036065918: 825.21019: 1.87143 3.15557 0.170648 -0.036049319: 825.21019: 1.87151 3.15584 0.170647 -0.036050920: 825.21019: 1.87152 3.15586 0.170649 -0.0360511> print(m1, corr = FALSE)Linear mixed-effects model fit by REMLFormula: pixel ~ day + I(day^2) + (1 | Dog:Side) + (day | Dog)Data: PixelAIC BIC logLik MLdeviance REMLdeviance839.2 857.6 -412.6 827.3 825.2Random effects:Groups Name Variance Std.Dev. CorrDog:Side 283.0552 16.8242Dog 804.8533 28.36993.3999 1.8439 -0.555Residual 80.8131 8.9896Number of obs: 102, groups: Dog:Side, 20; Dog, 10Fixed effects:Estimate Std. Error t value(Intercept) 1073.33924 10.17169 105.52day 6.12959 0.87935 6.97I(day^2) -0.36735 0.03395 -10.82> ranef(m1)$`Dog:Side`(Intercept)A:L -5.967401A:R -11.773452B:L -4.052808B:R -9.803955C:L -7.974109C:R 3.734074D:L 2.111162D:R 2.852360E:L 3.308487E:R 7.111341F:L 10.906578F:R -9.905066G:L -5.905193G:R 21.116140H:L 8.125800H:R -7.414967I:L 11.172113I:R -17.049247J:L 31.610151J:R -22.202007$Dog(Intercept) dayA -24.713030 -1.19534746B -23.581267 -0.43240454C -27.080725 2.19479510D -16.659732 3.09601389E 25.299326 -0.56128564F 10.823465 -1.03701003G 49.353931 -2.27452509H -7.054529 0.99029781I -5.753167 -0.68108686J 19.365728 -0.09944718> q("no")