Skip to content

Commit 3ea99fe

Browse files
committed
shiny app dropdown fix
1 parent 374d302 commit 3ea99fe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

inst/shiny/app1/server.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ shinyServer(function(input, output, session) {
170170
})
171171

172172
chosenTypeOfPlotSubset <- reactive({
173-
m <- c("Adjusted R2 by Number of Predictors",
174-
"Log Transformed Mallow's Cp by Adjusted R2",
175-
"Bayesian Information Criterion (BIC) by Adjusted R2",
173+
m <- c("R2 by Number of Predictors",
174+
"Mallow's (log) Cp by R2",
175+
"Bayesian Information Criterion (BIC) by R2",
176176
"RMSE by Number of Predictors")
177177
match(input$chosenTypePlotSubset, m) - 1
178178
})

0 commit comments

Comments
 (0)