coef.pcoxtime: Extract coefficient estimates of pcoxtime object

View source: R/methodfuns.R

coef.pcoxtimeR Documentation

Extract coefficient estimates of pcoxtime object

Description

This function extracts the estimates for all the coefficients.

Usage

## S3 method for class 'pcoxtime'
coef(object, ...)

## S3 method for class 'pcoxtime'
coefficients(object, ...)

Arguments

object

fitted pcoxtime model object

...

for future implementations

Details

The call that produced pcoxtime is printed, followed by coefficient estimates.

Value

A vector of coefficient estimates.

A vector of coefficient estimates.


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