| 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
-  parfrailtynow returns thedataargument.
- Added output elements - calland- inputto- stdCoxph,- stdGee,- stdGlmand- stdParfrailty.
- The - est,- scoreand- hessianelements of- class("parfrailty")have been named.
- A help entry for - summary.stdGlmhas been added.
- Informative error messages have been added in places. 
Non-visible changes
- Less internal calls to - coxph.detailin- stdCoxph, which makes the function slightly faster.
- Replaced - class(fit)=="name"with- inherits(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 - vcovfor- stdCox. This may have a minor effect on the estimated variance-covariance matrix.