Learn R Programming

crskdiag (version 1.0.1)

print.diagprop: 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

"print"(x, ...)

Arguments

x
a diagprop object
...
additional arguments to print()

See Also

diag_prop, plot.diagprop

Examples

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

Run the code above in your browser using DataLab