dataSimlin {GRridge}R Documentation

Small simulated data set with linear response

Description

The three objects are:

Y: vector with response values (linear)

simdata: matrix with simulated variables

part5: list with 5 components representing partition of variables

Usage

data(dataSimlin)

Details

This is simulated data allowing a quick test for grridge

Value

Three R objects (see Description)

Examples

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)


[Package GRridge version 1.8.0 Index]