Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 6 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,22 @@ Authors@R: c(
person(given = "Novartis Pharma AG", role = c("cph", "fnd")))
Imports: ggplot2, lattice, mvtnorm
Suggests:
emmeans,
numDeriv,
Rsolnp,
quadprog,
parallel,
mmrm,
multcomp,
knitr,
rmarkdown,
MASS,
testthat (>= 3.0.0),
tibble,
RBesT,
nlme
nlme,
dplyr,
tidyr
Maintainer: Marius Thomas <marius.thomas@novartis.com>
Description: The DoseFinding package provides functions for the design and analysis
of dose-finding experiments (with focus on pharmaceutical Phase
Expand Down
3 changes: 2 additions & 1 deletion R/powMCTInterim.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
#' Calculates the predictive or conditional power for a multiple contrast test based on
#' interim data, e.g. for a futility interim analysis. This function can also be applied
#' to longitudinal endpoints, where at the time of interim analysis incomplete data is
#' available.
#' available. For more details see the vignette on longitudinal data analysis with
#' MCP-Mod: \code{vignette("Longitudinal Data MCP-Mod", package = "DoseFinding")}.
#'
#' @inheritParams powMCT
#' @param S_0t The covariance matrix for the first stage estimates
Expand Down
3 changes: 2 additions & 1 deletion man/powMCTInterim.Rd

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

Loading