Skip to content

Commit

Permalink
Delete outdated details from documentation of 'mclogit'.
Browse files Browse the repository at this point in the history
  • Loading branch information
melff committed Jan 7, 2017
1 parent df512bc commit c311eb1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pkg/man/mclogit.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,7 @@ mclogit(formula, data=parent.frame(), random=NULL,
\code{linear.predictors}, and \code{y}, which are matrices with
number of columns equal to the number of response categories minus one.
}
\details{
\code{mclogit} tries first to fit the model using the IRLS algorithm of
\code{\link[stats]{glm.fit}}, which has the advantage that
starting values are not needed in most cases. If convergence
cannot achieved, it tries to minimize the deviance using
\code{\link[stats]{optim}} with method "BFGS".
}

\examples{
data(Transport)

Expand Down

0 comments on commit c311eb1

Please sign in to comment.