Releases: aptech/chopitlib
0.1.0 - chopitlib
What is the GAUSS CHOPIT library?
The GAUSS CHOPITLIB library is a collection of GAUSS code developed by Mark Harris.
The chopitlib library implements the Compound Hierarchical Ordered Probit (CHOPIT) model. When used in conjunction with anchoring vignette questions, the CHOPIT model allows researchers to adjust for reporting heterogeneity in self-assessed survey questions.
Getting Started
Installing
GAUSS 20+
The GAUSS CHOPITLIB library can be installed and updated directly in GAUSS using the GAUSS package manager.
GAUSS 18+
The GAUSS CHOPITLIB library can be easily installed using the GAUSS Application Installer, as shown below:
-
Download the zipped folder
chopit_0.1.0.zipfrom the CHOPIT Library Release page. -
Select Tools > Install Application from the main GAUSS menu.

-
Follow the installer prompts, making sure to navigate to the downloaded
chopitlib_0.1.0.zip. -
Before using the functions created by
chopitlibyou will need to load the newly createdchopitliblibrary. This can be done in a number of ways:
* Navigate to the Library Tool Window and click the small wrench located next to thechopitliblibrary. SelectLoad Library.

* Enterlibrary chopitlibin the Program Input/output Window.
* Put the linelibrary chopitlib;at the beginning of your program files.
Warning
Do not attempt to install using the Source Code (Zip) or Source Code (tar.gz) folders. The library will not properly install using these folders.