check_p | R Documentation |
Internal functions to check the consistency of probabilities.
check_p(p) ## Default S3 method: check_p(p) ## S3 method for class ''NULL'' check_p(p) ## S3 method for class 'numeric' check_p(p) ## S3 method for class 'ffp' check_p(p) ## S3 method for class 'matrix' check_p(p) ## S3 method for class 'xts' check_p(p) ## S3 method for class 'data.frame' check_p(p) ## S3 method for class 'tbl' check_p(p)
p |
A vector, a matrix, a xts or a tibble object. |
A matrix object with 1 column.
#
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.