Skip to content

Commit

Permalink
Update vignette.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MFaymon authored Feb 29, 2024
1 parent 354c280 commit bddf5bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignette/vignette.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ M <- 10
mu_est <- mean(ice)
```

$95%$ confidence intervals for the observations' mean using the parametric approach
95\% confidence intervals for the observations' mean using the parametric approach

```{r}
# p=1
Expand All @@ -140,7 +140,7 @@ srt <- sort(mu_est_star_cent)
c(mu_est - quantile(srt,1-level,names=FALSE), mu_est - quantile(srt,level,names=FALSE))
```

$95%$ confidence intervals for the observations' mean using the semi-parametric approach
95\% confidence intervals for the observations' mean using the semi-parametric approach

```{r eval=FALSE}
# p=1
Expand Down

0 comments on commit bddf5bd

Please sign in to comment.