get_SE {estmeansd}R Documentation

Parametric bootstrap standard error estimation

Description

A generic function for computing parametric bootstrap standard error (SE) estimates.

Usage

get_SE(x, ...)

Arguments

x

an object for which a standard error estimate is desired

...

other arguments.

Value

A list with the following components:

est.se

Estimated standard error of the mean estimator.

boot.means

Bootstrap replicates of the mean estimates.

boot.sds

Bootstrap replicates of the standard deviation estimates.

References

McGrath S., Katzenschlager S., Zimmer A.J., Seitel A., Steele R., and Benedetti A. (2023). Standard error estimation in meta-analysis of studies reporting medians. Statistical Methods in Medical Research. 32(2):373-388.


[Package estmeansd version 1.0.1 Index]