evaluate_sd | R Documentation |
Looks for the standard deviation of the numeric values
evaluate_sd(i, pheno)
i |
List of indices |
pheno |
Data.frame with the samples |
A matrix with the standard deviation value for each column for each subset
Other functions to evaluate samples:
evaluate_entropy()
,
evaluate_independence()
,
evaluate_index()
,
evaluate_mad()
,
evaluate_mean()
,
evaluate_na()
,
evaluate_orig()
Other functions to evaluate numbers:
evaluate_mad()
,
evaluate_mean()
,
evaluate_na()
data(survey, package = "MASS")
index <- design(survey[, c("Sex", "Smoke", "Age")], size_subset = 50,
iterations = 10)
# Note that categorical columns will be omitted:
evaluate_sd(index, survey[, c("Sex", "Smoke", "Age")])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.