1\name{calibrate.rrvglm.control}
2\alias{calibrate.rrvglm.control}
3%- Also NEED an '\alias' for EACH other topic documented here.
4\title{ Control Function for CLO (RR-VGLM) Calibration }
5\description{
6  Algorithmic constants and parameters for running
7  \code{\link{calibrate.rrvglm}} are set using this function.
8
9}
10\usage{
11calibrate.rrvglm.control(object, trace = FALSE, method.optim = "BFGS",
12    gridSize = ifelse(Rank == 1, 17, 9), ...)
13}
14%- maybe also 'usage' for other objects documented here.
15\arguments{
16  \item{object}{
17    The fitted \code{\link{rrvglm}} model.
18    The user should ignore this argument.
19
20
21%   The fitted CLO model. The user should ignore this argument.
22
23
24  }
25  \item{trace, method.optim}{
26    Same as \code{\link{calibrate.qrrvglm.control}}.
27
28
29
30  }
31\item{gridSize}{
32    Same as \code{\link{calibrate.qrrvglm.control}}.
33
34
35  }
36  \item{\dots}{
37  Avoids an error message for extraneous arguments.
38
39
40  }
41}
42\details{
43  Most CLO users will only need to make use of \code{trace}
44  and \code{gridSize}. These arguments should be used inside their
45  call to \code{\link{calibrate.rrvglm}}, not this function
46  directly.
47
48
49  }
50\value{
51  Similar to \code{\link{calibrate.qrrvglm.control}}.
52
53
54}
55%\references{
56%}
57% \author{T. W. Yee}
58%\note{
59% Despite the name of this function, UQO and CAO models are handled
60% }
61
62
63
64\seealso{
65  \code{\link{calibrate.rrvglm}},
66  \code{\link{Coef.rrvglm}}.
67
68
69}
70%\examples{
71%}
72\keyword{models}
73\keyword{regression}
74
75