powered by
Plot Kaplan-Meier estimates of group-specific cumulative hazard from a nonparametric discrete frailty model
# S3 method for survfit_npdf plot(x, xlab = NULL, ylab = NULL, cols = NULL, ...)
Object returned by survfit_npdf representing Kaplan-Meier estimates from a nonparametric discrete frailty model
survfit_npdf
x-axis label
y-axis label
vector of colour names or numbers, of the same length as the number of groups
options to pass to the generic plot function
plot
plot.npdf, survfit_npdf
plot.npdf
x = npdf_cox( Surv(time, status) ~ x, groups=family, data=weibdata2030, K = 2, estK=FALSE, eps_conv=10^-4) object = survfit_npdf( x ) plot( object )
Run the code above in your browser using DataLab