[Robast-commits] r761 - branches/robast-1.0/pkg/RobAStBase/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jul 24 15:02:46 CEST 2014


Author: ruckdeschel
Date: 2014-07-24 15:02:46 +0200 (Thu, 24 Jul 2014)
New Revision: 761

Modified:
   branches/robast-1.0/pkg/RobAStBase/R/interpolRisks.R
Log:
[RobAStBase] argh a typo with biastype and normtype methods of interpolRisks.R 

Modified: branches/robast-1.0/pkg/RobAStBase/R/interpolRisks.R
===================================================================
--- branches/robast-1.0/pkg/RobAStBase/R/interpolRisks.R	2014-07-24 12:58:41 UTC (rev 760)
+++ branches/robast-1.0/pkg/RobAStBase/R/interpolRisks.R	2014-07-24 13:02:46 UTC (rev 761)
@@ -5,5 +5,5 @@
 setMethod("samplesize","interpolRisk", function(object)object at samplesize)
 setReplaceMethod("samplesize","interpolRisk", function(object, value){
        object at samplesize <- value; object})
-setMethod("biastype","interpolRisk", function(object) NormType())
-setMethod("normtype","interpolRisk", function(object) symmetricBias())
\ No newline at end of file
+setMethod("biastype","interpolRisk", function(object) symmetricBias())
+setMethod("normtype","interpolRisk", function(object) NormType())
\ No newline at end of file



More information about the Robast-commits mailing list