[Splm-commits] r172 - pkg/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jul 24 23:39:34 CEST 2013


Author: gpiras
Date: 2013-07-24 23:39:34 +0200 (Wed, 24 Jul 2013)
New Revision: 172

Modified:
   pkg/R/ivsplm.R
   pkg/R/spgm.R
Log:
endog

Modified: pkg/R/ivsplm.R
===================================================================
--- pkg/R/ivsplm.R	2013-07-24 20:37:19 UTC (rev 171)
+++ pkg/R/ivsplm.R	2013-07-24 21:39:34 UTC (rev 172)
@@ -134,7 +134,7 @@
     result$zero.policy <- FALSE
     result$robust <- FALSE
     result$legacy <- FALSE
-    result$listw_style <- FALSE
+    result$listw_style <- NULL
     result$call <- match.call()
 
 

Modified: pkg/R/spgm.R
===================================================================
--- pkg/R/spgm.R	2013-07-24 20:37:19 UTC (rev 171)
+++ pkg/R/spgm.R	2013-07-24 21:39:34 UTC (rev 172)
@@ -38,6 +38,7 @@
 	
 	results<-ivsplm(formula = formula, effects = effects, data=data, index = index, endog = endog, instruments = instruments, method = method, lag = lag, listw = listw)
 	
+	results$type <- "lag GM"
 	}
 
 



More information about the Splm-commits mailing list