scores {nopaco}R 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']])

[Package nopaco version 1.0.7 Index]