plot.JointAI | R Documentation |
Plot an object object inheriting from class 'JointAI'
## S3 method for class 'JointAI'
plot(x, ...)
x |
object inheriting from class 'JointAI' |
... |
currently not used |
Currently, plot()
can only be used with (generalized) linear (mixed)
models.
mod <- lm_imp(y ~ C1 + C2 + B1, data = wideDF, n.iter = 100)
plot(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.