Learn R Programming

CFC (version 1.2.0)

summary.cfc.pbasis: Summarizing probability-denominated CFC objects

Description

summary method for class cfc.pbasis.

Usage

# S3 method for cfc.pbasis
summary(object, ...)
# S3 method for summary.cfc.pbasis
plot(x, ...)

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.

Arguments

object

An object of class "cfc.pbasis", usually the result of a call to cfc.pbasis.

x

An object of class "summary.cfc.pbasis", usually the result of a call to summary.cfc.pbasis.

...

Further arguments to be passed to/from other methods.

Author

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.