Learn R Programming

s20x (version 3.3.0)

getTslmCoefficientTable: Get a tslm coefficient table

Description

Extract a coefficient table from either an `lm` or `gls` summary object.

Usage

getTslmCoefficientTable(fitSummary)

Value

A coefficient matrix.

Arguments

fitSummary

summary output from the underlying fitted model.