Description Usage Arguments Details Author(s) See Also Examples
Method to print objects of class summary.spsugm and spsugm
1 2  | 
x | 
 an object of class   | 
digits | 
 minimal number of significant digits, see   | 
... | 
 additional arguments to be passed  | 
The summary function summary.spsugm 
returns an objects of class 'spsugm' 
organized in a coefficient matrix.
The summary 
is generated looping over the number
of equations in the system.
Gianfranco Pirasgpiras@mac.com
1 2 3 4 5 6 7 8 9 10  | data(Produc, package = "Ecdat")
data(usaww)
Produc <- Produc[Produc$year<1973, ]
eq1 <- log(gsp) ~ log(pcap) + log(pc) + log(emp) + unemp 
eq2 <- log(gsp) ~ log(pcap) + log(pc) + log(emp) + unemp 
eq3 <- log(gsp) ~ log(pcap) + log(pc) + log(emp) + unemp 
formula<-list(tp1 = eq1, tp2 = eq2, tp3=eq3)
w<-mat2listw(usaww)
se<-spsegm(formula, data=Produc, w=w, panel= TRUE,lags=list(c(TRUE,TRUE,TRUE),c(TRUE,TRUE,TRUE),c(TRUE,TRUE,TRUE)), errors=list(FALSE,TRUE,FALSE),endogenous=list(c(FALSE,TRUE,FALSE),c(TRUE,FALSE,FALSE),c(TRUE,FALSE,FALSE)))
summary(se)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.