get_SE | R Documentation |
A generic function for computing parametric bootstrap standard error (SE) estimates.
get_SE(x, ...)
x |
an object for which a standard error estimate is desired |
... |
other arguments. |
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. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.