Displaying 2 results from an estimated 2 matches for "talklab".
Did you mean:
hallab
2017 Nov 29
0
How to extract coefficients from sequential (type 1), ANOVAs using lmer and lme
...#39;type' of sum of squares is an
ANOVA-thing; the closest correspondence in terms of model coefficients
is the coding of your categorical contrasts. See the literature
mentioned above for more details as well as Dale Barr's discussion on
simple vs. main effects in regression models
(http://talklab.psy.gla.ac.uk/tvw/catpred/).
(?nlme::anova.lme does have indeed have a 'type' argument.)
2. It is possible for the sequential tests and the marginal tests to
yield the same results. Again, see the above literature. You have no
interactions in your model and continuous (i.e. not-categorica...
2017 Dec 01
0
How to extract coefficients from sequential (type 1), ANOVAs using lmer and lme
...quares is an
> ANOVA-thing; the closest correspondence in terms of model coefficients
> is the coding of your categorical contrasts. See the literature
> mentioned above for more details as well as Dale Barr's discussion on
> simple vs. main effects in regression models
> (http://talklab.psy.gla.ac.uk/tvw/catpred/).
>
> (?nlme::anova.lme does have indeed have a 'type' argument.)
>
> 2. It is possible for the sequential tests and the marginal tests to
> yield the same results. Again, see the above literature. You have no
> interactions in your model and c...