coef.ypbp: Estimated regression coefficients

Description Usage Arguments Value Examples

View source: R/utils.R

Description

This function returns the estimated regression coefficients when the maximum likelihood estimation approach is used in the model fitting.

Usage

1
2
## S3 method for class 'ypbp'
coef(object, ...)

Arguments

object

an object of the class ypbp.

...

further arguments passed to or from other methods.

Value

the estimated regression coefficients.

Examples

1
2
fit <- ypbp(Surv(time, status)~arm, data=ipass)
coef(fit)

YPBP documentation built on July 1, 2020, 10:19 p.m.