View source: R/ds.exposome_summary.R
ds.exposome_summary | R Documentation |
Generates the summary of a variable (phenotype or exposure) of a server side 'ExposomeSet' object
ds.exposome_summary(Set, variable, datasources = NULL)
Set |
|
variable |
|
datasources |
a list of |
The function returns a list
, the contents of it depend on the variable nature, for numeric variables:
- $class
Class of the variable
- $length
Number of observations of the variable
- $quantiles & mean
Quantiles and mean of the variable
Categorical variable:
- $class
Class of the variable
- $length
Number of observations of the variable
- $categories
Levels of the categorical variable
- $counts of each level
Counts for each of the levels
## Not run: Refer to the package Vignette for examples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.