dataSimlin {GRridge} | R Documentation |
The three objects are:
Y: vector with response values (linear)
simdata: matrix with simulated variables
part5: list with 5 components representing partition of variables
data(dataSimlin)
This is simulated data allowing a quick test for grridge
Three R objects (see Description)
data(dataSimlin) #apply grridge grsim <- grridge(highdimdata=simdata, response=Y, partitions=part5, unpenal = ~1, innfold=10) #apply CV grsimcv <- grridgeCV(grsim,simdata,Y,outerfold=5)