Object Reference : Object View and Procedure Reference : Equation
  
 
makelimits
Create vector of limit points from ordered models.
makelimits creates a vector of the estimated limit points from equations estimated by Equation::ordered.
Syntax
eq_name.makelimits [vector_name]
Provide a name for the vector after the makelimits keyword. If you do not provide a name, EViews will name the vector with the next available name of the form LIMITS## (if LIMITS01 already exists, it will be named LIMITS02, and so on).
Examples
equation eq1.ordered edu c age race gender
eq1.makelimits cutoff
Estimates an ordered probit and saves the estimated limit points in a vector named CUTOFF.
Cross-references
See “Ordered Dependent Variable Models” for a discussion of ordered models.