Skip to content

Commit

Permalink
fix: update welcome for number of tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Xa4P committed Mar 18, 2024
1 parent 6727342 commit f40742f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions dashboard/R/0-welcome-ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ welcomeUI <- tabItem(
p("The Probabilistic Analysis Check dashBOARD (PACBOARD) is an interactive tool to systematically explore and validate the inputs and outputs of a probabilistic analysis obtained from a health economic model.",
br(),
"To use PACBOARD, you need a dataset (or dataframe) containing both inputs and (intermediate) outputs of a probabilistic analysis. The first row of the dataset should contain the input and output names."),
p("PACBOARD is composed of 6 different tabs:",
p("PACBOARD is composed of 7 different tabs:",
br(),
"1.", strong("Prepare data"), ": upload your data and group variables in 'costs', '(dis)utilities', 'probabilities', and 'relative effectiveness'. In this tab, the first quick validation checks are performed on your inputs and outputs. You can also define whether you want to calculate the incremental costs and effects of your intervention and the (incremental) net benefits if the dataset does not contain it already.",
br(),
Expand All @@ -22,7 +22,8 @@ welcomeUI <- tabItem(
br(),
"5.", strong("Metamodel predictions"), ": use the metamodel you have fitted in the", em(strong("Metamodelling-tab")), "to make predictions.",
br(),
"6.", strong("Survival analysis"), ": investigate whether two parametric survival models are crossing each other in any iteration based on parameters of the survival curves. Plot the survival models from specific iterations."),
"6.", strong("Survival analysis"), ": investigate whether two parametric survival models are crossing each other in any iteration based on parameters of the survival curves. Plot the survival models from specific iterations.",
"7.", strong("Download report"), ": download the summary statistics, the performed validation checks, and several plots from PACBOARD."),
p("In case you are only curious, you can use the pre-loaded probabilistic inputs and outputs, by clicking the 'Use test data' button on top of the screen."),
p("The descriptions of the",
a(href = "https://xa4p.github.io/pacheck/articles/Appendix_A-HE_model_description.html", "health economic model"),
Expand Down
2 changes: 1 addition & 1 deletion dashboard/rsconnect/shinyapps.io/bdsi/dashboard.dcf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ account: bdsi
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 9912124
bundleId: 8384839
bundleId: 8385005
url: https://bdsi.shinyapps.io/dashboard/
version: 1
asMultiple: FALSE
Expand Down
2 changes: 1 addition & 1 deletion dashboard/rsconnect/shinyapps.io/bdsi/pacboard.dcf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ account: bdsi
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 6073162
bundleId: 7732989
bundleId: 8385453
url: https://bdsi.shinyapps.io/pacboard/
asMultiple: FALSE
asStatic: FALSE
Expand Down

0 comments on commit f40742f

Please sign in to comment.