evaluate_orig | R Documentation |
Measure some summary statistics of the whole cohort of samples
evaluate_orig(pheno)
pheno |
Data.frame with information about the samples |
A matrix with the mean, standard deviation, MAD values of the
numeric variables, the entropy of the categorical, and the amount of
NA
per variable.
Other functions to evaluate samples:
evaluate_entropy()
,
evaluate_independence()
,
evaluate_index()
,
evaluate_mad()
,
evaluate_mean()
,
evaluate_na()
,
evaluate_sd()
data(survey, package = "MASS")
evaluate_orig(survey[, c("Sex", "Age", "Smoke")])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.