JointAI (version 1.0.2)

plot.JointAI: Plot an object object inheriting from class 'JointAI'

Description

Plot an object object inheriting from class 'JointAI'

Usage

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

Arguments

x

object inheriting from class 'JointAI'

...

currently not used

Examples

Run this code
# NOT RUN {
mod <- lm_imp(y ~ C1 + C2 + B1, data = wideDF, n.iter = 100)
plot(mod)

# }

Run the code above in your browser using DataLab