Thanks as always to Kit Baum, a new package kmest is now availble for download from SSC. In Stata, use the ssc command to do this.
The kmest package is described as below on my website, and estimates a vector of Kaplan-Meier survival probablities (without covariance estimates) as estimation results for input to the bootstrap or jackknife prefix. This is especially useful if the user wants to estimate Kaplan-Meier survival probabilities for clustered and/or sampling-probability-weighted sampling schemes. StataCorp did not seem to have written a command that did this. However, I would like to thank them loads for putting into place the foundations for other people to do so.
Best wishes
Roger
--------------------------------------------------------------------------------
package kmest from http://www.rogernewsonresources.org.uk/stata10
--------------------------------------------------------------------------------
TITLE
kmest: Compute Kaplan-Meier survival probabilities as estimation results
DESCRIPTION/AUTHOR(S)
kmest is intended for use in a survival time dataset set up by stset.
It computes Kaplan-Meier survival probabilities (as computed by sts
generate) for a list of times (sorted in ascending order), and saves
them as estimation results, without a variance matrix. kmest is
intended for use with the bootstrap prefix, or possibly with the
jackknife prefix, to create confidence intervals for the Kaplan-Meier
survival probabilities, possibly allowing for clustering and
sampling-probability weighting.
Author: Roger Newson
Distribution-Date: 23january2020
Stata-Version: 10
INSTALLATION FILES (click here to install)
kmest.ado
kmest.sthlp
--------------------------------------------------------------------------------
(click here to return to the previous screen)
Related Posts with New package kmest on SSC
ppml_panel_sg: "r(2000) no observations" error after 10 iterationsHello everyone, I'm currently working with a balanced panel dataset on bilateral exports at the sec…
Invalid Syntax r(198)Hi all, I was wondering if anyone can help with egger's and begg's test for subgroups. I used this c…
marker label values in twoway mataHi When I run the code Code: sysuse auto, clear summarize price mata: mean = st_numscalar("r(m…
Plot graph of multiple categorical variables (with sub-categories) across outcome variableDear all, I more than two categorical variables with two sub groups in each. I want to graph them o…
Differing results with stepwise regression (& categorical predictors)Hi, I am having trouble interpreting the results of my logistic regression analysis. I am running …
Subscribe to:
Post Comments (Atom)
0 Response to New package kmest on SSC
Post a Comment