Skip to content

Commit

Permalink
fix manual
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed May 26, 2024
1 parent 1fe1a9b commit d7ccf25
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
4 changes: 2 additions & 2 deletions R/poped.R
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ attr(rxUiGet.popedFfFun, "desc") <- "PopED parameter model (ff_fun)"
#' @return nothing, called for side effects
#' @noRd
#' @author Matthew L. Fidler
#' @examples
.popedRxRunFullSetupMe <- function(popedDb, xt, ms) {
if (!rxode2::rxSolveSetup()) {
.poped$setup <- 0L
Expand Down Expand Up @@ -423,7 +422,7 @@ attr(rxUiGet.popedFfFun, "desc") <- "PopED parameter model (ff_fun)"
# Could be in the F anyway, need to check
stop("pow() not implemented yet")
}
#' When the error isn't specified (probably a log-likelihood)
# When the error isn't specified (probably a log-likelihood)
.popedGetErrorModelNone <- function(ui, pred1) {
stop("error model could not be interpreted as a PopED model")
}
Expand Down Expand Up @@ -1455,6 +1454,7 @@ attr(rxUiGet.popedParameters, "desc") <- "PopED input $parameters"
#' name, for user defined distributions for E-family designs
#' @param auto_pointer Filename and path, or function name, for the
#' Autocorrelation function, empty string means no autocorrelation.
#' @param fixRes boolean; Fix the residuals to what is specified by the model
#' @inheritParams nlmixr2est::foceiControl
#' @inheritParams PopED::create.poped.database
#' @inheritParams PopED::create_design_space
Expand Down
11 changes: 0 additions & 11 deletions man/dot-popedGetErrorModelNone.Rd

This file was deleted.

2 changes: 2 additions & 0 deletions man/popedControl.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d7ccf25

Please sign in to comment.