Rev 3852 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
-----Modify mcmcsamp to return the deviance in the sample only when theoptional argument 'deviance' is TRUE (default FALSE).-----Replace the use of the unexported replacement function LMEoptimize<-in lmer.R by the function LMEopt, which always returns NULL but(in contradiction to the language specification) modifies its first argument.-----Modify the one-argument form of the anova method for lmer objects (yetagain) to calculate the F ratios. It is the df, not the ratio thatis controversial.Should there be an extractor function for the mean square error? Ifso, what should it be called?-----Determine what a "coef" function should do for multiple, possiblynon-nested, grouping factors.------ add nicer (more realistic?) pedigree examples and tests- document print(<mer>) including an example print(<lmer>, corr = FALSE)