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 (2025). RESI: An R Package for Robust Effect Sizes. Journal of Statistical Software, 112(3), 1–27. https://doi.org/10.18637/jss.v112.i03.

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

704

Version

1.3.2

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Megan Jones

Last Published

July 29th, 2025

Functions in RESI (1.3.2)

Rsq2S

Covert R^2 to S
omnibus

Omnibus (Overall) Wald Test for resi objects
plot.resi

Plotting RESI Estimates and CIs
anova.resi

Anova method for resi objects
S2Rsq

Covert S to R^2
chisq2S

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

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

Robust Effect Size Index (RESI) Point Estimation
S2chisq

Convert non-zero S to Chi-square statistic
S2z

Convert RESI (S) estimate to Z statistic
S2d

Convert S to Cohen's d
S2fsq

Covert S to Cohen's f^2
depression

Depression Treatment Data
d2S

Covert Cohen's d to |S|
fsq2S

Covert Cohen's f^2 to S
f2S

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

US Health Insurance Data
ggplot.resi

Plotting RESI Estimates and CIs
summary.resi

Summary method for resi objects
t2S

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

Compute the robust effect size index estimate from Z statistic