[Splm-commits] r209 - pkg/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Feb 13 10:44:03 CET 2016
Author: the_sculler
Date: 2016-02-13 10:44:03 +0100 (Sat, 13 Feb 2016)
New Revision: 209
Modified:
pkg/R/bsktest.R
Log:
Triger recompile
Modified: pkg/R/bsktest.R
===================================================================
--- pkg/R/bsktest.R 2016-02-09 22:52:03 UTC (rev 208)
+++ pkg/R/bsktest.R 2016-02-13 09:44:03 UTC (rev 209)
@@ -20,7 +20,7 @@
standardize=FALSE, method = "eigen", ...){
switch(match.arg(test), LM1 = {
-
+
bsk = slm1test(x, data, index, listw, standardize, ...)
}, LM2 = {
@@ -54,7 +54,8 @@
`slm1test` <-
function(formula, data, index=NULL, listw, standardize, ...){
## temporary switch because of bad results in SLM1
- # if(standardize) stop("Standardized SLM1 test temporarily unavailable: \n use 'standardize=FALSE' for LM1 test instead")
+ # if(standardize) stop("Standardized SLM1 test temporarily unavailable:
+ # \n use 'standardize=FALSE' for LM1 test instead")
if(!is.null(index)) { ####can be deleted when using the wrapper
#require(plm)
More information about the Splm-commits
mailing list