Description Usage Arguments Value Examples
fixedGroup
fits and returns a linear model with group
as a
fixed effect.
1 |
df |
A data frame with columns |
An lm
model object.
1 2 3 4 5 | x <- data.frame(
group=rep(c("1", "2"), 3),
log2inty=rep(c(10, 12), 3) + rnorm(6)
)
fixedGroup(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.