View source: R/summary.galamm.R
print.galamm | R Documentation |
Print method for GALAMM fits
## S3 method for class 'galamm'
print(x, ...)
x |
An object of class |
... |
Further arguments passed on to other methods. Currently not used. |
Summary printed to screen. Invisibly returns the argument x
.
summary.galamm()
for the summary function and print()
for the
generic.
Other summary functions:
anova.galamm()
,
plot.galamm()
,
plot_smooth.galamm()
,
print.summary.galamm()
,
summary.galamm()
# Linear mixed model with heteroscedastic residuals
mod <- galamm(
formula = y ~ x + (1 | id),
weights = ~ (1 | item),
data = hsced
)
print(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.