search for: mermodlmertest

Displaying 8 results from an estimated 8 matches for "mermodlmertest".

2016 Jul 15
2
summary() dispatch puzzle
I'm sorry I haven't boiled this down to a more-minimal example yet, but ... I'm working on an S3 method (tidy.merMod, in the 'broom' package). It normally handles 'merMod' objects from the lme4 package, but I'm trying to make it handle 'merModLmerTest' objects from the lmerTest package too. The merModLmerTest class inherits (as an S4) class from the merMod class. The important difference (for my current purposes) is that summary.merMod returns an object containing a coefficient table *without* degrees or freedom or p-values, while the su...
2013 Sep 13
2
R CMD check fails in R-devel r63910
...but fails to install package lmerTest under R-devel r63910, Here is what I get: ** preparing package for lazy loading Error in reconcilePropertiesAndPrototype(name, slots, prototype, superClasses, : no definition was found for superclass "merMod" in the specification of class "merModLmerTest" In DESCRIPTION file I have: Depends: Matrix, stats, methods, lme4 Imports: numDeriv, MASS, Hmisc, gplots, pbkrtest I have classes.R file where I specify that "merModLmerTest" class should inherit "merMod": merModLmerTest <- setClass("merModLmerTest", conta...
2016 Jul 18
0
summary() dispatch puzzle
...rry I haven't boiled this down to a more-minimal example yet, > but ... > I'm working on an S3 method (tidy.merMod, in the 'broom' package). It > normally handles 'merMod' objects from the lme4 package, but I'm trying > to make it handle 'merModLmerTest' objects from the lmerTest package too. > The merModLmerTest class inherits (as an S4) class from the merMod > class. The important difference (for my current purposes) is that > summary.merMod returns an object containing a coefficient table > *without* degrees or...
2017 Oct 11
0
Converting SAS Code
...yzup, Yield ~ Nitrogen + Treatment + (1|Rep/Nitrogen), REML = FALSE) LSD.test(yield.lmer, trt = "Nitrogen", alpha = 0.1, console = TRUE) It gives me fits. It produces errors like: Error in as.data.frame.default(x[[i]], optional = TRUE) : cannot coerce class "structure("merModLmerTest", package = "lmerTest")" to a data.frame Do you have any suggestions for that? Thanks [[alternative HTML version deleted]]
2017 Nov 29
0
How to extract coefficients from sequential (type 1), ANOVAs using lmer and lme
...ever, that lme4 won't calculate the denominator degrees of freedom for you and thus won't give p-values. See the FAQ (https://cran.r-project.org/doc/FAQ/R-FAQ.html#Why-are-p_002dvalues-not-displayed-when-using-lmer_0028_0029_003f) >From the help page for lmerTest-anova (?lmerTest::anova.merModLmerTest): > Usage: > > ## S4 method for signature 'merModLmerTest' > anova(object, ... , ddf="Satterthwaite", > type=3) > > Arguments: > ... > type: type of hypothesis to be tested. Could be type=3 or type=2 or > type = 1...
2017 Dec 01
0
How to extract coefficients from sequential (type 1), ANOVAs using lmer and lme
...won't calculate the denominator degrees of freedom for you and thus > won't give p-values. See the FAQ > (https://cran.r-project.org/doc/FAQ/R-FAQ.html#Why-are-p_002dvalues-not-displayed-when-using-lmer_0028_0029_003f) > > From the help page for lmerTest-anova (?lmerTest::anova.merModLmerTest): >> Usage: >> >> ## S4 method for signature 'merModLmerTest' >> anova(object, ... , ddf="Satterthwaite", >> type=3) >> >> Arguments: >> > ... >> type: type of hypothesis to be tested. Could be type=3...
2017 Sep 30
1
Converting SAS Code
> On 30 Sep 2017, at 14:22 , Robert Baer <rbaer at atsu.edu> wrote: > > > > On 9/29/2017 3:37 PM, Rolf Turner wrote: >> On 30/09/17 07:45, JLucke at ria.buffalo.edu wrote: >> >> <SNIP> >> >>> >>> The conceptual paradigm for R is only marginally commensurate with >>> that of >>> standard statistical
2017 Sep 30
4
Converting SAS Code
On 9/29/2017 3:37 PM, Rolf Turner wrote: > On 30/09/17 07:45, JLucke at ria.buffalo.edu wrote: > > <SNIP> > >> >> The conceptual paradigm for R is only marginally commensurate with >> that of >> standard statistical software. >> You must immerse yourself in R to become proficient. > > Fortune nomination. For newer list members wondering what