Description Usage Arguments Details Value Examples
Convert Threshold Values from Six to Seven Point Scale
1 | alpha_6_to_7(thresh = truthiness::clmm_maximal$alpha)
|
thresh |
Log-odds thresholds from a cumulative logit model fit. Should be a five-element vector. |
The basic algorithm is to copy the top and bottom thresholds and then to shrink the spaces between the thresholds on the six-point scale to 80% of their size. The left over space is allocated to the middle category on the seven-point scale.
A six-element vector representing the thresholds on a seven-point scale.
1 2 | clmm_maximal$alpha # original thresholds
alpha_6_to_7(clmm_maximal$alpha)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.