check_OK_selection-deprecated | R Documentation |
Standard control by performing descriptive statistics of variables in the output file with OK selection.
check_OK_selection(data)
data |
Data frame with selection for a OK programme. |
Under development. This should be rewritten to produce nicer output.
Gives descriptive statistics of the selection. This is used to see if the number of selected units per category are correct. If any mistakes are found, one must go back and correct in the script that produces the selection.
Before the control is run, the column names must have been standardized using NVIdb::standardize_columns
.
Prints results of the control to the output window.
Petter Hopp Petter.Hopp@vetinst.no
## Not run:
# Checking OK selection data in data frame okplan_MRSA
check_OK_selection(okplan_MRSA)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.