olbm_dat {ordinalLBM} | R Documentation |
OLBM simulated data
Description
It is a list containing i) an ordinal toy data matrix simulated acccording to OLBM and ii) the row/column cluster assignments. To see how the data are simulated, you can type "?simu.olbm" in the R console and look at "Examples".
Usage
data(olbm_dat)
Format
A list containing three items.
- Y
: an ordinal data matrix simulated according to OLBM.
- Rclus
: the actual row cluster assignments.
- Cclust
: the actual column cluster assignments.
[Package ordinalLBM version 1.0 Index]