Main Functions
-
ipbridging
: The main function from this package. It implements various methods to bridge ideal point estimates generated from two data sets. -
ipest
: The toolbox function to compute ideal points through various methods, including, but not limited to OC (Optimal Classification), OOC (Ordered Optimal Classification), W-NOMINATE, Bayesian IRT, and Blackbox scaling. -
oocflex
: The implementation of Ordered Optimal Classification (OOC) with flexible estimation strategies. This function is the modified version ofooc
function in ooc package.