mpTableCheck: Table Check for MExPosition

Description Usage Arguments Details Value Author(s)

View source: R/mpTableCheck.R

Description

MExPosition's table check function. Calls into ExPosition's designCheck.

Usage

1
mpTableCheck(data, table = NULL, make_table_nominal = TRUE)

Arguments

data

original data that should be matched to a design matrix

table

a column vector with levels for observations or a dummy-coded matrix

make_table_nominal

a boolean. Will make DESIGN nominal if TRUE (default).

Details

Execution stops if:
1. design has only 1 column (group), or 2. A column of the table has too few column-table assignments, or 3. A column of the table has too many column-table assignments

Value

table

dummy-coded design matrix

Author(s)

Derek Beaton and Cherise R. Chin Fatt


MExPosition documentation built on May 29, 2017, 2:27 p.m.