Skip to content

Commit

Permalink
Update init.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
droodman committed Aug 25, 2022
1 parent c5d95cc commit 720c0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.jl
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function Init!(o::StrBootTest{T}) where T # for efficiency when varying r repea
o.purerobust = o.robust && !o.scorebs && iszero(o.subcluster) && o.N✻==o.Nobs # do we ever error-cluster *and* bootstrap-cluster by individual?
o.granular = o.WREnonARubin ? 2*o.Nobs*o.B*(2*o.N✻+1) < o.N✻*(o.N✻*o.Nobs+o.N⋂*o.B*(o.N✻+1)) :
o.robust && !o.scorebs && (o.purerobust || (o.N⋂+o.N✻)*o.kZ*o.B + (o.N⋂-o.N✻)*o.B + o.kZ*o.B < o.N⋂*o.kZ^2 + o.Nobs*o.kZ + o.N⋂ * o.N✻ * o.kZ + o.N⋂ * o.N✻)

o.jk && (o.granular = false)
if o.robust && !o.purerobust
(o.subcluster>0 || o.granular) && !o.WREnonARubin &&
(o.info⋂_✻⋂ = panelsetup(o.ID✻⋂, o.subcluster+1:o.NClustVar)) # info for error clusters wrt data collapsed to intersections of all bootstrapping && error clusters; used to speed crosstab UXAR wrt bootstrapping cluster && intersection of all error clusterings
Expand Down

2 comments on commit 720c0be

@droodman
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 created: JuliaRegistries/General/67097

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.8.1 -m "<description of version>" 720c0be2e11d586283c9c92f806b96e242701ccb
git push origin v0.8.1

Please sign in to comment.