Skip to content

Commit

Permalink
Choose empty obs instead of dose dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Sep 11, 2024
1 parent 4694d4b commit d2605c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/poped.R
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ attr(rxUiGet.popedFfFun, "desc") <- "PopED parameter model (ff_fun)"
.e$dataF0[[.wevid]] != 0, ]
.len <- length(.data[[.wid]])
if (.len == 0) {
.data2 <- .e$dataF0
.data2 <- .e$dataF00
.data2[[.wid]] <- id
} else {
.data2 <- .data[.len, ]
Expand Down

0 comments on commit d2605c2

Please sign in to comment.