Creates equating tables to convert scores from one test to another using the estimated score parameters from the Leunbach model.
Arguments
- fit
A leunbach_ipf object from leunbach_ipf()
- direction
Direction of equating: "1to2" (Test1 to Test2) or "2to1" (Test2 to Test1)
- method
Optimization method for person parameter estimation: "optimize" (default) uses stats::optimize() with Brent's method, "newton" uses custom Newton-Raphson with bisection fallback
- verbose
Print detailed output