Sorry if I've misplaced this question.
I have a program written by someone else, that I am trying to adjust to my data and estimations. I've had some trouble and therefore need to make sure I understand every bit of the code. I've been trying to look in the user manual and at eviews.com/help for answers, but these options are not described there?
The first question is regarding the code for estimating a system by FIML:
Code: Select all
sysname.FIML(deriv=n)The second issue is regarding setting options for model solutions:
Code: Select all
name.solveopt(..., R=1000)Thank you in advance.
