summary.cpf: Summary method for cpf

Description Usage Arguments Value Author(s) See Also

Description

Provides a summary of a cpf object.

Usage

1
2
3
4
## 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

est

A 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.

call

Call that produced the cpf object

X

Covariate's name and levels

z, p

Test statistic and p value

Author(s)

arthur allignol, arthur.allignol@gmail.com

See Also

cpf


aallignol/Cprob documentation built on May 10, 2019, 3:09 a.m.