spgm(formula, data=list(), index=NULL, listw =NULL, listw2 = NULL, model=c("within","random"), lag = FALSE, spatial.error=TRUE, moments = c("initial", "weights", "fullweights"), endog = NULL, instruments= ~ X1 + X2, lag.instruments = FALSE, verbose = FALSE, method = c("w2sls", "b2sls", "g2sls", "ec2sls"), control = list(), optim.method = "nlminb", pars = NULL)
Here's where I'm stuck in R: I need to use the instruments= ~ X1 + X2 as only one of my dependent variable, in stata, the code can be written as : ivreg2 Y x1 x2 x3 ...( xn = IV_1 + IV_2 ),gmm2s robust now in R, how can I specify the instrumental variables for my certain dependent variable? Thanks. [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.