Hi All,
I am confused about how to arrange my data to run a probit model. I am aware the model needs to be run in another package other than IML (namely QLIM), but I thought it would be easiest to arrange the data using IML.
I have data on 484 farms over 132 months for four variables. Currently, I have each variable in its own matrix as follows:
Here is the Quantity Matrix:
Month_1 Month_2 .... Month_j
Farm_1 Q_1_1 Q_1_2 Q_1_j
Farm_2 Q_2_1 Q_2_2 Q_2_j
. .
.
.
Farm_i Q_i_1 Q_i_2 Q_i_j
I have matrices of equal dimensions for prices, variable costs, and total costs. Column j represents the j'th month and row i represents the i'th farm in each matrix.
If anyone can give me some guidance about how to arrange this data, I would greatly appreciate it. Thanks!!