1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
\name{weibullRob.control}
\alias{weibullRob.control}
\title{Control Parameters for weibullRob}
\description{
Create a list of control parameters for the \code{weibullRob} function.
}
\usage{
weibullRob.control(estim, \dots)
}
\arguments{
\item{estim}{a character string specifying the estimator.}
\item{\dots}{control parameters appropriate for the estimator given in \code{estim}.}
}
\value{
a list of control parameters appropriate for the specified estimator.
}
\keyword{robust}
|