get.var {ProSGPV} | R Documentation |
get.var
: Get indices
Description
Get the indices of the variables selected by the algorithm
Usage
get.var(candidate.index, xs, ys, family, gvif)
Arguments
candidate.index |
Indices of the candidate set |
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 |
gvif |
A logical operator indicating whether a generalized variance inflation factor-adjusted null bound is used. Default is FALSE. |
Value
A list of following components:
- out.sgpv
A vector of indices of selected variables
- null.bound.p
Null bound in the SGPV screening
- pe
Point estimates in the candidate set
- lb
Lower bounds of effect estimates in the candidate set
- ub
Upper bounds of effect estimates in the candidate set
[Package ProSGPV version 1.0.0 Index]