Skip to content

Commit

Permalink
Fixed bullet list
Browse files Browse the repository at this point in the history
  • Loading branch information
petelaud committed Jan 10, 2025
1 parent 3cd40d3 commit a7f2566
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 16 deletions.
2 changes: 2 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ scoreci(x1 = 5, n1 = 56, x2 = 0, n2 = 29)
ratesci contains the following functions:

For comparisons of rates (contrasts RD, RR and OR):

* `scoreci()`: for score-based confidence intervals including SCAS, Miettinen-Nurminen and Gart-Nam, with or without stratification.
* `scasci()`: wrapper function to compute SCAS intervals.
* `tdasci()`: wrapper function to compute TDAS stratified intervals incorporating random effects.
Expand All @@ -72,6 +73,7 @@ For comparisons of rates (contrasts RD, RR and OR):
* `pairbinci()`: for paired binomial data, including asymptotic score and MOVER methods for RD and RR, and transformed binomial intervals for OR.

For single binomial or Poisson rates:

* `scaspci()`: non-iterative SCAS method for a single rate. For stratified calculations use `scoreci()` with contrast = "p".
* `jeffreysci()`: wrapper function to compute Jeffreys interval for a single rate (with option to incorporate prior information).
* `rateci()`: wrapper function for selected methods for a single rate, including SCAS, Jeffreys, midp and Clopper-Pearson/Garwood.
Expand Down
37 changes: 21 additions & 16 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,19 +109,24 @@ scoreci(x1 = 5, n1 = 56, x2 = 0, n2 = 29)

ratesci contains the following functions:

For comparisons of rates (contrasts RD, RR and OR): \* `scoreci()`: for
score-based confidence intervals including SCAS, Miettinen-Nurminen and
Gart-Nam, with or without stratification. \* `scasci()`: wrapper
function to compute SCAS intervals. \* `tdasci()`: wrapper function to
compute TDAS stratified intervals incorporating random effects. \*
`moverci()`: for the MOVER methods, including Newcombe and MOVER-J. \*
`moverbci()`: wrapper function to compute MOVER-B intervals. \*
`pairbinci()`: for paired binomial data, including asymptotic score and
MOVER methods for RD and RR, and transformed binomial intervals for OR.

For single binomial or Poisson rates: \* `scaspci()`: non-iterative SCAS
method for a single rate. For stratified calculations use `scoreci()`
with contrast = “p”. \* `jeffreysci()`: wrapper function to compute
Jeffreys interval for a single rate (with option to incorporate prior
information). \* `rateci()`: wrapper function for selected methods for a
single rate, including SCAS, Jeffreys, midp and Clopper-Pearson/Garwood.
For comparisons of rates (contrasts RD, RR and OR):

- `scoreci()`: for score-based confidence intervals including SCAS,
Miettinen-Nurminen and Gart-Nam, with or without stratification.
- `scasci()`: wrapper function to compute SCAS intervals.
- `tdasci()`: wrapper function to compute TDAS stratified intervals
incorporating random effects.
- `moverci()`: for the MOVER methods, including Newcombe and MOVER-J.
- `moverbci()`: wrapper function to compute MOVER-B intervals.
- `pairbinci()`: for paired binomial data, including asymptotic score
and MOVER methods for RD and RR, and transformed binomial intervals
for OR.

For single binomial or Poisson rates:

- `scaspci()`: non-iterative SCAS method for a single rate. For
stratified calculations use `scoreci()` with contrast = “p”.
- `jeffreysci()`: wrapper function to compute Jeffreys interval for a
single rate (with option to incorporate prior information).
- `rateci()`: wrapper function for selected methods for a single rate,
including SCAS, Jeffreys, midp and Clopper-Pearson/Garwood.

0 comments on commit a7f2566

Please sign in to comment.