prepareData: Preparation of Raw Data

Description Usage Arguments Value

View source: R/prepareData.R

Description

Takes raw data frame as an input and generates tabulated state vector and initial data structures necessary for chi-square plot generation. Functionality testign can be conducted with the 'sampleData' Rda file included with this package.

Usage

1
prepareData(rawData, blocksize = 100)

Arguments

rawData

Raw data observations as depicted in the sampleData data structure

blocksize

This input determines number of raw data observations per tabulated block

Value

From raw date, return objects to the global environment that can be used in 'removeAnomaly' and 'plotQQ' fucntions.


citation891/MCAC documentation built on May 27, 2019, 1:09 a.m.