Skip to content

Commit

Permalink
Use old rxSolve
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Jul 3, 2023
1 parent c718889 commit 478d631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/rxSolve.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rxSolve.nonmem2rx <- function(object, params = NULL, events = NULL,
rate2 = TRUE, dur2 = TRUE), resample = NULL, resampleID = TRUE,
maxwhile = 1e+05, atolSens = 1e-08, rtolSens = 1e-06, ssAtolSens = 1e-08,
ssRtolSens = 1e-06, simVariability = NA, nLlikAlloc = NULL,
useStdPow = FALSE, naTimeHandle = c("ignore", "warn", "error")) {
useStdPow = FALSE) {
if (missing(covsInterpolation)) {
covsInterpolation <- "nocb"
.minfo("using nocb interpolation like NONMEM, specify directly to change")
Expand Down Expand Up @@ -128,5 +128,5 @@ rxSolve.nonmem2rx <- function(object, params = NULL, events = NULL,
resampleID = resampleID, maxwhile = maxwhile, atolSens = atolSens,
rtolSens = rtolSens, ssAtolSens = ssAtolSens, ssRtolSens = ssRtolSens,
simVariability = simVariability, nLlikAlloc = nLlikAlloc,
useStdPow = useStdPow, naTimeHandle = naTimeHandle)
useStdPow = useStdPow)
}

0 comments on commit 478d631

Please sign in to comment.