print.diagprop: Print diagprop object

Description Usage Arguments See Also Examples

View source: R/diag_prop.R

Description

Prints the p-values of testing proportionality of the subdistribution hazards for each covariate and the p-value of overall proportionality.

Usage

1
2
## S3 method for class 'diagprop'
print(x, ...)

Arguments

x

a diagprop object

...

additional arguments to print()

See Also

diag_prop, plot.diagprop

Examples

1
2
3
4
library(crskdiag)
data(dat2)
out2 <- diag_crr(Crsk(time,cause)~z1+z2,data=dat2,test="prop",seed=1234)
print(out2)

crskdiag documentation built on May 1, 2019, 10:53 p.m.