
Robust Effect Size Index with Asymptotic Confidence Intervals
Source:R/resi_asymptotic.R
resi_pe_asymptotic.RdComputes RESI point estimates and asymptotic confidence intervals using either a normal approximation (Zhang et al., 2025) or a quadratic-form (Imhof/Davies) approach.
Arguments
- model.full
Fitted
lmorglmmodel object.- data
Data frame of model data.
- vcovfunc
Variance estimator for RESI point estimates. Default:
sandwich::vcovHC.- coefficients
Logical; include coefficient table. Default
TRUE.- anova
Logical; include anova table. Default
TRUE.- alpha
Numeric; significance level. Default
0.05.- ci.method
Character;
"normal"(truncated normal),"qf"(quadratic-form Imhof), or"cf"(Cornish-Fisher test inversion). Default"normal".- type
Character; HC type for the M-estimator sandwich used in CI construction. Default
"HC3".- unbiased
Logical; use bias-corrected RESI point estimate. Default
TRUE.- Anova.args
List; additional arguments passed to
car::Anova.- vcov.args
List; additional arguments passed to
vcovfunc.- ...
Ignored.