Looks for the mean of the numeric values
See also
Other functions to evaluate samples:
evaluate_entropy()
,
evaluate_independence()
,
evaluate_index()
,
evaluate_mad()
,
evaluate_na()
,
evaluate_orig()
,
evaluate_sd()
Other functions to evaluate numbers:
evaluate_mad()
,
evaluate_na()
,
evaluate_sd()
Examples
data(survey, package = "MASS")
index <- design(survey[, c("Sex", "Smoke", "Age")], size_subset = 50,
iterations = 10)
#> Warning: There might be some problems with the data use check_data().
# Note that categorical columns will be omitted:
evaluate_mean(index, survey[, c("Sex", "Smoke", "Age")])
#> Age
#> 0.2733898