Learn R Programming

experDesign (version 0.4.0)

evaluate_index: Evaluates a data.frame

Description

Measures several indicators per group

Usage

evaluate_index(i, pheno)

Value

An array of three dimensions with the mean, standard deviation (sd()), and median absolute deviation (mad()) of the numeric variables, the entropy of the categorical and the number of NA by each subgroup.

Arguments

i

Index

pheno

Data.frame with information about the samples

See Also

If you have already an index you can use use_index().

Other functions to evaluate samples: evaluate_entropy(), evaluate_independence(), evaluate_mad(), evaluate_mean(), evaluate_na(), evaluate_orig(), evaluate_sd()

Examples

Run this code
data(survey, package = "MASS")
index <- create_subset(nrow(survey), 50, 5)
ev_index <- evaluate_index(index, survey[, c("Sex", "Smoke")])
ev_index["entropy", , ]

Run the code above in your browser using DataLab