You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed 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.