Description Usage Arguments Examples
View source: R/CheckSampling.R
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.
1 | CheckSampling(fixedrows, gstandard)
|
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". |
1 2 | CheckSampling(TRUE,"rows")
CheckSampling(TRUE,"Columns")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.