search for: nlmepackag

Displaying 3 results from an estimated 3 matches for "nlmepackag".

Did you mean: nlmepackage
2017 Nov 27
0
How to extract coefficients from sequential (type 1) ANOVAs using lmer and lme
...g ANOVA tables and associated coefficients for predictive variables(I am using the R 3.4.2 version). I think ANOVA tables look right, but believecoefficients are wrong. Specifically, it looks like that the coefficients arefrom ANOVA with ?marginal? (type III sums of squares). I have tried both lme (nlmepackage) and lmer (lme4 + lmerTEST packages). Examples of the results arebelow: ? ? > #mixed-effect modelusing lme >model.short.psme.bulk.d13c.3 <- lme(isotopebulk_add_log ~narea+sampleheight, random= ~1|tree, +??????????????????????????? data =ht_data_short_psme, na.action = na.exclude) &...
2017 Nov 29
0
How to extract coefficients from sequential (type 1), ANOVAs using lmer and lme
...g ANOVA tables and associated coefficients for predictive variables(I am using the R 3.4.2 version). I think ANOVA tables look right, but believecoefficients are wrong. Specifically, it looks like that the coefficients arefrom ANOVA with ?marginal? (type III sums of squares). I have tried both lme (nlmepackage) and lmer (lme4 + lmerTEST packages). Examples of the results arebelow: > <snip> > Ibelieve the results from summary() are for ?marginal? instead of ?sequential?ANOVA because the p-value (i.e., 0.237 for narea) in summary are identical tothose in tables from ?marginal?. I also use...
2017 Dec 01
0
How to extract coefficients from sequential (type 1), ANOVAs using lmer and lme
...ssociated coefficients > for predictive variables(I am using the R 3.4.2 version). I think ANOVA > tables look right, but believecoefficients are wrong. Specifically, it > looks like that the coefficients arefrom ANOVA with ?marginal? (type III > sums of squares). I have tried both lme (nlmepackage) and lmer (lme4 + > lmerTEST packages). Examples of the results arebelow: >> > > > <snip> > > >> Ibelieve the results from summary() are for ?marginal? instead of > ?sequential?ANOVA because the p-value (i.e., 0.237 for narea) in summary > are identica...