analysis: perform all the analysis for a set of data sets

Description Usage Arguments Value Examples

View source: R/project.R

Description

perform all the analysis for a set of data sets

Usage

1
analysis(data_path = "data/", rlm_model = FALSE, output_data = F)

Arguments

data_path

path to folder containing the data sets

rlm_model

(default: TRUE) should rlm model be use or lm ?

chunk

(default: 20000) size of data chunk to do the computation on for lm

Value

TRUE if everythings ran correclty

Examples

1
2
3
4
## Not run: 
analysis("data/set_test")

## End(Not run)

LBMC/criblejurkat documentation built on Sept. 13, 2020, 7:58 p.m.