Learn R Programming

regnet (version 0.4.0)

rgn: simulated data for demonstrating the features of regnet

Description

Simulated data for demonstrating the features of regnet.

Usage

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

Arguments

Format

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

Examples

Run this code
data("LogisticExample")
lapply(rgn.logi, class)

Run the code above in your browser using DataLab