View source: R/GetMissingnessPlots.R
GetMissingnessPlots | R Documentation |
Create plot with overview of missing data.
GetMissingnessPlots(
inputData,
columnNames = c("Transmission", "GroupedRegionOfOrigin", "Age", "FirstCD4Count"),
labels = c("Transmission", "Migrant", "Age", "CD4")
)
inputData |
Pre-processed input data. Required. |
columnNames |
Names of columns in |
labels |
Labels to be displayed instead of strings in |
plot object
## Not run:
PlotMissingness(inputData)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.