print.pcoxtime: Print coefficients from a pcoxtime object

View source: R/methodfuns.R

print.pcoxtimeR Documentation

Print coefficients from a pcoxtime object

Description

This function prints a summary of the pcoxtime object.

Usage

## S3 method for class 'pcoxtime'
print(x, ..., nprint = 10)

Arguments

x

fitted pcoxtime model object

...

for future implementations

nprint

number of coefficients to print out

Details

The call that produced pcoxtime is printed, followed by coefficient estimates with their corresponding exponentiated values. Depending on the number of coefficients, nprint can be used to specify the number of coefficients to print out.

Value

A two column output, the first column is the coefficient estimate and the second column is the exponent of the coefficient estimate. Additonal summary about the number of nonzero coefficents, the number of observations and the number of event of interest are also printed.


pcoxtime documentation built on May 13, 2022, 1:05 a.m.