data {BClustLonG}R Documentation

Simulated dataset for testing the algorithm

Description

Simulated dataset for testing the algorithm

Usage

data(data)

Format

An object of class list of length 3.

Examples

data(data)
## this is the required data input format
head(data.frame(ID=data$ID,years=data$years,data$Y))

[Package BClustLonG version 0.1.3 Index]