Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot.JointAI

Plot an object object inheriting from class 'JointAI'


Description

Plot an object object inheriting from class 'JointAI'

Usage

## S3 method for class 'JointAI'
plot(x, ...)

Arguments

x

object inheriting from class 'JointAI'

...

currently not used

Note

Currently, plot() can only be used with (generalized) linear (mixed) models.

Examples

mod <- lm_imp(y ~ C1 + C2 + B1, data = wideDF, n.iter = 100)
plot(mod)

JointAI

Joint Analysis and Imputation of Incomplete Data

v1.0.2
GPL (>= 2)
Authors
Nicole S. Erler [aut, cre] (<https://orcid.org/0000-0002-9370-6832>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.