dataSimlin: Small simulated data set with linear response

Description Usage Details Value Examples

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

1

Details

This is simulated data allowing a quick test for grridge

Value

Three R objects (see Description)

Examples

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)

GRridge documentation built on Nov. 8, 2020, 5:47 p.m.