search for: empsur

Displaying 5 results from an estimated 5 matches for "empsur".

Did you mean: emisor
2018 May 16
1
Systemfit Question
...;- list(productivity = eqprd2, industrialemp = eqemp2) inst <- ~ lag(prd, -1) + gnipc + conflict fit2sls<- systemfit(system2, "2SLS", inst = inst, data = Empdata) #I also wanted to include year and country fix effects(string variables) to the model in "Simultaneous equation 2) EmpSur<- systemfit(prd ~ in_emp + ag_emp, method = "SUR", data = pdata) #When I run the code below, I get a table with reults by country print(EmpSur) #An except of the output from running <print(EmpSur) #caf_(Intercept) caf_in_emp caf_ag_emp cod_(Intercept) # -0.13243213...
2018 May 16
0
Systemfit
...Demp.csv") > >View(Empdata) > >install.packages("systemfit") > >library("systemfit") > >pdata <- plm.data(Empdata, index=c("country","year")) > >install.packages("plm") > >library("plm") > >EmpSur<- systemfit(prd ~ in_emp + ag_emp, method = "SUR", data = pdata) > >#When I run the code below, I get a table with reults by country? > >print(EmpSur) > >#An except of the output from running <print(EmpSur) > >#caf_(Intercept)?????caf_in_emp??????caf_ag_emp c...
2018 May 15
2
Systemfit
...lt;- read.csv("/Users/ngwinuiazenui/Documents/UPLOADemp.csv") View(Empdata) install.packages("systemfit") library("systemfit") pdata <- plm.data(Empdata, index=c("country","year")) install.packages("plm") library("plm") EmpSur<- systemfit(prd ~ in_emp + ag_emp, method = "SUR", data = pdata) #When I run the code below, I get a table with reults by country? print(EmpSur) #An except of the output from running <print(EmpSur) #caf_(Intercept)?????caf_in_emp??????caf_ag_emp cod_(Intercept)? #?????-0.132432...
2018 May 15
0
Systemfit
... and the mailing list is picky about attachments... whatever you attached did not conform to the stringent requirements mentioned in the Posting Guide. Pasting the code right into the email is usually safest, though you DO have to post using plain text (as the Posting Guide indicates) or your code may get mangled by the automatic html format removal. On May 15, 2018 7:04:31 AM PDT, Bert Gunter
2018 May 15
1
Systemfit
Unless there is good reason not to, always cc the list -- there are lots of smarter folks than I on it who can help. I may or may not have time to look at this. Hopefully someone else will. -- Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip