[Splm-commits] r146 - in pkg: . R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Oct 24 22:33:05 CEST 2012
Author: the_sculler
Date: 2012-10-24 22:33:05 +0200 (Wed, 24 Oct 2012)
New Revision: 146
Modified:
pkg/DESCRIPTION
pkg/R/bsktest.R
Log:
Fixed clmmtest.R in bsktest.R
Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION 2012-07-20 18:06:09 UTC (rev 145)
+++ pkg/DESCRIPTION 2012-10-24 20:33:05 UTC (rev 146)
@@ -1,7 +1,7 @@
Package: splm
Title: Econometric Models for Spatial Panel Data
-Version: 1.0-03
-Date: 2012-07-20
+Version: 1.0-04
+Date: 2012-10-24
Author: Giovanni Millo <giovanni_millo at generali.com>, Gianfranco Piras <gpiras at mac.com>
Maintainer: Giovanni Millo <giovanni_millo at generali.com>
Description: ML and GM estimation and diagnostic testing of econometric models for spatial panel data.
Modified: pkg/R/bsktest.R
===================================================================
--- pkg/R/bsktest.R 2012-07-20 18:06:09 UTC (rev 145)
+++ pkg/R/bsktest.R 2012-10-24 20:33:05 UTC (rev 146)
@@ -536,7 +536,7 @@
## print("uso questa")
-ml <- spfeml(formula=formula, data=data, listw=listw, model="error", effects="pooled")
+ml <- spfeml(formula=formula, data=data, index=index, listw=listw, model="error", effects="pooled")
## spml(formula, data=data, index=index, listw, errors = "BSK", effects = "fixed", lag = FALSE, spatial.error = TRUE)
if(!is.null(index)) {
More information about the Splm-commits
mailing list