-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0d86872
commit ce1cea0
Showing
22 changed files
with
165 additions
and
958 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 |
---|---|---|
|
@@ -14,11 +14,11 @@ Roxygen: list(markdown = TRUE) | |
RoxygenNote: 7.1.1 | ||
Imports: DT, shiny, shinythemes, survival, idefix, writexl, shinyjs, | ||
MASS, stats, shinyhelper, shinycssloaders, shinyglide, | ||
htmltools, stringr, commonmark, bslib, mlogit | ||
Suggests: rmarkdown, knitr | ||
VignetteBuilder: knitr | ||
htmltools, stringr, commonmark, bslib, mlogit, readxl | ||
Suggests: rmarkdown, R.rsp | ||
VignetteBuilder: R.rsp | ||
NeedsCompilation: no | ||
Packaged: 2021-06-05 10:23:33 UTC; danie | ||
Packaged: 2021-07-20 07:30:22 UTC; danie | ||
Author: Daniel Perez Troncoso [aut, cre] | ||
(<https://orcid.org/0000-0003-0091-8148>) | ||
Maintainer: Daniel Perez Troncoso <[email protected]> |
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
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
This file was deleted.
Oops, something went wrong.
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
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
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,2 @@ | ||
%\VignetteIndexEntry{DCEtool} | ||
%\VignetteEngine{R.rsp::asis} |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
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,12 @@ | ||
The `Load example data` button loads the following selection of attributes and levels: | ||
|
||
| Attributes | Levels | | ||
| ----------------- | -------------------------------------------------------- | | ||
| Effectiveness (%) | 70, 80, 90 | | ||
| Doses | 1 dose, 2 doses | | ||
| Adverse events | 1 in 1000 patients, 1 in 500 patients, 1 in 100 patients | | ||
| Price (€) | 100, 150, 200 | | ||
|
||
|
||
|
||
In the cost/price attributes, it is highly recommended to avoid writting the unit next to the value. |
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,3 @@ | ||
If the user is introducing the attribute `Price (€)` with three levels corresponding to 100, 150, and 200, the input in `levels' names` should be: | ||
|
||
100,150,200 |
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,16 @@ | ||
Usually, the priors are obtained from pilot experiments. If no priors are available, or the user is creating a pilot experiment, the drop-down list should specify "Zero (pilot design)". However, if the user knows some prior values, the drop-down list can be changed to "Personalized priors". | ||
|
||
When "Personalized priors" are selected, the textbox below needs to contain the prior parameters in order and separated by commas. To introduce the prior parameters, the user needs to remember that: | ||
|
||
- The number of parameters should be equal to l-k (+1 if there is an opt-out alternative) [where l is the total number of levels and k is the total number of parameters] | ||
- If there is an op-out option, the prior coefficient of the null option should go in first place. | ||
- The rest of parameters must be written in the same order in which the attributes and levels were specified. | ||
- A comma must be written between each coefficient. | ||
- The coefficient of the first level of each attribute must be always omitted (in dummy coding, this coefficient is always constricted to zero) | ||
|
||
The following example can be applied to the example attributes and levels with a null option: | ||
|
||
| null | effect_80 | effect_90 | doses_2 | adv_1in500 | adv_1in100 | cost_150 | cost_200 | | ||
| ----- | --------- | --------- | ------- | ---------- | ---------- | -------- | -------- | | ||
| -0.5, | 0.5, | 1.2, | -0.1, | -0.2, | -0.7, | -0.1, | -0.6 | | ||
|
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 @@ | ||
Use and remember any integer number to get the same design when the same seed is used. |
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,2 @@ | ||
%\VignetteIndexEntry{DCEtool} | ||
%\VignetteEngine{R.rsp::asis} |