dep_struct_star_9_100 {multivariance} | R Documentation |
example dataset for dependence.structure
Description
It was generated by
set.seed(222454572) N = 100 y = coins(N,2) dep_struct_star_9_100 = cbind(y,y,y) save(dep_struct_star_9_100,file ="dep_struct_star_9_100.rda")
Usage
dep_struct_star_9_100
Format
matrix
9 variables (columns), 100 independent samples (rows)
Details
To avoid irritation, note that the seed is just a simple integer hash value of the variable name.
[Package multivariance version 2.4.1 Index]