summary.cfc.pbasis {CFC} | R Documentation |
Summarizing probability-denominated CFC objects
Description
summary
method for class cfc.pbasis
.
Usage
## S3 method for class 'cfc.pbasis'
summary(object, ...)
## S3 method for class 'summary.cfc.pbasis'
plot(x, ...)
Arguments
object |
An object of class "cfc.pbasis", usually the result of a call to |
x |
An object of class "summary.cfc.pbasis", usually the result of a call to |
... |
Further arguments to be passed to/from other methods. |
Value
The function summary.cfc.pbasis
calculates the average of cumulative incidence and event-free probability functions at each time point across all elements of the object list. If the object is a matrix, it is returned without change.
Author(s)
Alireza S. Mahani, Mansour T.A. Sharabiani
References
Mahani A.S. and Sharabiani M.T.A. (2019). Bayesian, and Non-Bayesian, Cause-Specific Competing-Risk Analysis for Parametric and Nonparametric Survival Functions: The R Package CFC. Journal of Statistical Software, 89(9), 1-29. doi:10.18637/jss.v089.i09
See Also
The model fitting function is cfc.pbasis
. See summary
and plot
for descriptions of the generic methods. See cfc.tbasis
for time-denominated CFC, as well as usage examples.