Re: [R] Systemfit Question

2018-05-16 Thread Spencer Graves
  I got an error when I tried to source the "structure" below beginning with "Empdata <- structure(list(country = structure(c(1L, 1L, 1L, 1L, 1L, 1L,":  The source ended with " "98", "983", "991", "995", "997"), + + + + + +  )) +"   I supplied ")" a

[R] Systemfit Question

2018-05-16 Thread Ngwinui Azenui
I can't get my simultaneous equations to work using system fit. Please help. #Reproducible script Empdata<- read.csv("/Users/ngwinuiazenui/Documents/UPLOADemp.csv") View(Empdata) str(Empdata) Empdata$gnipc<-as.numeric(Empdata$gnipc) install.packages("systemfit") library("systemfit") pdata <- plm.d