powered by
Print method for GALAMM fits
# S3 method for galamm print(x, ...)
Summary printed to screen. Invisibly returns the argument x.
x
An object of class galamm returned from galamm.
galamm
Further arguments passed on to other methods. Currently not used.
summary.galamm() for the summary function and print() for the generic.
summary.galamm()
print()
Other summary functions: anova.galamm(), plot.galamm(), plot_smooth.galamm(), print.summary.galamm(), summary.galamm()
anova.galamm()
plot.galamm()
plot_smooth.galamm()
print.summary.galamm()
# Linear mixed model with heteroscedastic residuals mod <- galamm( formula = y ~ x + (1 | id), weights = ~ (1 | item), data = hsced ) print(mod)
Run the code above in your browser using DataLab