get.candidate {ProSGPV} | R Documentation |
get.candidate
: Get candidate set
Description
Get the indices of the candidate set in the first stage
Usage
get.candidate(xs, ys, family)
Arguments
xs |
Standardized independent variables |
ys |
Standardized dependent variable |
family |
A description of the error distribution and link function to be
used in the model. It can take the value of |
Value
A list of following components:
- candidate.index
A vector of indices of selected variables in the candidate set
- lambda
The
lambda
selected by generalized information criterion
[Package ProSGPV version 1.0.0 Index]