| validate_threshold | R Documentation |
Validate threshold specification
validate_threshold(threshold, K = NULL)
threshold |
A character string specifying the threshold structure |
K |
Number of ordinal categories (optional) |
Validation rules:
flexible: No restrictions
equidistant: K = 2 triggers a warning (d is not identifiable)
symmetric: Requires K >= 3
TRUE if valid, otherwise throws an error
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.