Changelog
Source:NEWS.md
RESI 1.2.0
CRAN release: 2023-06-09
- Implemented
boot
package for bootstrapping-
boot.results
element ofresi
object contains fullboot
object - Allows parallelization
-
- Updated
geeglm
/gee
methods - Revamped
plot.resi
function - Added
ggplot
methods - Added
omnibus
function to extract overall Wald test fromresi
object - Combined
t2S
andt2S_alt
intot2S
andz2S
andz2S_alt
intoz2S
- Substantially reduced code duplication between methods
- Expanded error checking and messaging
- Fixed error in
resi
when using a model with only one predictor - Various typo fixes and cleaned up documentation
RESI 1.1.0
CRAN release: 2023-02-10
- Expanded longitudinal methods
-
gee
andgeeglm
reporting valid confidence intervals -
gee
andgeeglm
report both a longitudinal RESI estimate and a cross-sectional RESI estimate -
lme
andlmerMod
reports point estimates for longitudinal RESI only (confidence intervals in development) -
anova
option added forgeeglm
,lme
, andlmerMod
- Updated bootstrap sampling to ensure the correct number of clusters
-
- Error in
f2S
andt2S_alt
formula corrected (denominator is now n instead of the residual degrees of freedom) - Added bootstrap fail counter on
resi
fornls
andgeeglm
model types - Changed class of
summary
on aresi
object tosummary_resi
for consistency - Small typos and inconsistencies fixed