Learn R Programming

RESI

RESI is an R package designed to implement the Robust Effect Size Index (RESI, denoted as S) described in Vandekar, Tao, & Blume (2020). The RESI is a versatile effect size measure that can be easily computed and added to common reports (such as summary and ANOVA tables). This package currently supports lm, glm, nls, survreg, coxph, hurdle, zeroinfl, gee, geeglm, lme, and lmerMod models. Nonparametric bootstrapping is used to compute confidence intervals, although the interval performance has not yet been evaluated for the longitudinal models. A Bayesian bootstrap is also available for lm and nls models. In addition to the main resi function, the package also includes a point-estimate-only function (resi_pe), conversions from S to other common effect size measures and vice versa, print methods, plot methods, summary methods, and Anova/anova methods. A more detailed vignette is being written.

If you would like to contribute to the package, please branch off of our GitHub and submit a pull request describing the contribution. Please use the GitHub Issues page to report any problems and the Discussions page to seek additional support.

References

Jones, M., Kang, K., & Vandekar, S. (2023). RESI: An R Package for Robust Effect Sizes. arXiv preprint arXiv:2302.12345.

Kang, K., Jones, M. T., Armstrong, K., Avery, S., McHugo, M., Heckers, S., & Vandekar, S. Accurate Confidence and Bayesian Interval Estimation for Non-centrality Parameters and Effect Size Indices. Psychometrika. 2023. 10.1007/s11336-022-09899-x. Advance online publication. https://doi.org/10.1007/s11336-022-09899-x.

Vandekar S, Tao R, Blume J. A Robust Effect Size Index. Psychometrika. 2020 Mar;85(1):232-246. doi: 10.1007/s11336-020-09698-2.

Copy Link

Version

Install

install.packages('RESI')

Monthly Downloads

346

Version

1.2.4

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Megan Jones

Last Published

January 16th, 2024

Functions in RESI (1.2.4)

t2S

Compute the robust effect size index estimate from t statistic (default)
Rsq2S

Covert R^2 to S
S2Rsq

Covert S to R^2
chisq2S

Compute the robust effect size index estimate from chi-squared statistic.
d2S

Covert Cohen's d to |S|
f2S

Compute the robust effect size index estimate from F-statistic
S2fsq

Covert S to Cohen's f^2
S2d

Convert S to Cohen's d
depression

Depression Treatment Data
anova.resi

Anova method for resi objects
ggplot.resi

Plotting RESI Estimates and CIs
z2S

Compute the robust effect size index estimate from Z statistic
plot.resi

Plotting RESI Estimates and CIs
fsq2S

Covert Cohen's f^2 to S
summary.resi

Summary method for resi objects
resi_pe

Robust Effect Size Index (RESI) Point Estimation
omnibus

Omnibus (Overall) Wald Test for resi objects
resi

Robust Effect Size Index (RESI) point and interval estimation for models
insurance

US Health Insurance Data