alpha_6_to_7: Convert Threshold Values from Six to Seven Point Scale

Description Usage Arguments Details Value Examples

View source: R/misc.R

Description

Convert Threshold Values from Six to Seven Point Scale

Usage

1

Arguments

thresh

Log-odds thresholds from a cumulative logit model fit. Should be a five-element vector.

Details

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.

Value

A six-element vector representing the thresholds on a seven-point scale.

Examples

1
2
clmm_maximal$alpha # original thresholds
alpha_6_to_7(clmm_maximal$alpha) 

truthiness documentation built on May 24, 2021, 9:07 a.m.