coef.rtsFit {rts2}R Documentation

Extracts fixed effect coefficients from a rtsFit object

Description

Extracts the fitted fixed effect coefficients from an rtsFit object returned from a call of rtsFit or LA in the Model class.

Usage

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

Arguments

object

An rtsFit model fit.

...

Further arguments passed from other methods

Value

A named vector.


[Package rts2 version 0.7.5 Index]