Learn R Programming

glmaag (version 0.0.6)

coef.glmaag: Coefficients for glmaag

Description

Get coefficients for glmaag objects

Usage

# S3 method for 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

Run this code
# NOT RUN {
data(sampledata)
data(L0)
y <- sampledata$Y_Gau
x <- sampledata[, -(1:3)]
mod <- glmaag(y, x, L0)
cc <- coef(mod)
# }

Run the code above in your browser using DataLab