The PooledModelCrossSectionType enumeration contains types of models for panel data regression.
It is used by the following properties and methods:
| Value | Brief description | |
| 0 | None. Integrated regression model (a model without effects). | |
| 1 | FixedEffect. Model with fixed effects. | |
| 2 | RandomEffect. Model with random effects. |
See also: