| clm_cdf | R Documentation |
Computes the cumulative distribution function (CDF) for any supported
link function. This is the R equivalent of unified_F() in Stan.
clm_cdf(x, link, link_param = list())
x |
Numeric vector of values |
link |
Link function name (character) |
link_param |
List of link parameters (for flexible links) |
CDF values F(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.