From f8264857073a1b53bd381993a76157a932ceaeec Mon Sep 17 00:00:00 2001 From: droodman Date: Thu, 18 Apr 2024 13:40:42 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65c6468..7e122ef 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ plt.plot(plotpoints.X[0], plotpoints.p) ``` import delimited https://raw.github.com/vincentarelbundock/Rdatasets/master/csv/sandwich/PetersenCL.csv regress y x, cluster(firm) -boottest x, reps(999) julia +boottest x, reps(99999) julia ``` ### From Stata via Python and PyJulia