powered by
sdcHashClass
## S3 method for class 'sdcHashClass': [(x, i)
my.X <- data.frame(matrix(ifelse(runif(5000)>.5, TRUE, FALSE), ncol = 50)) my.hc <- new("sdcHashClass", X = my.X) my.hc[2:3]
Run the code above in your browser using DataLab