powered by
Plot the missing patterns of the observed data
imPlotMisPattern(data.all, lst.var, cols = c("blue", "gray"), fname = NULL, ...)
Original dataset
see idem-parameters
idem-parameters
Color of observed and missing values
File name of the result pdf file. If fname is null, result pdf file will not be generated
fname
Options for pdf function
pdf
# NOT RUN { lst.var <- list(trt="TRT", outcome=c("Y1","Y2"), trt.label = c("UC+SBT", "SAT+SBT")); imPlotMisPattern(abc, lst.var); # }
Run the code above in your browser using DataLab