coef.streg: Extract Model Coefficients

View source: R/S3-methods.R

coef.stregR Documentation

Extract Model Coefficients

Description

Extract model coefficients from a streg fit.

Usage

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

## S3 replacement method for class 'streg'
coef(object) <- value

Arguments

object

An object of class streg.

...

Not used.

value

Value of coefficients to replace.

See Also

stats::coef()

stats::coefficients()


ellessenne/streg documentation built on Sept. 19, 2022, 7:34 a.m.