[Robast-commits] r959 - in branches/robast-1.1/pkg/RobLox: . man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jul 17 10:59:48 CEST 2018
Author: ruckdeschel
Date: 2018-07-17 10:59:47 +0200 (Tue, 17 Jul 2018)
New Revision: 959
Modified:
branches/robast-1.1/pkg/RobLox/DESCRIPTION
branches/robast-1.1/pkg/RobLox/NAMESPACE
branches/robast-1.1/pkg/RobLox/man/0RobLox-package.Rd
branches/robast-1.1/pkg/RobLox/man/finiteSampleCorrection.Rd
branches/robast-1.1/pkg/RobLox/man/roblox.Rd
branches/robast-1.1/pkg/RobLox/man/rowRoblox.Rd
branches/robast-1.1/pkg/RobLox/man/showdown.Rd
Log:
[RobLox] branch 1.1 some URL references to RRlong.pdf updated and some NAMESPACE items added
Modified: branches/robast-1.1/pkg/RobLox/DESCRIPTION
===================================================================
--- branches/robast-1.1/pkg/RobLox/DESCRIPTION 2018-07-17 08:16:08 UTC (rev 958)
+++ branches/robast-1.1/pkg/RobLox/DESCRIPTION 2018-07-17 08:59:47 UTC (rev 959)
@@ -5,7 +5,7 @@
Description: Functions for the determination of optimally robust influence curves and
estimators in case of normal location and/or scale.
Depends: R(>= 2.14.0), stats, distrMod(>= 2.5.2), RobAStBase(>= 0.9)
-Imports: lattice, RColorBrewer, Biobase, RandVar(>= 0.9.2), distr(>= 2.5.2)
+Imports: methods, lattice, RColorBrewer, Biobase, RandVar(>= 0.9.2), distr(>= 2.5.2)
Suggests: MASS
Authors at R: c(person("Matthias", "Kohl", role=c("cre", "cph"),
email="Matthias.Kohl at stamats.de"), person("Peter", "Ruckdeschel", role=c("aut",
Modified: branches/robast-1.1/pkg/RobLox/NAMESPACE
===================================================================
--- branches/robast-1.1/pkg/RobLox/NAMESPACE 2018-07-17 08:16:08 UTC (rev 958)
+++ branches/robast-1.1/pkg/RobLox/NAMESPACE 2018-07-17 08:59:47 UTC (rev 959)
@@ -1,7 +1,7 @@
importFrom("Biobase", "rowMedians")
importFrom("lattice","stripplot")
importFrom("RColorBrewer","brewer.pal")
-importFrom("distr", "p", "q", "r", "Reals")
+importFrom("distr", "p", "q", "r", "q.l", "Reals")
importClassesFrom("distr","Reals")
importFrom("RandVar", "EuclRandVarList", "RealRandVariable")
importClassesFrom("RandVar", "EuclRandVarList", "RealRandVariable")
@@ -10,6 +10,13 @@
importMethodsFrom("distrMod", "distribution", "main", "addInfo<-", "Infos", "Infos<-",
"normtype", "biastype","normtype<-","biastype<-", "estimate")
importFrom("RobAStBase","generateIC","ContNeighborhood", "IC")
+importFrom("grDevices", "dev.new")
+importFrom("graphics", "abline", "boxplot", "curve", "layout",
+ "legend", "par", "plot")
+importFrom("methods", "is", "new")
+importFrom("stats", "approx", "complete.cases", "dnorm", "integrate",
+ "mad", "median", "na.omit", "optim", "optimize", "pnorm",
+ "qnorm", "rbinom", "rnorm", "uniroot")
importClassesFrom("RobAStBase", "HampelWeight", "ALEstimate", "kStepEstimate", "ContNeighborhood")
importMethodsFrom("RobAStBase", "clip", "cent", "stand", "weight", "clip<-", "cent<-", "stand<-", "weight<-",
"getweight", "makeIC", "CallL2Fam", "CallL2Fam<-", "neighborRadius", "modifyIC", "addInfo<-")
Modified: branches/robast-1.1/pkg/RobLox/man/0RobLox-package.Rd
===================================================================
--- branches/robast-1.1/pkg/RobLox/man/0RobLox-package.Rd 2018-07-17 08:16:08 UTC (rev 958)
+++ branches/robast-1.1/pkg/RobLox/man/0RobLox-package.Rd 2018-07-17 08:59:47 UTC (rev 959)
@@ -32,7 +32,7 @@
Rieder, H., Kohl, M. and Ruckdeschel, P. (2008). The Costs of not Knowing
the Radius. \emph{Statistical Methods and Applications} \bold{17}(1) 13-40.
- Extended version: \url{http://www.stamats.de/RRlong.pdf}
+ Extended version: \url{http://r-kurs.de/RRlong.pdf}
M. Kohl, P. Ruckdeschel, and H. Rieder (2010). Infinitesimally Robust Estimation
in General Smoothly Parametrized Models. \emph{Statistical Methods and Application},
Modified: branches/robast-1.1/pkg/RobLox/man/finiteSampleCorrection.Rd
===================================================================
--- branches/robast-1.1/pkg/RobLox/man/finiteSampleCorrection.Rd 2018-07-17 08:16:08 UTC (rev 958)
+++ branches/robast-1.1/pkg/RobLox/man/finiteSampleCorrection.Rd 2018-07-17 08:59:47 UTC (rev 959)
@@ -36,7 +36,7 @@
Rieder, H., Kohl, M. and Ruckdeschel, P. (2008) The Costs of not Knowing
the Radius. Statistical Methods and Applications \emph{17}(1) 13-40.
- Extended version: \url{http://www.stamats.de/RRlong.pdf}
+ Extended version: \url{http://r-kurs.de/RRlong.pdf}
}
\author{Matthias Kohl \email{Matthias.Kohl at stamats.de}}
%\note{}
Modified: branches/robast-1.1/pkg/RobLox/man/roblox.Rd
===================================================================
--- branches/robast-1.1/pkg/RobLox/man/roblox.Rd 2018-07-17 08:16:08 UTC (rev 958)
+++ branches/robast-1.1/pkg/RobLox/man/roblox.Rd 2018-07-17 08:59:47 UTC (rev 959)
@@ -77,7 +77,7 @@
Rieder, H., Kohl, M. and Ruckdeschel, P. (2008) The Costs of not Knowing
the Radius. Statistical Methods and Applications \emph{17}(1) 13-40.
- Extended version: \url{http://www.stamats.de/RRlong.pdf}
+ Extended version: \url{http://r-kurs.de/RRlong.pdf}
M. Kohl, P. Ruckdeschel, and H. Rieder (2010). Infinitesimally Robust Estimation
in General Smoothly Parametrized Models. \emph{Statistical Methods and Application},
Modified: branches/robast-1.1/pkg/RobLox/man/rowRoblox.Rd
===================================================================
--- branches/robast-1.1/pkg/RobLox/man/rowRoblox.Rd 2018-07-17 08:16:08 UTC (rev 958)
+++ branches/robast-1.1/pkg/RobLox/man/rowRoblox.Rd 2018-07-17 08:59:47 UTC (rev 959)
@@ -87,7 +87,7 @@
Rieder, H., Kohl, M. and Ruckdeschel, P. (2008) The Costs of not Knowing
the Radius. Statistical Methods and Applications \emph{17}(1) 13-40.
- Extended version: \url{http://www.stamats.de/RRlong.pdf}
+ Extended version: \url{http://r-kurs.de/RRlong.pdf}
M. Kohl, P. Ruckdeschel, and H. Rieder (2010). Infinitesimally Robust Estimation
in General Smoothly Parametrized Models. \emph{Statistical Methods and Application},
Modified: branches/robast-1.1/pkg/RobLox/man/showdown.Rd
===================================================================
--- branches/robast-1.1/pkg/RobLox/man/showdown.Rd 2018-07-17 08:16:08 UTC (rev 958)
+++ branches/robast-1.1/pkg/RobLox/man/showdown.Rd 2018-07-17 08:59:47 UTC (rev 959)
@@ -57,7 +57,7 @@
Rieder, H., Kohl, M. and Ruckdeschel, P. (2008) The Costs of not Knowing
the Radius. Statistical Methods and Applications \emph{17}(1) 13-40.
- Extended version: \url{http://www.stamats.de/RRlong.pdf}
+ Extended version: \url{http://r-kurs.de/RRlong.pdf}
M. Kohl, P. Ruckdeschel, and H. Rieder (2010). Infinitesimally Robust Estimation
in General Smoothly Parametrized Models. \emph{Statistical Methods and Application},
More information about the Robast-commits
mailing list