powered by
Measure some summary statistics of the whole cohort of samples
evaluate_orig(pheno)
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.
NA
Data.frame with information about the samples
Other functions to evaluate samples: evaluate_entropy(), evaluate_independence(), evaluate_index(), evaluate_mad(), evaluate_mean(), evaluate_na(), evaluate_sd()
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")])
Run the code above in your browser using DataLab