-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tidying commit using testthat(3e) snapshot feature to unit test the e…
…fficacy models in pilot3utils.
- Loading branch information
Robert Devine
committed
Feb 21, 2024
1 parent
3248283
commit 2f35244
Showing
2 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# efficacy models works | ||
|
||
Code | ||
efficacy_models(adas, "CHG", 24) | ||
Output | ||
# A tibble: 9 x 3 | ||
row_label `var1_Xanomeline Low Dose` var1_Xanomel~1 | ||
<chr> <chr> <chr> | ||
1 "p-value(Dose Response) [1][2]" <NA> " 0.245 " | ||
2 "" <NA> "" | ||
3 "p-value(Xan - Placebo) [1][3]" " 0.569 " " 0.233 " | ||
4 " Diff of LS Means (SE)" "-0.5 (0.82)" "-1.0 (0.84)" | ||
5 " 95% CI" "(-2.1;1.1)" "(-2.7;0.7)" | ||
6 "" "" "" | ||
7 "p-value(Xan High - Xan Low) [1][3]" <NA> " 0.520 " | ||
8 " Diff of LS Means (SE)" <NA> "-0.5 (0.84)" | ||
9 " 95% CI" <NA> "(-2.2;1.1)" | ||
# ... with abbreviated variable name 1: `var1_Xanomeline High Dose` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters