print.crr: prints summary of a crr object

print.crrR Documentation

prints summary of a crr object

Description

print method for crr objects

Usage

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

Arguments

x

crr object (output from crr())

...

additional arguments to print()

Details

prints the convergence status, the estimated coefficients, the estimated standard errors, and the two-sided p-values for the test of the individual coefficients equal to 0. (If convergence is false everything else may be meaningless.)

See Also

crr


cmprsk documentation built on May 29, 2024, 5:59 a.m.

Related to print.crr in cmprsk...