coef.poisson: Extract Model Coefficients for an object with S3 class...

Description Usage Arguments Author(s) See Also

View source: R/picasso.poisson.R

Description

Extract estimated regression coefficient vectors from the solution path.

Usage

1
2
## S3 method for class 'poisson'
coef(object, lambda.idx = c(1:3), beta.idx = c(1:3), ...)

Arguments

object

An object with S3 class "poisson"

lambda.idx

The indices of the regularizaiton parameters in the solution path to be displayed. The default values are c(1:3).

beta.idx

The indices of the estimate regression coefficient vectors in the solution path to be displayed. The default values are c(1:3).

...

Arguments to be passed to methods.

Author(s)

Jason Ge, Xingguo Li, Mengdi Wang, Tong Zhang, Han Liu and Tuo Zhao
Maintainer: Jason Ge <jiange@princeton.edu>

See Also

picasso and picasso-package.


picasso documentation built on May 1, 2019, 6:28 p.m.