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
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
[[
2 matches
Mail list logo