powered by
Get coefficients for glmaag objects
# S3 method for glmaag coef(object, lam1, lam2, ...)
fitted glmaag object
lambda1 sequence need coefficients, must be within the fitted model
lambda2 sequence need coefficients, must be within the fitted model
…
coefficients
# 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