Learn R Programming

sSeq (version 1.10.0)

countsTable: An Example Simulation Data

Description

A subset of simulated data. It is used as an example for running some functions in this package.

Usage

data(countsTable)

Arguments

Format

The format is: num [1:10000, 1:2] 90 155 13347 254 228 ... - attr(*, "dimnames")=List of 2 ..$ : chr [1:10000] "1_FALSE" "2_FALSE" "3_TRUE" "4_FALSE" ... ..$ : chr [1:2] "A1" "B1"

Details

A simulation counts table.

Examples

Run this code
data(countsTable)
head(countsTable)

Run the code above in your browser using DataLab