Skip to content

Commit 879c4ab

Browse files
danielinteractivebbnkmpMThomas91
authored
29: Add MMRM vignette (#34)
closes #29 --------- Co-authored-by: bbnkmp <bbnkmp@mail.de> Co-authored-by: MThomas91 <THOMAM1D@novartis.net>
1 parent cff8da7 commit 879c4ab

5 files changed

Lines changed: 586 additions & 3 deletions

File tree

DESCRIPTION

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,22 @@ Authors@R: c(
1212
person(given = "Novartis Pharma AG", role = c("cph", "fnd")))
1313
Imports: ggplot2, lattice, mvtnorm
1414
Suggests:
15+
emmeans,
1516
numDeriv,
1617
Rsolnp,
1718
quadprog,
1819
parallel,
20+
mmrm,
1921
multcomp,
2022
knitr,
2123
rmarkdown,
2224
MASS,
2325
testthat (>= 3.0.0),
26+
tibble,
2427
RBesT,
25-
nlme
28+
nlme,
29+
dplyr,
30+
tidyr
2631
Maintainer: Marius Thomas <marius.thomas@novartis.com>
2732
Description: The DoseFinding package provides functions for the design and analysis
2833
of dose-finding experiments (with focus on pharmaceutical Phase

R/powMCTInterim.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
#' Calculates the predictive or conditional power for a multiple contrast test based on
55
#' interim data, e.g. for a futility interim analysis. This function can also be applied
66
#' to longitudinal endpoints, where at the time of interim analysis incomplete data is
7-
#' available.
7+
#' available. For more details see the vignette on longitudinal data analysis with
8+
#' MCP-Mod: \code{vignette("Longitudinal Data MCP-Mod", package = "DoseFinding")}.
89
#'
910
#' @inheritParams powMCT
1011
#' @param S_0t The covariance matrix for the first stage estimates

man/powMCTInterim.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)