| draw.galamm | R Documentation |
This function uses gratia::draw to visualize smooth terms. See
gratia::draw() for details. When object is not of class
galamm, it is forwarded to gratia::draw().
## S3 method for class 'galamm'
draw(object, ...)
object |
An object of class |
... |
Other arguments passed on to |
A ggplot object.
Other summary functions:
anova.galamm(),
plot_smooth.galamm(),
print.galamm(),
print.summary.galamm(),
summary.galamm()
dat <- subset(cognition, domain == 1 & item == "11")
dat$y <- dat$y[, 1]
mod <- galamm(y ~ s(x) + (1 | id), data = dat)
draw(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.