check.data | R Documentation |
Checks that data matches a concept
check.scalar.probability(x)
check.positive.scalar(x)
check.nonnegative.scalar(x)
check.probability.distribution(x)
check.scalar.integer(x)
check.scalar.boolean(x)
x |
An object to be checked. |
If the object does not match the concept being checked,
stop
is called. Otherwise TRUE
is returned.
Steven L. Scott steve.the.bayesian@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.