Displaying 1 result from an estimated 1 matches for "msys1".
Did you mean:
msys
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)
and I get this error message:
Error in inherits(x, "factor") : attempt to select more than one element
when I d...