Skip to contents

Compute an estimate from a wrapper function

Usage

calculate_estimate(data, estimation_function, estimation_arguments)

Arguments

data

A data.frame containing the data to be analyzed

estimation_function

A function whose arguments include a data.frame named data

estimation_arguments

A list of any additional arguments needed by estimation_function

Value

A numeric scalar containing the computed estimate

See also

calculate_covariance() for computing the covariance matrix of estimators across analyses.

Examples

# To be added