statsBIncatf: statsBIncatf Computation with block1 columns taken in...

Description Usage Arguments Value Examples

View source: R/BI_functions.r

Description

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.

Usage

1
statsBIncatf(data_matrix, nc_at_time)

Arguments

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"

Value

list statsBIf matrices

Examples

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);       

chvrngit/wmpvaer documentation built on Dec. 3, 2019, 12:14 p.m.