Skip to content

logbin v2.0.2

Choose a tag to compare

@mdonoghoe mdonoghoe released this 23 Jul 07:08
· 49 commits to master since this release
  • 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.