[Robast-commits] r343 - in branches/robast-0.7/pkg: ROptEstOld/man RandVar/man RobAStBase/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Aug 20 17:48:23 CEST 2009
Author: stamats
Date: 2009-08-20 17:48:23 +0200 (Thu, 20 Aug 2009)
New Revision: 343
Modified:
branches/robast-0.7/pkg/ROptEstOld/man/TotalVarIC-class.Rd
branches/robast-0.7/pkg/ROptEstOld/man/asUnOvShoot-class.Rd
branches/robast-0.7/pkg/ROptEstOld/man/fiUnOvShoot-class.Rd
branches/robast-0.7/pkg/RandVar/man/EuclRandMatrix-class.Rd
branches/robast-0.7/pkg/RandVar/man/EuclRandVarList-class.Rd
branches/robast-0.7/pkg/RandVar/man/EuclRandVariable-class.Rd
branches/robast-0.7/pkg/RandVar/man/RandVariable-class.Rd
branches/robast-0.7/pkg/RandVar/man/RealRandVariable-class.Rd
branches/robast-0.7/pkg/RobAStBase/man/ALEstimate-class.Rd
branches/robast-0.7/pkg/RobAStBase/man/BdStWeight-class.Rd
branches/robast-0.7/pkg/RobAStBase/man/BoundedWeight-class.Rd
branches/robast-0.7/pkg/RobAStBase/man/ContNeighborhood-class.Rd
branches/robast-0.7/pkg/RobAStBase/man/FixRobModel-class.Rd
branches/robast-0.7/pkg/RobAStBase/man/HampIC-class.Rd
branches/robast-0.7/pkg/RobAStBase/man/HampelWeight-class.Rd
branches/robast-0.7/pkg/RobAStBase/man/IC-class.Rd
branches/robast-0.7/pkg/RobAStBase/man/InfRobModel-class.Rd
branches/robast-0.7/pkg/RobAStBase/man/InfluenceCurve-class.Rd
branches/robast-0.7/pkg/RobAStBase/man/MEstimate-class.Rd
branches/robast-0.7/pkg/RobAStBase/man/Neighborhood-class.Rd
branches/robast-0.7/pkg/RobAStBase/man/RobAStControl-class.Rd
branches/robast-0.7/pkg/RobAStBase/man/RobModel-class.Rd
branches/robast-0.7/pkg/RobAStBase/man/RobWeight-class.Rd
branches/robast-0.7/pkg/RobAStBase/man/TotalVarIC-class.Rd
branches/robast-0.7/pkg/RobAStBase/man/TotalVarNeighborhood-class.Rd
branches/robast-0.7/pkg/RobAStBase/man/UncondNeighborhood-class.Rd
branches/robast-0.7/pkg/RobAStBase/man/comparePlot.Rd
branches/robast-0.7/pkg/RobAStBase/man/infoPlot.Rd
branches/robast-0.7/pkg/RobAStBase/man/internals_ddPlot.Rd
branches/robast-0.7/pkg/RobAStBase/man/kStepEstimate-class.Rd
branches/robast-0.7/pkg/RobAStBase/man/plot-methods.Rd
Log:
some reformating of Rd-files - no notes, warnings or errors using R 2.10.0 (2009-08-19 r49319)
Modified: branches/robast-0.7/pkg/ROptEstOld/man/TotalVarIC-class.Rd
===================================================================
--- branches/robast-0.7/pkg/ROptEstOld/man/TotalVarIC-class.Rd 2009-08-20 15:48:07 UTC (rev 342)
+++ branches/robast-0.7/pkg/ROptEstOld/man/TotalVarIC-class.Rd 2009-08-20 15:48:23 UTC (rev 343)
@@ -59,6 +59,9 @@
\item{\code{stand}:}{ object of class \code{"matrix"}:
standardizing matrix. }
+ \item{lowerCase}{ object of class \code{"OptionalNumeric"}:
+ optional constant for lower case solution. }
+
\item{\code{neighborRadius}:}{ object of class \code{"numeric"}:
radius of the corresponding (unconditional) contamination
neighborhood. }
Modified: branches/robast-0.7/pkg/ROptEstOld/man/asUnOvShoot-class.Rd
===================================================================
--- branches/robast-0.7/pkg/ROptEstOld/man/asUnOvShoot-class.Rd 2009-08-20 15:48:07 UTC (rev 342)
+++ branches/robast-0.7/pkg/ROptEstOld/man/asUnOvShoot-class.Rd 2009-08-20 15:48:23 UTC (rev 343)
@@ -15,7 +15,7 @@
\section{Slots}{
\describe{
\item{\code{type}:}{Object of class \code{"character"}:
- dQuote{asymptotic under-/overshoot probability}. }
+ \dQuote{asymptotic under-/overshoot probability}. }
\item{\code{width}:}{Object of class \code{"numeric"}:
half the width of given confidence interval. }
}
Modified: branches/robast-0.7/pkg/ROptEstOld/man/fiUnOvShoot-class.Rd
===================================================================
--- branches/robast-0.7/pkg/ROptEstOld/man/fiUnOvShoot-class.Rd 2009-08-20 15:48:07 UTC (rev 342)
+++ branches/robast-0.7/pkg/ROptEstOld/man/fiUnOvShoot-class.Rd 2009-08-20 15:48:23 UTC (rev 343)
@@ -14,7 +14,7 @@
\section{Slots}{
\describe{
\item{\code{type}:}{Object of class \code{"character"}:
- dQuote{finite-sample under-/overshoot probability}. }
+ \dQuote{finite-sample under-/overshoot probability}. }
\item{\code{width}:}{Object of class \code{"numeric"}:
half the width of given confidence interval. }
}
Modified: branches/robast-0.7/pkg/RandVar/man/EuclRandMatrix-class.Rd
===================================================================
--- branches/robast-0.7/pkg/RandVar/man/EuclRandMatrix-class.Rd 2009-08-20 15:48:07 UTC (rev 342)
+++ branches/robast-0.7/pkg/RandVar/man/EuclRandMatrix-class.Rd 2009-08-20 15:48:23 UTC (rev 343)
@@ -43,11 +43,11 @@
}
\section{Slots}{
\describe{
- \item{\code{Dim}:}{ vector of positive integers: Dimensions of the random matrix. }
- \item{\code{Map}:}{ Object of class \code{"list"}: list of functions. }
- \item{\code{Domain}:}{ Object of class \code{"OptionalrSpace"}
+ \item{\code{Dim}}{ vector of positive integers: Dimensions of the random matrix. }
+ \item{\code{Map}}{ Object of class \code{"list"}: list of functions. }
+ \item{\code{Domain}}{ Object of class \code{"OptionalrSpace"}
domain of the random matrix. }
- \item{\code{Range}:}{ Object of class \code{"OptionalrSpace"}
+ \item{\code{Range}}{ Object of class \code{"OptionalrSpace"}
range of the random matrix. }
}
}
Modified: branches/robast-0.7/pkg/RandVar/man/EuclRandVarList-class.Rd
===================================================================
--- branches/robast-0.7/pkg/RandVar/man/EuclRandVarList-class.Rd 2009-08-20 15:48:07 UTC (rev 342)
+++ branches/robast-0.7/pkg/RandVar/man/EuclRandVarList-class.Rd 2009-08-20 15:48:23 UTC (rev 343)
@@ -37,7 +37,7 @@
}
\section{Slots}{
\describe{
- \item{\code{.Data}:}{Object of class \code{"list"}. A list of Euclidean
+ \item{\code{.Data}}{Object of class \code{"list"}. A list of Euclidean
random variables. }
}
}
Modified: branches/robast-0.7/pkg/RandVar/man/EuclRandVariable-class.Rd
===================================================================
--- branches/robast-0.7/pkg/RandVar/man/EuclRandVariable-class.Rd 2009-08-20 15:48:07 UTC (rev 342)
+++ branches/robast-0.7/pkg/RandVar/man/EuclRandVariable-class.Rd 2009-08-20 15:48:23 UTC (rev 343)
@@ -43,10 +43,10 @@
}
\section{Slots}{
\describe{
- \item{\code{Map}:}{Object of class \code{"list"}: list of functions. }
- \item{\code{Domain}:}{Object of class \code{"OptionalrSpace"}:
+ \item{\code{Map}}{Object of class \code{"list"}: list of functions. }
+ \item{\code{Domain}}{Object of class \code{"OptionalrSpace"}:
domain of the random variable. }
- \item{\code{Range}:}{Object of class \code{"EuclideanSpace"}:
+ \item{\code{Range}}{Object of class \code{"EuclideanSpace"}:
range of the random variable. }
}
}
Modified: branches/robast-0.7/pkg/RandVar/man/RandVariable-class.Rd
===================================================================
--- branches/robast-0.7/pkg/RandVar/man/RandVariable-class.Rd 2009-08-20 15:48:07 UTC (rev 342)
+++ branches/robast-0.7/pkg/RandVar/man/RandVariable-class.Rd 2009-08-20 15:48:23 UTC (rev 343)
@@ -30,10 +30,10 @@
}
\section{Slots}{
\describe{
- \item{\code{Map}:}{Object of class \code{"list"}: list of functions. }
- \item{\code{Domain}:}{Object of class \code{"OptionalrSpace"}:
+ \item{\code{Map}}{Object of class \code{"list"}: list of functions. }
+ \item{\code{Domain}}{Object of class \code{"OptionalrSpace"}:
domain of the random variable. }
- \item{\code{Range}:}{Object of class \code{"OptionalrSpace"}:
+ \item{\code{Range}}{Object of class \code{"OptionalrSpace"}:
range of the random variable. }
}
}
Modified: branches/robast-0.7/pkg/RandVar/man/RealRandVariable-class.Rd
===================================================================
--- branches/robast-0.7/pkg/RandVar/man/RealRandVariable-class.Rd 2009-08-20 15:48:07 UTC (rev 342)
+++ branches/robast-0.7/pkg/RandVar/man/RealRandVariable-class.Rd 2009-08-20 15:48:23 UTC (rev 343)
@@ -12,10 +12,10 @@
}
\section{Slots}{
\describe{
- \item{\code{Map}:}{Object of class \code{"list"}: list of functions. }
- \item{\code{Domain}:}{Object of class \code{"OptionalrSpace"}:
+ \item{\code{Map}}{Object of class \code{"list"}: list of functions. }
+ \item{\code{Domain}}{Object of class \code{"OptionalrSpace"}:
domain of the random variable. }
- \item{\code{Range}:}{Object of class \code{"Reals"}:
+ \item{\code{Range}}{Object of class \code{"Reals"}:
range of the random variable. }
}
}
Modified: branches/robast-0.7/pkg/RobAStBase/man/ALEstimate-class.Rd
===================================================================
--- branches/robast-0.7/pkg/RobAStBase/man/ALEstimate-class.Rd 2009-08-20 15:48:07 UTC (rev 342)
+++ branches/robast-0.7/pkg/RobAStBase/man/ALEstimate-class.Rd 2009-08-20 15:48:23 UTC (rev 343)
@@ -18,21 +18,21 @@
}
\section{Slots}{
\describe{
- \item{\code{name}:}{Object of class \code{"character"}:
+ \item{\code{name}}{Object of class \code{"character"}:
name of the estimator. }
- \item{\code{estimate}:}{Object of class \code{"ANY"}:
+ \item{\code{estimate}}{Object of class \code{"ANY"}:
estimate. }
- \item{\code{samplesize}:}{Object of class \code{"numeric"}:
+ \item{\code{samplesize}}{Object of class \code{"numeric"}:
sample size. }
- \item{\code{asvar}:}{Optional object of class \code{"matrix"}:
+ \item{\code{asvar}}{Optional object of class \code{"matrix"}:
asymptotic variance. }
- \item{\code{asbias}:}{Optional object of class \code{"numeric"}:
+ \item{\code{asbias}}{Optional object of class \code{"numeric"}:
asymptotic bias. }
- \item{\code{pIC}:}{Optional object of class \code{InfluenceCurve}:
+ \item{\code{pIC}}{Optional object of class \code{InfluenceCurve}:
influence curve. }
- \item{\code{nuis.idx}:}{ object of class \code{"OptionalNumeric"}:
+ \item{\code{nuis.idx}}{ object of class \code{"OptionalNumeric"}:
indices of \code{estimate} belonging to the nuisance part. }
- \item{\code{Infos}:}{ object of class \code{"matrix"}
+ \item{\code{Infos}}{ object of class \code{"matrix"}
with two columns named \code{method} and \code{message}:
additional informations. }
}
Modified: branches/robast-0.7/pkg/RobAStBase/man/BdStWeight-class.Rd
===================================================================
--- branches/robast-0.7/pkg/RobAStBase/man/BdStWeight-class.Rd 2009-08-20 15:48:07 UTC (rev 342)
+++ branches/robast-0.7/pkg/RobAStBase/man/BdStWeight-class.Rd 2009-08-20 15:48:23 UTC (rev 343)
@@ -13,10 +13,10 @@
}
\section{Slots}{
\describe{
- \item{\code{name}:}{Object of class \code{"character"}; inherited from class \code{RobWeight}. }
- \item{\code{weight}:}{Object of class \code{"function"} --- the weight function; inherited from class \code{RobWeight}.}
- \item{\code{clip}:}{Object of class \code{"numeric"} --- clipping bound(s); inherited from class \code{BoundedWeight}.}
- \item{\code{stand}:}{Object of class \code{"matrix"} --- standardization.}
+ \item{\code{name}}{Object of class \code{"character"}; inherited from class \code{RobWeight}. }
+ \item{\code{weight}}{Object of class \code{"function"} --- the weight function; inherited from class \code{RobWeight}.}
+ \item{\code{clip}}{Object of class \code{"numeric"} --- clipping bound(s); inherited from class \code{BoundedWeight}.}
+ \item{\code{stand}}{Object of class \code{"matrix"} --- standardization.}
}
}
\section{Extends}{
Modified: branches/robast-0.7/pkg/RobAStBase/man/BoundedWeight-class.Rd
===================================================================
--- branches/robast-0.7/pkg/RobAStBase/man/BoundedWeight-class.Rd 2009-08-20 15:48:07 UTC (rev 342)
+++ branches/robast-0.7/pkg/RobAStBase/man/BoundedWeight-class.Rd 2009-08-20 15:48:23 UTC (rev 343)
@@ -11,9 +11,9 @@
}
\section{Slots}{
\describe{
- \item{\code{name}:}{Object of class \code{"character"}; inherited from class \code{RobWeight}. }
- \item{\code{weight}:}{Object of class \code{"function"} --- the weight function; inherited from class \code{RobWeight}.}
- \item{\code{clip}:}{Object of class \code{"numeric"} --- clipping bound(s).}
+ \item{\code{name}}{Object of class \code{"character"}; inherited from class \code{RobWeight}. }
+ \item{\code{weight}}{Object of class \code{"function"} --- the weight function; inherited from class \code{RobWeight}.}
+ \item{\code{clip}}{Object of class \code{"numeric"} --- clipping bound(s).}
}
}
\section{Extends}{
Modified: branches/robast-0.7/pkg/RobAStBase/man/ContNeighborhood-class.Rd
===================================================================
--- branches/robast-0.7/pkg/RobAStBase/man/ContNeighborhood-class.Rd 2009-08-20 15:48:07 UTC (rev 342)
+++ branches/robast-0.7/pkg/RobAStBase/man/ContNeighborhood-class.Rd 2009-08-20 15:48:23 UTC (rev 343)
@@ -11,10 +11,10 @@
}
\section{Slots}{
\describe{
- \item{\code{type}:}{Object of class \code{"character"}:
+ \item{\code{type}}{Object of class \code{"character"}:
\dQuote{(uncond.) convex contamination neighborhood}. }
- \item{\code{radius}:}{Object of class \code{"numeric"}:
+ \item{\code{radius}}{Object of class \code{"numeric"}:
neighborhood radius. }
}
}
Modified: branches/robast-0.7/pkg/RobAStBase/man/FixRobModel-class.Rd
===================================================================
--- branches/robast-0.7/pkg/RobAStBase/man/FixRobModel-class.Rd 2009-08-20 15:48:07 UTC (rev 342)
+++ branches/robast-0.7/pkg/RobAStBase/man/FixRobModel-class.Rd 2009-08-20 15:48:23 UTC (rev 343)
@@ -13,8 +13,8 @@
}
\section{Slots}{
\describe{
- \item{\code{center}:}{Object of class \code{"ProbFamily"}. }
- \item{\code{neighbor}:}{Object of class \code{"UncondNeighborhood"}.}
+ \item{\code{center}}{Object of class \code{"ProbFamily"}. }
+ \item{\code{neighbor}}{Object of class \code{"UncondNeighborhood"}.}
}
}
\section{Extends}{
Modified: branches/robast-0.7/pkg/RobAStBase/man/HampIC-class.Rd
===================================================================
--- branches/robast-0.7/pkg/RobAStBase/man/HampIC-class.Rd 2009-08-20 15:48:07 UTC (rev 342)
+++ branches/robast-0.7/pkg/RobAStBase/man/HampIC-class.Rd 2009-08-20 15:48:23 UTC (rev 343)
@@ -22,42 +22,43 @@
}
\section{Slots}{
\describe{
- \item{\code{CallL2Fam}:}{ object of class \code{"call"}:
+ \item{\code{CallL2Fam}}{ object of class \code{"call"}:
creates an object of the underlying L2-differentiable
parametric family. }
- \item{\code{name}:}{ object of class \code{"character"} }
+ \item{\code{name}}{ object of class \code{"character"} }
- \item{\code{Curve}:}{ object of class \code{"EuclRandVarList"}}
+ \item{\code{Curve}}{ object of class \code{"EuclRandVarList"}}
- \item{\code{modifyIC}:}{ Object of class \code{"OptionalFunction"}:
+ \item{\code{modifyIC}}{ Object of class \code{"OptionalFunction"}:
function of two arguments, which are an L2 parametric family
and an optional influence curve. Returns an object of
class \code{"IC"}. This slot is mainly used for internal
computations! }
- \item{\code{Risks}:}{ object of class \code{"list"}:
+ \item{\code{Risks}}{ object of class \code{"list"}:
list of risks; cf. \code{\link[distrMod]{RiskType-class}}. }
- \item{\code{Infos}:}{ object of class \code{"matrix"}
+ \item{\code{Infos}}{ object of class \code{"matrix"}
with two columns named \code{method} and \code{message}:
additional informations. }
- \item{\code{stand}:}{ object of class \code{"matrix"}:
+ \item{\code{stand}}{ object of class \code{"matrix"}:
standardizing matrix. }
- \item{\code{weight}:}{ object of class \code{"RobWeight"}:
+ \item{\code{weight}}{ object of class \code{"RobWeight"}:
weight function }
- \item{\code{biastype}:}{ object of class \code{"BiasType"}:
+ \item{\code{biastype}}{ object of class \code{"BiasType"}:
bias type (symmetric/onsided/asymmetric) }
- \item{\code{normtype}:}{ object of class \code{"NormType"}:
+
+ \item{\code{normtype}}{ object of class \code{"NormType"}:
norm type (Euclidean, information/self-standardized)}
- \item{\code{lowerCase}:}{ object of class \code{"OptionalNumeric"}:
+ \item{\code{lowerCase}}{ object of class \code{"OptionalNumeric"}:
optional constant for lower case solution. }
- \item{\code{neighborRadius}:}{ object of class \code{"numeric"}:
+ \item{\code{neighborRadius}}{ object of class \code{"numeric"}:
radius of the corresponding (unconditional) contamination
neighborhood. }
}
Modified: branches/robast-0.7/pkg/RobAStBase/man/HampelWeight-class.Rd
===================================================================
--- branches/robast-0.7/pkg/RobAStBase/man/HampelWeight-class.Rd 2009-08-20 15:48:07 UTC (rev 342)
+++ branches/robast-0.7/pkg/RobAStBase/man/HampelWeight-class.Rd 2009-08-20 15:48:23 UTC (rev 343)
@@ -13,11 +13,11 @@
}
\section{Slots}{
\describe{
- \item{\code{name}:}{Object of class \code{"character"}; inherited from class \code{RobWeight}. }
- \item{\code{weight}:}{Object of class \code{"function"} --- the weight function; inherited from class \code{RobWeight}.}
- \item{\code{clip}:}{Object of class \code{"numeric"} --- clipping bound(s); inherited from class \code{BoundedWeight}.}
- \item{\code{stand}:}{Object of class \code{"matrix"} --- standardization; inherited from class \code{BdStWeight}.}
- \item{\code{cent}:}{Object of class \code{"numeric"} --- centering.}
+ \item{\code{name}}{Object of class \code{"character"}; inherited from class \code{RobWeight}. }
+ \item{\code{weight}}{Object of class \code{"function"} --- the weight function; inherited from class \code{RobWeight}.}
+ \item{\code{clip}}{Object of class \code{"numeric"} --- clipping bound(s); inherited from class \code{BoundedWeight}.}
+ \item{\code{stand}}{Object of class \code{"matrix"} --- standardization; inherited from class \code{BdStWeight}.}
+ \item{\code{cent}}{Object of class \code{"numeric"} --- centering.}
}
}
\section{Extends}{
Modified: branches/robast-0.7/pkg/RobAStBase/man/IC-class.Rd
===================================================================
--- branches/robast-0.7/pkg/RobAStBase/man/IC-class.Rd 2009-08-20 15:48:07 UTC (rev 342)
+++ branches/robast-0.7/pkg/RobAStBase/man/IC-class.Rd 2009-08-20 15:48:23 UTC (rev 343)
@@ -22,19 +22,19 @@
}
\section{Slots}{
\describe{
- \item{\code{CallL2Fam}:}{Object of class \code{"call"}:
+ \item{\code{CallL2Fam}}{Object of class \code{"call"}:
creates an object of the underlying L2-differentiable
parametric family. }
- \item{\code{modifyIC}:}{ Object of class \code{"OptionalFunction"}:
+ \item{\code{modifyIC}}{ Object of class \code{"OptionalFunction"}:
function of two arguments, which are an L2 parametric family
and an optional influence curve. Returns an object of
class \code{"IC"}. This slot is mainly used for internal
computations! }
- \item{\code{name}:}{Object of class \code{"character"}. }
- \item{\code{Curve}:}{Object of class \code{"EuclRandVarList"}.}
- \item{\code{Risks}:}{Object of class \code{"list"}:
+ \item{\code{name}}{Object of class \code{"character"}. }
+ \item{\code{Curve}}{Object of class \code{"EuclRandVarList"}.}
+ \item{\code{Risks}}{Object of class \code{"list"}:
list of risks; cf. \code{\link[distrMod]{RiskType-class}}. }
- \item{\code{Infos}:}{Object of class \code{"matrix"}
+ \item{\code{Infos}}{Object of class \code{"matrix"}
with two columns named \code{method} and \code{message}:
additional informations. }
}
Modified: branches/robast-0.7/pkg/RobAStBase/man/InfRobModel-class.Rd
===================================================================
--- branches/robast-0.7/pkg/RobAStBase/man/InfRobModel-class.Rd 2009-08-20 15:48:07 UTC (rev 342)
+++ branches/robast-0.7/pkg/RobAStBase/man/InfRobModel-class.Rd 2009-08-20 15:48:23 UTC (rev 343)
@@ -14,8 +14,8 @@
}
\section{Slots}{
\describe{
- \item{\code{center}:}{Object of class \code{"ProbFamily"}. }
- \item{\code{neighbor}:}{Object of class \code{"UncondNeighborhood"}. }
+ \item{\code{center}}{Object of class \code{"ProbFamily"}. }
+ \item{\code{neighbor}}{Object of class \code{"UncondNeighborhood"}. }
}
}
\section{Extends}{
Modified: branches/robast-0.7/pkg/RobAStBase/man/InfluenceCurve-class.Rd
===================================================================
--- branches/robast-0.7/pkg/RobAStBase/man/InfluenceCurve-class.Rd 2009-08-20 15:48:07 UTC (rev 342)
+++ branches/robast-0.7/pkg/RobAStBase/man/InfluenceCurve-class.Rd 2009-08-20 15:48:23 UTC (rev 343)
@@ -31,11 +31,11 @@
}
\section{Slots}{
\describe{
- \item{\code{name}:}{ object of class \code{"character"} }
- \item{\code{Curve}:}{ object of class \code{"EuclRandVarList"} }
- \item{\code{Risks}:}{ object of class \code{"list"}:
+ \item{\code{name}}{ object of class \code{"character"} }
+ \item{\code{Curve}}{ object of class \code{"EuclRandVarList"} }
+ \item{\code{Risks}}{ object of class \code{"list"}:
list of risks; cf. \code{\link[distrMod]{RiskType-class}}. }
- \item{\code{Infos}:}{ object of class \code{"matrix"}
+ \item{\code{Infos}}{ object of class \code{"matrix"}
with two columns named \code{method} and \code{message}:
additional informations. }
}
Modified: branches/robast-0.7/pkg/RobAStBase/man/MEstimate-class.Rd
===================================================================
--- branches/robast-0.7/pkg/RobAStBase/man/MEstimate-class.Rd 2009-08-20 15:48:07 UTC (rev 342)
+++ branches/robast-0.7/pkg/RobAStBase/man/MEstimate-class.Rd 2009-08-20 15:48:23 UTC (rev 343)
@@ -14,23 +14,23 @@
}
\section{Slots}{
\describe{
- \item{\code{name}:}{Object of class \code{"character"}:
+ \item{\code{name}}{Object of class \code{"character"}:
name of the estimator. }
- \item{\code{estimate}:}{Object of class \code{"ANY"}:
+ \item{\code{estimate}}{Object of class \code{"ANY"}:
estimate. }
- \item{\code{samplesize}:}{Object of class \code{"numeric"}:
+ \item{\code{samplesize}}{Object of class \code{"numeric"}:
sample size. }
- \item{\code{asvar}:}{Optional object of class \code{"matrix"}:
+ \item{\code{asvar}}{Optional object of class \code{"matrix"}:
asymptotic variance. }
- \item{\code{asbias}:}{Optional object of class \code{"numeric"}:
+ \item{\code{asbias}}{Optional object of class \code{"numeric"}:
asymptotic bias. }
- \item{\code{pIC}:}{Optional object of class \code{InfluenceCurve}:
+ \item{\code{pIC}}{Optional object of class \code{InfluenceCurve}:
influence curve. }
- \item{\code{nuis.idx}:}{ object of class \code{"OptionalNumeric"}:
+ \item{\code{nuis.idx}}{ object of class \code{"OptionalNumeric"}:
indices of \code{estimate} belonging to the nuisance part. }
- \item{\code{Mroot}:}{Object of class \code{"numeric"}: value of
+ \item{\code{Mroot}}{Object of class \code{"numeric"}: value of
the M equation at the estimate. }
- \item{\code{Infos}:}{ object of class \code{"matrix"}
+ \item{\code{Infos}}{ object of class \code{"matrix"}
with two columns named \code{method} and \code{message}:
additional informations. }
}
Modified: branches/robast-0.7/pkg/RobAStBase/man/Neighborhood-class.Rd
===================================================================
--- branches/robast-0.7/pkg/RobAStBase/man/Neighborhood-class.Rd 2009-08-20 15:48:07 UTC (rev 342)
+++ branches/robast-0.7/pkg/RobAStBase/man/Neighborhood-class.Rd 2009-08-20 15:48:23 UTC (rev 343)
@@ -11,9 +11,9 @@
\section{Objects from the Class}{A virtual Class: No objects may be created from it.}
\section{Slots}{
\describe{
- \item{\code{type}:}{Object of class \code{"character"}:
+ \item{\code{type}}{Object of class \code{"character"}:
type of the neighborhood. }
- \item{\code{radius}:}{Object of class \code{"numeric"}:
+ \item{\code{radius}}{Object of class \code{"numeric"}:
neighborhood radius. }
}
}
Modified: branches/robast-0.7/pkg/RobAStBase/man/RobAStControl-class.Rd
===================================================================
--- branches/robast-0.7/pkg/RobAStBase/man/RobAStControl-class.Rd 2009-08-20 15:48:07 UTC (rev 342)
+++ branches/robast-0.7/pkg/RobAStBase/man/RobAStControl-class.Rd 2009-08-20 15:48:23 UTC (rev 343)
@@ -11,7 +11,7 @@
}
\section{Slots}{
\describe{
- \item{\code{name}:}{Object of class \code{"character"}:
+ \item{\code{name}}{Object of class \code{"character"}:
name of the control object. }
}
}
@@ -22,7 +22,6 @@
\item{name<-}{\code{signature(object = "RobAStControl", value = "character")}:
replacement function for slot \code{name}. }
-
}
}
\references{
Modified: branches/robast-0.7/pkg/RobAStBase/man/RobModel-class.Rd
===================================================================
--- branches/robast-0.7/pkg/RobAStBase/man/RobModel-class.Rd 2009-08-20 15:48:07 UTC (rev 342)
+++ branches/robast-0.7/pkg/RobAStBase/man/RobModel-class.Rd 2009-08-20 15:48:23 UTC (rev 343)
@@ -18,8 +18,8 @@
\section{Objects from the Class}{A virtual Class: No objects may be created from it.}
\section{Slots}{
\describe{
- \item{\code{center}:}{Object of class \code{"ProbFamily"} }
- \item{\code{neighbor}:}{Object of class \code{"Neighborhood"}}
+ \item{\code{center}}{Object of class \code{"ProbFamily"} }
+ \item{\code{neighbor}}{Object of class \code{"Neighborhood"}}
}
}
\section{Methods}{
Modified: branches/robast-0.7/pkg/RobAStBase/man/RobWeight-class.Rd
===================================================================
--- branches/robast-0.7/pkg/RobAStBase/man/RobWeight-class.Rd 2009-08-20 15:48:07 UTC (rev 342)
+++ branches/robast-0.7/pkg/RobAStBase/man/RobWeight-class.Rd 2009-08-20 15:48:23 UTC (rev 343)
@@ -16,8 +16,8 @@
}
\section{Slots}{
\describe{
- \item{\code{name}:}{Object of class \code{"character"}. }
- \item{\code{weight}:}{Object of class \code{"function"} --- the weight function.}
+ \item{\code{name}}{Object of class \code{"character"}. }
+ \item{\code{weight}}{Object of class \code{"function"} --- the weight function.}
}
}
\section{Methods}{
Modified: branches/robast-0.7/pkg/RobAStBase/man/TotalVarIC-class.Rd
===================================================================
--- branches/robast-0.7/pkg/RobAStBase/man/TotalVarIC-class.Rd 2009-08-20 15:48:07 UTC (rev 342)
+++ branches/robast-0.7/pkg/RobAStBase/man/TotalVarIC-class.Rd 2009-08-20 15:48:23 UTC (rev 343)
@@ -33,46 +33,46 @@
}
\section{Slots}{
\describe{
- \item{\code{CallL2Fam}:}{ object of class \code{"call"}:
+ \item{\code{CallL2Fam}}{ object of class \code{"call"}:
creates an object of the underlying L2-differentiable
parametric family. }
- \item{\code{name}:}{ object of class \code{"character"}. }
+ \item{\code{name}}{ object of class \code{"character"}. }
- \item{\code{Curve}:}{ object of class \code{"EuclRandVarList"}.}
+ \item{\code{Curve}}{ object of class \code{"EuclRandVarList"}.}
- \item{\code{modifyIC}:}{ Object of class \code{"OptionalFunction"}:
+ \item{\code{modifyIC}}{ Object of class \code{"OptionalFunction"}:
function of two arguments, which are an L2 parametric family
and an optional influence curve. Returns an object of
class \code{"IC"}. This slot is mainly used for internal
computations! }
- \item{\code{Risks}:}{ object of class \code{"list"}:
+ \item{\code{Risks}}{ object of class \code{"list"}:
list of risks; cf. \code{\link[distrMod]{RiskType-class}}. }
- \item{\code{Infos}:}{ object of class \code{"matrix"}
+ \item{\code{Infos}}{ object of class \code{"matrix"}
with two columns named \code{method} and \code{message}:
additional informations. }
- \item{\code{clipLo}:}{ object of class \code{"numeric"}:
+ \item{\code{clipLo}}{ object of class \code{"numeric"}:
lower clipping bound. }
- \item{\code{clipUp}:}{ object of class \code{"numeric"}:
+ \item{\code{clipUp}}{ object of class \code{"numeric"}:
upper clipping bound. }
- \item{\code{stand}:}{ object of class \code{"matrix"}:
+ \item{\code{stand}}{ object of class \code{"matrix"}:
standardizing matrix. }
- \item{\code{weight}:}{ object of class \code{"BdStWeight"}:
+ \item{\code{weight}}{ object of class \code{"BdStWeight"}:
weight function }
- \item{\code{biastype}:}{ object of class \code{"BiasType"}:
+ \item{\code{biastype}}{ object of class \code{"BiasType"}:
bias type (symmetric/onsided/asymmetric) }
- \item{\code{normtype}:}{ object of class \code{"NormType"}:
+ \item{\code{normtype}}{ object of class \code{"NormType"}:
norm type (Euclidean, information/self-standardized)}
- \item{\code{neighborRadius}:}{ object of class \code{"numeric"}:
+ \item{\code{neighborRadius}}{ object of class \code{"numeric"}:
radius of the corresponding (unconditional) contamination
neighborhood. }
}
Modified: branches/robast-0.7/pkg/RobAStBase/man/TotalVarNeighborhood-class.Rd
===================================================================
--- branches/robast-0.7/pkg/RobAStBase/man/TotalVarNeighborhood-class.Rd 2009-08-20 15:48:07 UTC (rev 342)
+++ branches/robast-0.7/pkg/RobAStBase/man/TotalVarNeighborhood-class.Rd 2009-08-20 15:48:23 UTC (rev 343)
@@ -11,9 +11,9 @@
}
\section{Slots}{
\describe{
- \item{\code{type}:}{Object of class \code{"character"}:
+ \item{\code{type}}{Object of class \code{"character"}:
\dQuote{(uncond.) total variation neighborhood}. }
- \item{\code{radius}:}{Object of class \code{"numeric"}:
+ \item{\code{radius}}{Object of class \code{"numeric"}:
neighborhood radius. }
}
}
Modified: branches/robast-0.7/pkg/RobAStBase/man/UncondNeighborhood-class.Rd
===================================================================
--- branches/robast-0.7/pkg/RobAStBase/man/UncondNeighborhood-class.Rd 2009-08-20 15:48:07 UTC (rev 342)
+++ branches/robast-0.7/pkg/RobAStBase/man/UncondNeighborhood-class.Rd 2009-08-20 15:48:23 UTC (rev 343)
@@ -7,9 +7,9 @@
\section{Objects from the Class}{A virtual Class: No objects may be created from it.}
\section{Slots}{
\describe{
- \item{\code{type}:}{Object of class \code{"character"}:
+ \item{\code{type}}{Object of class \code{"character"}:
type of the neighborhood. }
- \item{\code{radius}:}{Object of class \code{"numeric"}:
+ \item{\code{radius}}{Object of class \code{"numeric"}:
neighborhood radius. }
}
}
Modified: branches/robast-0.7/pkg/RobAStBase/man/comparePlot.Rd
===================================================================
--- branches/robast-0.7/pkg/RobAStBase/man/comparePlot.Rd 2009-08-20 15:48:07 UTC (rev 342)
+++ branches/robast-0.7/pkg/RobAStBase/man/comparePlot.Rd 2009-08-20 15:48:23 UTC (rev 343)
@@ -92,7 +92,7 @@
Of course, if \code{main} / \code{inner} / \code{sub} are \code{character}, this
is used for the title; in case of \code{inner} it is then checked whether it
has correct length. In all title arguments, the following patterns are substituted:
-\itemize{
+\describe{
\item{\code{"\%C1"},\code{"\%C2"},[\code{"\%C3"},][\code{"\%C4"}]}{class of argument
\code{obj<i>}, i=1,..4}
\item{\code{"\%A1"},\code{"\%A2"},[\code{"\%A3"},][\code{"\%A4"}]}{deparsed argument
Modified: branches/robast-0.7/pkg/RobAStBase/man/infoPlot.Rd
===================================================================
--- branches/robast-0.7/pkg/RobAStBase/man/infoPlot.Rd 2009-08-20 15:48:07 UTC (rev 342)
+++ branches/robast-0.7/pkg/RobAStBase/man/infoPlot.Rd 2009-08-20 15:48:23 UTC (rev 343)
@@ -103,7 +103,7 @@
Of course, if \code{main} / \code{inner} / \code{sub} are \code{character}, this
is used for the title; in case of \code{inner} it is then checked whether it
has correct length. In all title arguments, the following patterns are substituted:
-\itemize{
+\describe{
\item{\code{"\%C"}}{class of argument \code{object}}
\item{\code{"\%A"}}{deparsed argument \code{object}}
\item{\code{"\%D"}}{time/date-string when the plot was generated}
Modified: branches/robast-0.7/pkg/RobAStBase/man/internals_ddPlot.Rd
===================================================================
--- branches/robast-0.7/pkg/RobAStBase/man/internals_ddPlot.Rd 2009-08-20 15:48:07 UTC (rev 342)
+++ branches/robast-0.7/pkg/RobAStBase/man/internals_ddPlot.Rd 2009-08-20 15:48:23 UTC (rev 343)
@@ -55,7 +55,7 @@
all arguments except for \code{data} are optional. In case they are missing
default values are used as usual; for those arguments without default arguments,
we do
-\itemize{
+\describe{
\item{transform.x}{defaults to identity, internally}.
\item{id.n}{defaults to \code{1:ncol(data)}, internally}.
\item{lab.pts}{defaults to \code{(1:ncol(data))[id.n]}, internally}.
Modified: branches/robast-0.7/pkg/RobAStBase/man/kStepEstimate-class.Rd
===================================================================
--- branches/robast-0.7/pkg/RobAStBase/man/kStepEstimate-class.Rd 2009-08-20 15:48:07 UTC (rev 342)
+++ branches/robast-0.7/pkg/RobAStBase/man/kStepEstimate-class.Rd 2009-08-20 15:48:23 UTC (rev 343)
@@ -14,23 +14,23 @@
}
\section{Slots}{
\describe{
- \item{\code{name}:}{Object of class \code{"character"}:
+ \item{\code{name}}{Object of class \code{"character"}:
name of the estimator. }
- \item{\code{estimate}:}{Object of class \code{"ANY"}:
+ \item{\code{estimate}}{Object of class \code{"ANY"}:
estimate. }
- \item{\code{samplesize}:}{Object of class \code{"numeric"}:
+ \item{\code{samplesize}}{Object of class \code{"numeric"}:
sample size. }
- \item{\code{asvar}:}{Optional object of class \code{"matrix"}:
+ \item{\code{asvar}}{Optional object of class \code{"matrix"}:
asymptotic variance. }
- \item{\code{asbias}:}{Optional object of class \code{"numeric"}:
+ \item{\code{asbias}}{Optional object of class \code{"numeric"}:
asymptotic bias. }
- \item{\code{pIC}:}{Optional object of class \code{InfluenceCurve}:
+ \item{\code{pIC}}{Optional object of class \code{InfluenceCurve}:
influence curve. }
- \item{\code{nuis.idx}:}{ object of class \code{"OptionalNumeric"}:
+ \item{\code{nuis.idx}}{ object of class \code{"OptionalNumeric"}:
indices of \code{estimate} belonging to the nuisance part. }
- \item{\code{steps}:}{Object of class \code{"integer"}: number
+ \item{\code{steps}}{Object of class \code{"integer"}: number
of steps. }
- \item{\code{Infos}:}{ object of class \code{"matrix"}
+ \item{\code{Infos}}{ object of class \code{"matrix"}
with two columns named \code{method} and \code{message}:
additional informations. }
}
Modified: branches/robast-0.7/pkg/RobAStBase/man/plot-methods.Rd
===================================================================
--- branches/robast-0.7/pkg/RobAStBase/man/plot-methods.Rd 2009-08-20 15:48:07 UTC (rev 342)
[TRUNCATED]
To get the complete diff run:
svnlook diff /svnroot/robast -r 343
More information about the Robast-commits
mailing list