Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GegznaV committed Oct 30, 2024
1 parent 3ddef79 commit 873af6a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,15 @@ Arba:
library(pi)
ci_binom(x = 20, n = 101)
```

``` r
library(tidyverse)
library(pi)

data(npk, package = "datasets")
head(npk)

npk |>
group_by(N, P, K) |>
ci_mean_t(yield)
```

0 comments on commit 873af6a

Please sign in to comment.