rgn {regnet} | R Documentation |
Example datasets for demonstrating the features of regnet
Description
Example datasets for demonstrating the features of regnet.
Usage
data("LogisticExample")
data("SurvExample")
data("ContExample")
data("HeteroExample")
Format
"LogisticExample", "SurvExample" and "HeteroExample" are simulated data. Each data includes three main components: X, Y, and beta; beta is a vector of the true coefficients used to generate Y.
"ContExample" is a subset of the skin cutaneous melanoma data from the Cancer Genome Atlas (TCGA). The response variable Y is the log-transformed Breslow’s depth. X is a matrix of gene expression data.
Examples
data("LogisticExample")
lapply(rgn.logi, class)
[Package regnet version 1.0.1 Index]