NEWS | R Documentation |
News for Package stdReg
Changes in version 3.4.2 (2025-05-05)
Bug fixes
The functionality for computing standard errors in stdCoxph has been updated, to reflect an update that was made in the survival package version 3.2-9 for handling centering of binary covariates.
Changes in version 3.4.1 (2021-05-11)
Bug fixes
A minor bug has been corrected in the handling of the argument subsetnew.
Changes in version 3.4.0 (2019-03-21)
Bug fixes
An error has been corrected in the summary.parfrailty function.
User-visible changes
-
parfrailty
now returns thedata
argument. Added output elements
call
andinput
tostdCoxph
,stdGee
,stdGlm
andstdParfrailty
.The
est
,score
andhessian
elements ofclass("parfrailty")
have been named.A help entry for
summary.stdGlm
has been added.Informative error messages have been added in places.
Non-visible changes
Less internal calls to
coxph.detail
instdCoxph
, which makes the function slightly faster.Replaced
class(fit)=="name"
withinherits(x=fit, what="name")
in places, which should be safer.Minor changes in the internal handling of formula arguments, to avoid errors if formulas are given implicitly to models, e.g.
f <- y~x
,fit <- glm(formula=f)
Changes in version 3.3.0 (2019-03-15)
Bug fixes
A minor bug has been corrected in the calculation of
vcov
forstdCox
. This may have a minor effect on the estimated variance-covariance matrix.