coef.gdlm: Retrieve the fitted parameters for a gdlm

Description Usage Arguments Author(s) Examples

Description

Retrieve the fitted parameters for a gdlm

Usage

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

Arguments

object

the gdlm object from which to retrieve a parameters

Author(s)

kholub

Examples

1
2
m <- gdlm(Sepal.Width ~ Species * Petal.Width + Petal.Length, data = iris, loss = LS_LOSS())
coef(m)

holub008/gdlm documentation built on May 13, 2019, 6:14 p.m.