Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yufongpeng committed Aug 3, 2022
1 parent 593f51e commit cb3672e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AnovaFixedEffectModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ using Statistics, StatsBase, LinearAlgebra, Distributions, Reexport, Printf
import StatsBase: fit!, fit
import StatsModels: TableRegressionModel, vectorize, width, apply_schema,
ModelFrame, ModelMatrix, columntable, asgn
import AnovaBase: ftest_nested, formula, nestedmodels, _diff, _diffn, dof, dof_residual, deviance, nobs, coefnames
import AnovaBase: ftest_nested, formula, anova, nestedmodels, _diff, _diffn, dof, dof_residual, deviance, nobs, coefnames
using Tables: columntable

export anova_lfe, lfe, to_trm
Expand Down

2 comments on commit cb3672e

@yufongpeng
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/65558

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.1 -m "<description of version>" cb3672e4f4b34bbe73820742213ce908913331ea
git push origin v0.1.1

Please sign in to comment.