rgn {regnet}R Documentation

simulated data for demonstrating the features of regnet

Description

Simulated data for demonstrating the features of regnet.

Usage

data("LogisticExample")
data("SurvExample")

Format

Each data consists of three components: X, Y, and beta; beta is a vector of the true coefficients used to generate Y.

Examples

data("LogisticExample")
lapply(rgn.logi, class)

[Package regnet version 0.4.0 Index]