Nothing
conv.test
function is no longer exported.logbin
if offset providedcoeftrace
via turboEM::turboem
argument keep.paramval
, to avoid taking a different path when it is turned on (#5)coeftrace
argument to logbin.control
, such that coefficient history can be obtained for method = "em"
and method = "cem"
.logbin.ab
so that outer.iterations
can be set by control$maxit
in the call to logbin
, and maxit
(inner iterations) is set by control.method$maxit
.logbin
now returns contrasts
, qr
, R
and effects
components, so associated glm
S3 methods (e.g. influence
, plot
) will work.weights
component returned is the IRLS working weights at the last iteration, for consistency with glm
(even though these are not actually used except with method = "glm"
).plot.logbin.smooth
with type = "diagnostics"
will plot the model diagnostics usually produced by plot.lm
.plot.logbin.smooth
will allow extra parameters (e.g. col
, ylim
) to be passed.method
option added: fit using glm, glm2, adaptive barrier, CEM or single EM algorithm with overparameterised modelaccelerate
option added: use turboEM
methods to speed up convergenceboundary
na.action
argument to logbin()
and smooth.logbin()
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.