[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

[R] Systemfit

2018-05-09 Thread ngwinui Azenui via R-help
I am new to R, so bear with me if my question is trivial. I ran a system of simultaneous equations with panel data and using the systemfit program, but the results came out by country. I want the results for the entire panel and not by country. What command will I use? Thanks! Belinda [[