Displaying 1 result from an estimated 1 matches for "adultprev".
2007 Aug 14
0
Panel data and imputed datasets
...ta.frame(data4, "country", time="year")
pdata.frame(data5, "country", time="year")
#Using mitools, combine the panel data frames 1-5
allhiv <- imputationList(list(data1,data2,data3,data4,data5))
#A test regression
form2<-APIPolSupport~subnatexpoftotal+adultprev.lag+pressfreedom
#The following is something I tried but which didn't work.
estimateHIV1 <-with(allhiv, plm(form2, data=imputations[1:5,]))
----------
Nathan A. Paxton
Ph.D. Candidate
Dept. of Government, Harvard University
Resident Tutor
John Winthrop House, Harvard University
napaxton...