Description Usage Arguments Examples
Plots the number and fraction of missing data pr sample (SAid)
1 |
flatRDBES |
flatRDBES data.table() with column names following the RDBES (v 1.17) R-Name specification. |
var |
variable to plot missing data for (column in flatRDBES) |
1 2 3 | ages <- extractBV(NORportsampling2018$BV, c("Age"), c("integer"))
agesamples <- merge(ages, NORportsampling2018$SA, by="SAid")
plotSAnas(agesamples, c("Age"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.