Skip to content

Commit

Permalink
import/export fitted
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinschmidt committed Dec 2, 2020
1 parent 207d559 commit 89b640c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GLM.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ module GLM
import Statistics: cor
import StatsBase: coef, coeftable, confint, deviance, nulldeviance, dof, dof_residual,
loglikelihood, nullloglikelihood, nobs, stderror, vcov, residuals, predict,
fit, model_response, response, modelmatrix, r2, r², adjr2, adjr², PValue
fitted, fit, model_response, response, modelmatrix, r2, r², adjr2, adjr², PValue
import StatsFuns: xlogy
import SpecialFunctions: erfc, erfcinv, digamma, trigamma
export coef, coeftable, confint, deviance, nulldeviance, dof, dof_residual,
loglikelihood, nullloglikelihood, nobs, stderror, vcov, residuals, predict,
fit, fit!, model_response, response, modelmatrix, r2, r², adjr2, adjr²
fitted, fit, fit!, model_response, response, modelmatrix, r2, r², adjr2, adjr²

export
# types
Expand Down

0 comments on commit 89b640c

Please sign in to comment.