Description Usage Arguments Value Examples
statsBIncatf Using the function statsBIf computes stats for block independence 
using columns from data_matrix at specified "n columns at a time".The program
uses parallel computation if possible.
1  | statsBIncatf(data_matrix, nc_at_time)
 | 
data_matrix | 
 A data matrix composed of numeric values  | 
nc_at_time | 
 A scalar that identifies the value of number of columns at a time"  | 
list statsBIf matrices
1 2 3 4 5 6 7  |     suppressPackageStartupMessages(library(Rmpfr)); 
    library(doParallel);
    library(wmpvaer);
    data(plastic);
    plasticm<-as.matrix(plastic[,1:3]);
    nc_at_time<-1;  
    statsBIncatf(plasticm,nc_at_time);       
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.