Obtain a summary of the missing values involved in an object of class JointAI
This function returns a data.frame
or a list
of
data.frame
s per grouping level. Each of the data.frames
has columns variable
, #NA
(number of missing values) and
%NA
(proportion of missing values in percent).
get_missinfo(object)
object |
object inheriting from class JointAI |
mod <- lm_imp(y ~ C1 + B2 + C2, data = wideDF, n.iter = 100) get_missinfo(mod)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.