test_contrasts | R Documentation |
This is a convenience function to test and extract estimates and information about custom contrast.
test_contrasts(object, contrasts, ...)
object |
a gamlj results object of the class 'gamlj' |
contrasts |
a named list with contrasts weights to test of the form |
... |
all options accepted by a gamlj model function. |
an object of class
Marcello Gallucci
data(fivegroups)
fivegroups$Group<-factor(fivegroups$Group)
gmod<-GAMLj3::gamlj_lm(
formula = Score ~Group,
data = fivegroups)
em_means(gmod,formula =~Group)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.