Home
last modified time | relevance | path

Searched refs:coefstart (Results 1 – 22 of 22) sorted by relevance

/dports/math/R-cran-VGAM/VGAM/R/
H A Drrvglm.R16 etastart = NULL, mustart = NULL, coefstart = NULL, argument
41 mf$coefstart <- mf$etastart <- mf$... <- NULL
96 coefstart = coefstart,
113 coefstart = coefstart,
H A Dcao.R17 etastart = NULL, mustart = NULL, coefstart = NULL, argument
42 mf$coefstart <- mf$etastart <- mf$... <- NULL
99 coefstart = coefstart,
H A Dcqo.R14 etastart = NULL, mustart = NULL, coefstart = NULL, argument
38 mf$coefstart <- mf$etastart <- mf$... <- NULL
92 etastart = etastart, mustart = mustart, coefstart = coefstart,
H A Dvglm.R14 etastart = NULL, mustart = NULL, coefstart = NULL, argument
118 etastart = etastart, mustart = mustart, coefstart = coefstart,
226 etastart = NULL, mustart = NULL, coefstart = NULL, argument
H A Dvglm.fit.q14 etastart = NULL, mustart = NULL, coefstart = NULL, argument
52 old.coeffs <- coefstart # May be a NULL
96 "Try using 'etastart', 'coefstart' or 'mustart', else ",
130 if (length(coefstart)) {
132 matrix(X.vlm.save %*% coefstart, n, M, byrow = TRUE) + offset
134 matrix(X.vlm.save * coefstart, n, M, byrow = TRUE) + offset
H A Dvgam.R19 etastart = NULL, mustart = NULL, coefstart = NULL, argument
262 etastart = etastart, mustart = mustart, coefstart = coefstart,
449 etastart = NULL, mustart = NULL, coefstart = NULL, argument
H A Dvgam.fit.q16 etastart = NULL, mustart = NULL, coefstart = NULL, argument
59 old.coeffs <- coefstart
92 "Try using 'etastart', 'coefstart' or 'mustart', else ",
161 if (length(coefstart)) {
163 matrix(X.vlm.save %*% coefstart, n, M, byrow = TRUE) + offset
165 matrix(X.vlm.save * coefstart, n, M, byrow = TRUE) + offset
H A Drrvglm.fit.q15 etastart = NULL, mustart = NULL, coefstart = NULL, argument
56 old.coeffs <- coefstart
231 if (length(coefstart)) {
233 X.vlm.save %*% coefstart + offset else
234 X.vlm.save * coefstart + offset
H A Dfamily.ts.R151 rrar <- function(Ranks = 1, coefstart = NULL) { argument
218 }), list( .Ranks = Ranks, .coefstart = coefstart ))),
307 coefstart = NULL, argument
378 .coefstart = coefstart, .earg = earg ))),
H A Dcqo.fit.q302 etastart = NULL, mustart = NULL, coefstart = NULL, argument
486 if (length(coefstart) && length(X.vlm.save)) {
488 X.vlm.save %*% coefstart + offset else
489 X.vlm.save * coefstart + offset
H A Dfamily.nonlinear.R186 if (length(mustart) || length(coefstart))
500 if (length(mustart) || length(coefstart))
H A Dmodel.matrix.vglm.q902 etastart = etastart, # coefstart = NULL,
H A Dcao.fit.q18 etastart = NULL, mustart = NULL, coefstart = NULL, argument
/dports/math/R-cran-VGAM/VGAM/man/
H A Dgarma.Rd11 coefstart = NULL, step = 1)
48 \item{coefstart}{
52 argument \code{coefstart} in \code{\link{vglm}} cannot be used.
197 p = 2, coefstart = c(4, 0.3, 0.4)))
H A Drrar.Rd13 rrar(Ranks = 1, coefstart = NULL)
26 \item{coefstart}{
H A Dvgam.Rd21 coefstart = NULL, control = vgam.control(...), offset = NULL,
66 \item{etastart, mustart, coefstart}{
309 \code{coefstart} and \code{mustart}.
H A Drrvglm.Rd15 coefstart = NULL, control = rrvglm.control(...), offset = NULL,
38 \item{etastart, mustart, coefstart}{
H A Dvglm.Rd16 coefstart = NULL, control = vglm.control(...), offset = NULL,
161 \item{coefstart}{
454 \code{coefstart} and \code{mustart}.
H A Dcao.Rd16 etastart = NULL, mustart = NULL, coefstart = NULL,
89 \item{coefstart}{
H A Dcqo.Rd16 coefstart = NULL, control = qrrvglm.control(...), offset = NULL,
104 \item{coefstart}{
H A Dcumulative.Rd263 \code{coefstart} and/or
/dports/math/R-cran-VGAM/VGAM/
H A DNEWS917 o A bug with offsets and coefstart has been fixed.
1513 o Input of the mustart, etastart and coefstart arguments at
2444 o etastart, coefstart, mustart arguments were not functional in vgam().