JointAI (version 0.5.1)

parameters: Parameter names of an JointAI object

Description

Returns the names of the parameters/nodes of an object of class 'JointAI' for which a monitor is set.

Usage

parameters(object, mess = TRUE, warn = TRUE)

Arguments

object

object inheriting from class 'JointAI'

mess

logical; should messages be given? Default is TRUE. Note: this applies only to messages given directly by JointAI.

warn

logical; should warnings be given? Default is TRUE. Note: this applies only to warnings given directly by JointAI.

...

currently not used

Examples

Run this code
# NOT RUN {
# (does not need MCMC samples to work, so we will set n.adapt = 0 and
# n.iter = 0 to reduce computational time)
mod1 <- lm_imp(y ~ C1 + C2 + M2 + O2 + B2, data = wideDF, n.adapt = 0, n.iter = 0)

parameters(mod1)

# }

Run the code above in your browser using DataLab