dep_struct_several_26_100 {multivariance} | R Documentation |
dependence.structure
It was generated by
set.seed(1348879148) N = 100 dep_struct_several_26_100 = cbind(coins(N,2),tetrahedron(N),coins(N,4), tetrahedron(N),tetrahedron(N),coins(N,3),coins(N,3),rnorm(N)) save(dep_struct_several_26_100,file ="dep_struct_several_26_100.rda")
dep_struct_several_26_100
matrix
26 variables (columns), 100 independent samples (rows)
To avoid irritation, note that the seed is just a simple integer hash value of the variable name.