display_a_DOE: Display the layout of the design of experiment of a dataset...

Description Usage Arguments Value Examples

View source: R/EDA.R

Description

Display the layout of the design of experiment of a dataset in a contengency table.

Usage

1
2
display_a_DOE(Ds1, GroupVar = "CalibCurve",
  GroupVar2 = "ConcentrationValue")

Arguments

Ds1

a matrix or a data.frame produced by a DOE generating function or by a generation of simulated observations function.

GroupVar

is a string of character corresponding to a name of categorical variable (i.e. a column) of Ds1. Each level of this variable will be a row of the contengency table.

GroupVar2

is a string of character corresponding to a name of categorical variable (i.e. a column) of Ds1. Each level of this variable will be a column of the contengency table.

Value

An output of class 'table' which corresponds to the contengency table of the two selected variables.

Examples

1
2
data(ref_calib_doe)
display_a_DOE(ref_calib_doe, GroupVar = 'CalibCurve', GroupVar2 = 'ConcentrationValue')

NicolasEDubois/anaval documentation built on May 7, 2019, 6:18 p.m.