Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,20 @@ license: bigscience-bloom-rail-1.0
|
|
9 |
short_description: fastrerandomize demo
|
10 |
---
|
11 |
|
12 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
short_description: fastrerandomize demo
|
10 |
---
|
11 |
|
12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
13 |
+
|
14 |
+
# Reference
|
15 |
+
|
16 |
+
For paper reference, see arxiv.org/abs/2501.0764
|
17 |
+
|
18 |
+
```
|
19 |
+
@misc{goldstein2025fastrerandomizerpackagefast,
|
20 |
+
title={fastrerandomize: An R Package for Fast Rerandomization Using Accelerated Computing},
|
21 |
+
author={Rebecca Goldstein and Connor T. Jerzak and Aniket Kamat and Fucheng Warren Zhu},
|
22 |
+
year={2025},
|
23 |
+
eprint={2501.07642},
|
24 |
+
archivePrefix={arXiv},
|
25 |
+
primaryClass={stat.CO},
|
26 |
+
url={https://arxiv.org/abs/2501.07642},
|
27 |
+
}
|
28 |
+
```
|