mdyplControl | R Documentation |
glm()
fitting using the brglmFit()
method.Typically only used internally by brglmFit()
, but may be used to
construct a control
argument.
mdyplControl(alpha = NULL, epsilon = 1e-08, maxit = 25, trace = FALSE)
mdypl_control(alpha = NULL, epsilon = 1e-08, maxit = 25, trace = FALSE)
alpha |
the shrinkage parameter (in |
epsilon |
positive convergence tolerance epsilon. Default is
|
maxit |
integer giving the maximal number of iterations
allowed. Default is |
trace |
logical indicating if output should be produced for
each iteration. Default is |
Internally, mdyplFit()
uses stats::glm.fit()
to fit a logistic
regression model on responses alpha * y + (1 - alpha) / 2
, where
y
are the original binomial responses scaled by the binomial
totals. epsilon
, maxit
and trace
control the
stats::glm.fit()
call; see stats::glm.control()
.
A list with components named as the arguments.
Ioannis Kosmidis [aut, cre]
ioannis.kosmidis@warwick.ac.uk
mdyplFit()
, glm.control()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.