Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: Internal model validation


From   Eduardo Nunez <[email protected]>
To   [email protected]
Subject   st: Internal model validation
Date   Thu, 1 Apr 2010 11:34:22 -0400

Dear statalisters,

I wonder if Stata (version 11) has a module to perform a Cox model
internal validation (mainly Harrell's C-statistics) using
bootstrapping?
The Design R-package from Harrell's has such procedure implemented
("validate.cph {Design}")...see the code below:

f <- cph(S ~ age*sex, x=TRUE, y=TRUE)
validate(f, B=500)    # Validate full model fit

Thank you,

Eduardo
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index