Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gperrett committed Jan 6, 2024
1 parent c86686a commit fd844d9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
40 changes: 20 additions & 20 deletions thinkCausal/R/app_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -231,22 +231,22 @@ app_ui <- function(request) {
text = 'Estimands 2',
tabName = 'learn_estimands2'
),
bs4Dash::menuSubItem(
text = 'version A',
tabName = 'learn_versionA'
),
bs4Dash::menuSubItem(
text = 'version B',
tabName = 'learn_versionB'
),
bs4Dash::menuSubItem(
text = 'Sandbox',
tabName = 'learn_rand_dist'
),
bs4Dash::menuSubItem(
text = 'Fundamental',
tabName = 'learn_fundamental'
),
# bs4Dash::menuSubItem(
# text = 'version A',
# tabName = 'learn_versionA'
# ),
# bs4Dash::menuSubItem(
# text = 'version B',
# tabName = 'learn_versionB'
# ),
# bs4Dash::menuSubItem(
# text = 'Sandbox',
# tabName = 'learn_rand_dist'
# ),
# bs4Dash::menuSubItem(
# text = 'Fundamental',
# tabName = 'learn_fundamental'
# ),
bs4Dash::menuItem(
text = 'Variable Selection',
tabName = 'learn_variable_selection',
Expand All @@ -271,10 +271,10 @@ app_ui <- function(request) {
# text = 'Scrollytell example',
# tabName = 'learn_scrolly'
# ),
bs4Dash::menuSubItem(
text = 'Randomization',
tabName = 'learn_randomization'
),
# bs4Dash::menuSubItem(
# text = 'Randomization',
# tabName = 'learn_randomization'
# ),
bs4Dash::menuSubItem(
text = 'Observational studies',
tabName = 'learn_observational'
Expand Down
8 changes: 4 additions & 4 deletions thinkCausal/R/utils_global.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ module_ids <- list(
colinearity = 'learning_colinearity',
estimands = 'learning_estimands',
estimands2 = 'learning_estimands2',
versionA = 'learn_versionA',
versionB = 'learn_versionB',
fundamental = 'learning_fundamental',
rand_dist = 'learning_randomization_dist',
# versionA = 'learn_versionA',
# versionB = 'learn_versionB',
# fundamental = 'learning_fundamental',
# rand_dist = 'learning_randomization_dist',
bias_efficiency = 'learning_bias_efficiency',
rct_covariates = 'learning_rct_covariates',
ignorability = 'learning_ignorability',
Expand Down

0 comments on commit fd844d9

Please sign in to comment.