print.diagprop {crskdiag}R Documentation

Print diagprop object

Description

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

Usage

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

Arguments

x

a diagprop object

...

additional arguments to print()

See Also

diag_prop, plot.diagprop

Examples

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

[Package crskdiag version 1.0.1 Index]