check_data | R Documentation |
This function checks that the data argument supplied by the user for parameter estimation are of the appropriate type.
check_data(x, na.rm = FALSE)
x |
an object to be checked. Should be vector, matrix, or array. |
na.rm |
logical. Should the NA values be removed? |
The object x
, possibly without NA
values if x
is a vector
containing NA
values and na.rm = TRUE
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.