GLM.jl icon indicating copy to clipboard operation
GLM.jl copied to clipboard

Add additional methods

Open johnmyleswhite opened this issue 13 years ago • 5 comments

  • [ ] add1.lm*
  • [ ] alias.lm*
  • [x] anova.lm* -> ftest (#182)
  • [ ] case.names.lm*
  • [x] confint.lm*
  • [ ] cooks.distance.lm*
  • [x] deviance.lm*
  • [ ] dfbeta.lm*
  • [ ] dfbetas.lm*
  • [ ] drop1.lm*
  • [ ] dummy.coef.lm*
  • [ ] effects.lm*
  • [x] extractAIC.lm* -> aic, bic
  • [x] family.lm*
  • [ ] formula.lm*
  • [ ] hatvalues.lm*
  • [ ] influence.lm*
  • [ ] kappa.lm*
  • [ ] labels.lm*
  • [x] logLik.lm* -> loglikelihood
  • [x] model.frame.lm*
  • [x] model.matrix.lm*
  • [x] nobs.lm*
  • [ ] plot.lm*
  • [ ] predict.lm*
  • [ ] print.lm*
  • [ ] proj.lm*
  • [ ] qr.lm*
  • [x] residuals.lm*
  • [ ] rstandard.lm*
  • [ ] rstudent.lm*
  • [ ] simulate.lm*
  • [ ] summary.lm*
  • [ ] variable.names.lm*
  • [x] vcov.lm*

johnmyleswhite avatar Jan 11 '13 23:01 johnmyleswhite

great use of the new task lists :-)

StefanKarpinski avatar Jan 11 '13 23:01 StefanKarpinski

I needed an excuse to try them out.

johnmyleswhite avatar Jan 11 '13 23:01 johnmyleswhite

See https://github.com/JuliaStats/StatsBase.jl/issues/280 about improving the consistency of our modeling API.

nalimilan avatar Jul 29 '17 15:07 nalimilan

See JuliaStats/StatsBase.jl PR#355. It includes a few such as leverage. For rstandard and rstudent, those could be added to residuals with keyword arguments. We could add also add formula(::StatisticalModel).

Nosferican avatar Mar 22 '18 19:03 Nosferican

Any way leverage and cooks distance will be added? (btw, anybody has an implementation that can share?)

nico202 avatar Jul 15 '19 10:07 nico202