scores: Hypothetical data of outcomes for two risk models

scoresR Documentation

Hypothetical data of outcomes for two risk models

Description

This data is generated as explained in the nopaco vignette. It represents the outcomes of the risk models (model A and model B). Both models were applied to gene expression profiles 100 subjects, each run in duplo.

Usage

data(scores)

Format

A list with two elements named 'modelA' and 'modelB' both containing a dataframe with outcome scores for 100 subjects in the rows each having two replicate measurements in the columns.

Source

vignette("nopaco", package = "nopaco")

Examples

data(scores)
str(scores)
plot(scores[['modelA']])
plot(scores[['modelB']])

rkuiper/nopaco documentation built on June 6, 2023, 7:24 p.m.