Learn R Programming

Cprob (version 1.2.2)

summary.cpf: Summary method for cpf

Description

Provides a summary of a cpf object.

Usage

## S3 method for class 'cpf':
summary(object, ...)
## S3 method for class 'summary.cpf':
print(x, ...)

Arguments

object
An object of class cpf
x
An object of class summary.cpf
...
Not used

Value

  • A list with the following components
  • estA list of data.frame according to the covariate number of levels. Each data.frame contains conditional probability estimates, variance estimates, number of individual at risk at each event times, number of events for the event of interest, number of competing events, and the event times.
  • callCall that produced the cpf object
  • XCovariate's name and levels
  • z, pTest statistic and p value

See Also

cpf