Skip to content

Commit

Permalink
added optional param for predict.modelFits func
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersen committed Dec 20, 2023
1 parent 2de0df6 commit b241cf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/s3methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ print.BayesianMCP <- function (
#' model coefficients
#' @param doses a vector specifying the doses for which a prediction should be
#' done getContrMat object, contrast matrix to be used for the testing step.
#' @param ... other parameters
#' @examples
#' # example code
#' posterior_list <- list(Ctrl = RBesT::mixnorm(comp1 = c(w = 1, m = 0, s = 1), sigma = 2),
Expand Down
2 changes: 2 additions & 0 deletions man/predict.modelFits.Rd

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

0 comments on commit b241cf6

Please sign in to comment.