What’s new in survival analysis
- Stata’s new stcrreg command fits competing-risks regression models.
In a competing-risks model, subjects are at risk of failure because of
two or more separate and possibly correlated causes.
Existing command stcurve will now graph cumulative incidence
functions after stcrreg.
- Stata’s new multiple-imputation features may
be used with
stcox,
streg, and
stcrreg.
- Factor variables may now be used with
stcox,
streg, and
stcrreg.
- Concerning predict:
- New reporting options baselevels and allbaselevels
control how base levels of factor variables are displayed in output
tables. New reporting option noemptycells controls whether
missing cells in interactions are displayed.
These new options are supported by estimation commands stcox,
streg, and stcrreg, and by existing postestimation commands
estat summarize and estat vce.
- New reporting option noomitted controls whether covariates
that are dropped because of collinearity are reported in output tables.
By default, Stata now includes a line in estimation and related output
tables for collinear covariates and marks those covariates as
“(omitted)”. noomitted suppresses those lines.
noomitted is supported by estimation commands stcox,
streg, and stcrreg, and by existing postestimation commands
estat summarize and estat vce.
- New option vsquish eliminates blank lines in estimation and
related tables. Many output tables now set off factor variables and
time-series–operated variables with a blank line. vsquish
removes these lines.
vsquish is supported by estimation commands stcox,
streg, and stcrreg, and by existing postestimation command
estat summarize.
- Estimation commands stcox, streg, and stcrreg
support new option coeflegend to display the coefficients’
legend rather than the coefficient table. The legend shows how you
would type a coefficient in an expression, in a test command, or in a
constraint definition.
- Estimation commands streg and stcrreg
support new option nocnsreport to suppress reporting constraints.
- stcox now allows up to 100 time-varying covariates as specified
in option tvc(). The previous limit was 10.
- Existing commands stcurve and estat phtest no
longer require that you specify the appropriate options to stcox
before using them. The commands automatically generate the statistics
they require.
- Existing epitab commands ir, cs, cc,
and mhodds now treat missing categories of variables in by()
consistently. By default, missing categories are now excluded from the
computation. This may be overridden by specifying by()’s new
option missing.
- Existing command sts list has new option saving(), which
creates a dataset containing the results.
Back to highlights
|
|