Displaying 1 result from an estimated 1 matches for "sysfit".
Did you mean:
ssfit
2007 May 09
1
Errors with systemfit package and systemfitClassic()
I get the following error message after using the sysfit package's function 'systemfitClassic':
Error in data[[eqnVar]] : subscript out of bounds
When I do this:
MSYS1 <- cbind(Y, Num, F, PO, PD, GO, GD)
MigOLS1 <- systemfitClassic("OLS", F ~ PO + PD + GO + GD, eqnVar = "Num", timeVar = "Y", data = MSYS1...