View source: R/Normalization.R
tidyCovariateData | R Documentation |
Tidy covariate data
tidyCovariateData( covariateData, minFraction = 0.001, normalize = TRUE, removeRedundancy = TRUE )
covariateData |
An object as generated using the |
minFraction |
Minimum fraction of the population that should have a non-zero value for a covariate for that covariate to be kept. Set to 0 to don't filter on frequency. |
normalize |
Normalize the covariates? (dividing by the max). |
removeRedundancy |
Should redundant covariates be removed? |
Normalize covariate values by dividing by the max and/or remove redundant covariates and/or remove infrequent covariates. For temporal covariates, redundancy is evaluated per time ID.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.