coef.textmodel_lss: Extract model coefficients from a fitted textmodel_lss object

View source: R/textmodel.R

coef.textmodel_lssR Documentation

Extract model coefficients from a fitted textmodel_lss object

Description

coef() extract model coefficients from a fitted textmodel_lss object. coefficients() is an alias.

Usage

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

coefficients.textmodel_lss(object, ...)

Arguments

object

a fitted textmodel_lss object.

...

not used.


LSX documentation built on March 7, 2023, 6:46 p.m.

Related to coef.textmodel_lss in LSX...