Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
szcf-weiya committed Oct 17, 2024
1 parent b7103e6 commit 0f8937a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# SplitClusterTest.jl


[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://szcf-weiya.github.io/SplitClusterTest.jl/dev)[![codecov](https://codecov.io/gh/szcf-weiya/SplitClusterTest.jl/graph/badge.svg?token=dsRMZFM1q5)](https://codecov.io/gh/szcf-weiya/SplitClusterTest.jl)[![CI](https://github.com/szcf-weiya/SplitClusterTest.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/szcf-weiya/SplitClusterTest.jl/actions/workflows/ci.yml)

Julia package for

> Wang, L., Lin, Y., & Zhao, H. (2024). False Discovery Rate Control via Data Splitting for Testing-after-Clustering (arXiv:2410.06451). arXiv. <https://doi.org/10.48550/arXiv.2410.06451>
>

## :arrow_right: See also

For the comparison between data splitting and data fission, check <https://github.com/szcf-weiya/fission_vs_splitting>.

2 comments on commit 0f8937a

@szcf-weiya
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/117448

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.0 -m "<description of version>" 0f8937a9a8ef3afffc68799370795ebbb74ce644
git push origin v0.1.0

Please sign in to comment.