Description Usage Arguments Value Examples
Various functions for extracting the proportional hazard distribution.
mphdist extracts the hazard distribution.
mphdist.log extracts the log hazard distribution.
mphmoments returns the first and second moments of the hazard distribution.
mphmoments.log returns the first and second moments of the log hazard distribution.
mphcov returns the variance/covariance matrix of the hazard distribution.
mphmedian returns the medians of the hazard distribution.
mphcov.log returns the variance/covariance matrix of the log hazard distribution.
1 2 3 4 5 6 7 8 9 10 11 12 13 | mphdist(pset)
mphdist.log(pset)
mphmoments(pset)
mphmoments.log(pset)
mphcov(pset)
mphmedian(pset)
mphcov.log(pset)
|
pset |
a parameter set of class |
A matrix.
1 2 3 4 5 6 | # load a dataset and a precomputed fitted model
data(durdata)
best <- fit[[1]]
mphdist(best)
mphmoments(best)
mphcov.log(best)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.