coef.glmaag: Coefficients for glmaag

Description Usage Arguments Value Examples

Description

Get coefficients for glmaag objects

Usage

1
2
## S3 method for class 'glmaag'
coef(object, lam1, lam2, ...)

Arguments

object

fitted glmaag object

lam1

lambda1 sequence need coefficients, must be within the fitted model

lam2

lambda2 sequence need coefficients, must be within the fitted model

...

...

Value

coefficients

Examples

1
2
3
4
5
6
data(sampledata)
data(L0)
y <- sampledata$Y_Gau
x <- sampledata[, -(1:3)]
mod <- glmaag(y, x, L0)
cc <- coef(mod)

glmaag documentation built on May 10, 2019, 9:04 a.m.