Description Usage Details Value Examples
The three objects are:
Y: vector with response values (linear)
simdata: matrix with simulated variables
part5: list with 5 components representing partition of variables
1 |
This is simulated data allowing a quick test for grridge
Three R objects (see Description)
1 2 3 4 5 6 7 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.