Skip to content

Commit

Permalink
categorical functions lines fix, run-extended
Browse files Browse the repository at this point in the history
  • Loading branch information
santikka committed Apr 24, 2024
1 parent 7621de8 commit c3106a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/stanblocks_families.R
Original file line number Diff line number Diff line change
Expand Up @@ -885,8 +885,8 @@ functions_lines_binomial <- function(...) {
loglik_lines_binomial(...)
}

functions_lines_categorical <- function(ydim = y, multinomial = FALSE, ...) {
loglik_lines_categorical(ydim = y, multinomial = multinomial, ...)
functions_lines_categorical <- function(...) {
loglik_lines_categorical(...)
}

functions_lines_cumulative <- function(...) {
Expand Down

0 comments on commit c3106a2

Please sign in to comment.