[Splm-commits] r29 - pkg
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Oct 13 16:03:57 CEST 2009
Author: gpiras
Date: 2009-10-13 16:03:57 +0200 (Tue, 13 Oct 2009)
New Revision: 29
Removed:
pkg/bsktest.lm.R
Log:
eliminate all functions erroneously uploaded
Deleted: pkg/bsktest.lm.R
===================================================================
--- pkg/bsktest.lm.R 2009-10-13 14:03:34 UTC (rev 28)
+++ pkg/bsktest.lm.R 2009-10-13 14:03:57 UTC (rev 29)
@@ -1,20 +0,0 @@
-`bsktest.lm` <-
-function(x, w, index=NULL, test=c("SLM1","SLM2","LMJOINT"), ...){
-
- switch(match.arg(test), SLM1 = {
-
- bsk = slm1test.model(x,w, index)
-
- }, SLM2 = {
-
- bsk = slm2test.model(x,w, index )
-
- }, LMJOINT = {
-
- bsk = LMHtest.model(x,w, index)
-
- })
-
- return(bsk)
-}
-
More information about the Splm-commits
mailing list