Description Usage Arguments Value See Also Examples
This function can be used to obtain a table with the missing data in exposures and in phenotypes of an ExposomeSet.
1 | tableMissings(object, set, output = "n", sort = TRUE)
|
object |
ExposomeSet which exposome will be plotted. |
set |
Can be set to |
output |
(default |
sort |
(default |
A numeric vector with number of missing values per exposure. The vector is labeled with the exposure's names.
plotFamily to draw the profile of a family of exposures, plotHistogram to draw the shape of an exposure, plotMissings to draw a plot with the missing data an ExposomeSet, imputation to impute missing data on the exposures of an ExposomeSet
1 2 3 4 | data("exposome")
# The included has no missing data
tableMissings(expo, set = "exposures")
tableMissings(expo, set = "phenotypes")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.