Skip to content

Commit

Permalink
Missed versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Oct 6, 2023
1 parent b0b088d commit 9f7e9a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/functions-reference/bounded_discrete_distributions.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ The log Binomial probability mass of n given N trials and chance of success
`real` **`binomial_logit_glm_lpmf`**`(array[] int n | array[] int N, matrix x, real alpha, vector beta)`<br>\newline
The log Binomial probability mass of n given N trials and chance of success
`inv_logit(alpha + x * beta)`.
`r since("2.18")`
`r since("2.34")`

<!-- real; binomial_logit_glm_lupmf; (array[] int n | array[] int N, matrix x, real alpha, vector beta); -->
\index{{\tt \bfseries binomial\_logit\_glm\_lupmf }!{\tt (array[] int n \textbar\ array[] int N, matrix x, real alpha, vector beta): real}|hyperpage}
Expand All @@ -271,7 +271,7 @@ The log Binomial probability mass of n given N trials and chance of success
`real` **`binomial_logit_glm_lpmf`**`(array[] int n | array[] int N, matrix x, vector alpha, vector beta)`<br>\newline
The log Binomial probability mass of n given N trials and chance of success
`inv_logit(alpha + x * beta)`.
`r since("2.18")`
`r since("2.34")`

<!-- real; binomial_logit_glm_lupmf; (array[] int n | array[] int N, matrix x, vector alpha, vector beta); -->
\index{{\tt \bfseries binomial\_logit\_glm\_lupmf }!{\tt (array[] int n \textbar\ array[] int N, matrix x, vector alpha, vector beta): real}|hyperpage}
Expand Down

0 comments on commit 9f7e9a5

Please sign in to comment.