Skip to content

Commit

Permalink
Fix phi()
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Jul 12, 2024
1 parent 345674a commit a68626d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/rxrandom.R
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ rxPp <- function(n, lambda, gamma = 1.0, prob = NULL, t0 = 0.0, tmax = Inf, rand
#' # This is provided for NONMEM-like compatibility in rxode2 models
#' @export
phi <- function(q) {
.Call(`_rxode2_phi`, q)
.Call(`_phi`, q)
}

#' Convert numeric vector to repeated data.frame
Expand Down

0 comments on commit a68626d

Please sign in to comment.