File: glmrobMqle.control.Rd

package info (click to toggle)
robustbase 0.8-1-1-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 3,156 kB
  • sloc: fortran: 2,553; ansic: 2,419; makefile: 1
file content (47 lines) | stat: -rw-r--r-- 1,117 bytes parent folder | download
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
\name{glmrobMqle.control}
\alias{glmrobMqle.control}
\title{Auxiliary for Controlling Robust GLM Fitting by the Method "Mqle"}
\description{
  Auxiliary function as user interface for \code{\link{glmrob}} fitting
  when method "Mqle" is applied.  Typically only used when calling
  \code{\link{glmrob}}.
}

\usage{
glmrobMqle.control(acc = 1e-04, test.acc = "coef", maxit = 50, tcc = 1.345)
}

%- maybe also 'usage' for other objects documented here.
\arguments{
  \item{acc}{positive convergence tolerance;
    the iterations converge when ???}
  \item{test.acc}{Only "coef" is currently implemented}
  \item{maxit}{integer giving the maximum number of iterations. }
  \item{tcc}{tuning constant c for Huber's psi-function}
}

%% \details{
%% }

\value{
  A list with the arguments as components.
}

%% \references{ ~put references to the literature/web site here ~ }

\author{Andreas Ruckstuhl}

%% \\note{ ~~further notes~~ }
%%
%%  ~Make other sections like Warning with \section{Warning }{....} ~
%%

\seealso{\code{\link{glmrob}}}

%% \examples{
%% }

\keyword{robust}
\keyword{regression}
\keyword{nonlinear}