Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions R/PM_pta.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#' target attainment analysis.
#'
#' @details
#' #' There are two ways of creating a *PM_pta* object.
#' There are two ways of creating a *PM_pta* object.
#'
#' * **PM_sim$pta()** This way uses the simulation method directly from
#' a [PM_sim] object.
Expand Down Expand Up @@ -1176,7 +1176,7 @@ PM_pta <- R6::R6Class(
#' intersection of all the PTAs.
#' @param ci Width of the interval for pharmacodynamic index reporting. Default is 0.95, i.e. 2.5th to 97.5th percentile.
#' @param ... Not used.
#' @return A tibble with the following columns (only the first four if `at = "intersect"`):
#' @return A tibble with the following columns (only the first five if `at = "intersect"`):
#'
#' * **reg_num** is the number of the simulation regimen
#' * **label** is the simulation label, for reference
Expand Down
Loading