get.coef {ProSGPV} | R Documentation |
get.coef
: Get coefficients at each lambda
Description
Get the coefficients and confidence intervals from regression at each lambda
as well as the null bound in SGPVs
Usage
get.coef(xs, ys, lambda, lasso, family)
Arguments
xs |
Standardized design matrix |
ys |
Standardized outcome |
lambda |
|
lasso |
An |
family |
A description of the error distribution and link function to be
used in the model. It can take the value of |
Value
A vector that contains the point estimates, confidence intervals and the null bound
[Package ProSGPV version 1.0.0 Index]