Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
`sim` method for `coxph` objects #4
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mbojan commentedJan 18, 2017
Can we have a
sim()method forcoxphobjects?I could submit a PR, but I am not sure what exactly the stat theory is. In particular, I am not sure whether the example from the ARM book generalizes directly to Cox regression. Assuming that
objectis of classcoxph, does it boil down to simply sampling from a multivariate normal withobject$coefficientsvcov(object)?