Skip to content

Commit dc69ec6

Browse files
committed
vignette
1 parent 728c43c commit dc69ec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vignettes/the-gfilogisreg-package.Rmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ dat <- data.frame(
6161

6262
Let's go:
6363

64-
```{r logisreg, message=FALSE}
64+
```{r logisreg, message=FALSE, results='hide'}
6565
library(gfilogisreg)
6666
set.seed(666L)
6767
fidsamples <- gfilogisreg(y ~ x, data = dat, N = 500L)
6868
```
6969

70-
Here are the fiducial estimates and $95%$-confidence intervals of the
70+
Here are the fiducial estimates and $95\%$-confidence intervals of the
7171
parameters $\beta_0$ and $\beta_1$:
7272

7373
```{r gfisummary}

0 commit comments

Comments
 (0)