qf is now the
default confidence interval method for lm and
glm.robustbase models (lmrob
and glmrob) via new resi_pe.lmrob,
resi_pe.glmrob, resi.lmrob, and
resi.glmrob methods. Both default to
vcovfunc = stats::vcov, which uses the model’s built-in
robust sandwich variance. glmrob redirects
sandwich::vcovHC to stats::vcov with a warning
since vcovHC does not support glmrob
(#12).data argument containing
NAs to resi() for GEE models
(geeglm). Rows with NA in any model variable
are now silently stripped before bootstrapping, matching the complete
cases used to fit the model and preventing cluster-size mismatches
during re-fitting (#51).summary.resi() when a
different alpha level is requested but confidence intervals
cannot be recomputed. The message now clearly explains that either (a)
bootstrapping is not supported for the model type, or (b)
resi() was not run with store.boot = TRUE, and
instructs the user to re-run resi() with the desired
alpha directly (#53).resi() failing to compute the overall Wald test
when the model response is a computed expression
(e.g. log10(charges) or
I(charges > 10000)). Previously the intercept-only
reduced model could not be fitted inside forked parallel workers because
update() tried to re-evaluate the expression in an
environment where the underlying variable was not in scope. The fix
constructs the reduced-model formula using the already-evaluated column
name from model.frame(), avoiding any re-evaluation.vcov.args = list(type = "const") is passed together with
vcovfunc = sandwich::vcovHC. The message explains that
type = "const" is the OLS sandwich (not robust) and directs
users to use vcovfunc = stats::vcov for parametric variance
estimation instead (#50).resi_pe now reports CS-RESI and L-RESI for
lmer.emmeans objectsglmgee models from
glmtoolboxglmmTMBvignette("RESI_paper"))geeglm objects not assigning weights
properly with missing databoot package for bootstrapping
boot.results element of resi object
contains full boot objectgeeglm/gee methodsplot.resi functionggplot methodsomnibus function to extract overall Wald test
from resi objectt2S and t2S_alt into
t2S and z2S and z2S_alt into
z2Sresi when using a model with only one
predictorgee and geeglm reporting valid confidence
intervalsgee and geeglm report both a longitudinal
RESI estimate and a cross-sectional RESI estimatelme and lmerMod reports point estimates
for longitudinal RESI only (confidence intervals in development)anova option added for geeglm,
lme, and lmerModf2S and t2S_alt formula corrected
(denominator is now n instead of the residual degrees of freedom)resi for
nls and geeglm model typessummary on a resi object
to summary_resi for consistency
Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.
This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.