Learn R Programming

BClustLonG (version 0.1.3)

data: Simulated dataset for testing the algorithm

Description

Simulated dataset for testing the algorithm

Usage

data(data)

Arguments

Format

An object of class list of length 3.

Examples

Run this code
# NOT RUN {
data(data)
## this is the required data input format
head(data.frame(ID=data$ID,years=data$years,data$Y))
# }

Run the code above in your browser using DataLab