initialize_param: Neutral initialization of starting values
Description
Initializes starting values for numerical optimization in a neutral way. The optimization problem itself is convex, so the initialization should not matter much.
Usage
initialize_param(x, y)
Value
A vector of initial values for the polychoric correlation coefficient, the X-threshold parameters, and the Y-threshold parameters
Arguments
x
Vector of integer-valued responses to first rating variable, or contingency table (a table object).
y
Vector of integer-valued responses to second rating variable; only required if x is not a contingency table.