From dd94beedac2243fccd929593e256332199a948e7 Mon Sep 17 00:00:00 2001 From: Nan Xiao Date: Tue, 28 Nov 2023 12:48:36 -0500 Subject: [PATCH] Remove styling from package name --- vignettes/pvalue-maxcombo.Rmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vignettes/pvalue-maxcombo.Rmd b/vignettes/pvalue-maxcombo.Rmd index a0df6ade..3e6c7916 100644 --- a/vignettes/pvalue-maxcombo.Rmd +++ b/vignettes/pvalue-maxcombo.Rmd @@ -57,7 +57,7 @@ x <- sim_fixed_n( x |> kable(digits = 2) ``` -Once you have this format, the MaxCombo $p$-value per @Karrison2016, @NPHWGDesign can be computed as follows (note that you will need to have the package **mvtnorm** installed): +Once you have this format, the MaxCombo $p$-value per @Karrison2016, @NPHWGDesign can be computed as follows (note that you will need to have the package mvtnorm installed): ```{r, warning=FALSE, message=FALSE} pvalue_maxcombo(x) @@ -114,8 +114,8 @@ pvalue_maxcombo( ### Using survival data in another format For a trial not generated by `sim_fixed_n()`, the process is slightly more involved. -We consider survival data not in the **simtrial** format and show the transformation needed. -In this case we use the small `aml` dataset from the **survival** package. +We consider survival data not in the simtrial format and show the transformation needed. +In this case we use the small `aml` dataset from the survival package. ```{r, warning=FALSE, message=FALSE} library(survival)