dep_struct_ring_15_100 {multivariance}R Documentation

example dataset for dependence.structure

Description

It was generated by

set.seed(436646700)
N = 100
n= 15
x=matrix(sample.int(2,N*n,replace = TRUE)-1,nrow =N)
x[,4] = rowSums(x[,1:3]) 
x[,7] = rowSums(x[,4:6]) 
x[,10] = rowSums(x[,7:9]) 
x[,13] = rowSums(x[,10:12]) 
x[,15] = rowSums(x[,c(13,14,1)]) 
dep_struct_ring_15_100 = x
save(dep_struct_ring_15_100,file ="dep_struct_ring_15_100.rda")

Usage

dep_struct_ring_15_100

Format

matrix 15 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]