Learn R Programming

iPRISM (version 0.1.1)

pred_value: Original Class Labels for Samples

Description

A named vector where each element corresponds to a sample name and represents the original class label.

A named vector where each element corresponds to a sample name and represents the original class label.

Usage

pred_value

pred_value

Arguments

Format

An object of class character of length 121.

An object of class character of length 121.

Examples

Run this code
library(iPRISM)
data(pred_value, package = "iPRISM")
table(pred_value)

library(iPRISM)
data(pred_value, package = "iPRISM")
table(pred_value)

Run the code above in your browser using DataLab