CheckSampling: Check Sampling type function

Description Usage Arguments Examples

View source: R/CheckSampling.R

Description

This function checks that fixedrows and gstandard parameters are correct. Also return a value indicating if it is or not valid and what kind of output should be shown at the end of the execution.

Usage

1
CheckSampling(fixedrows, gstandard)

Arguments

fixedrows

Boolean. Indicate if sample rows are fixed beforehand. Default is TRUE.

gstandard

Text. Indicate if there are a Gold Standard by Rows or columns. Only first letter matter without Case sensitivity. Options are: "N" for None, "R" for in Rows and "C" for in Columns. Default is "N".

Examples

1
2
CheckSampling(TRUE,"rows")
CheckSampling(TRUE,"Columns")

Delta documentation built on March 26, 2020, 7:21 p.m.

Related to CheckSampling in Delta...