Spaces:
Running
Running
updated notes
Browse files
app/app.R
CHANGED
@@ -1449,7 +1449,7 @@ server <- function(input, output) {
|
|
1449 |
})
|
1450 |
|
1451 |
output$text_performance_models_note <- renderText({
|
1452 |
-
if (nrow(react_d_filter()) >= 1) "NOTE: You may want to find out which models have
|
1453 |
})
|
1454 |
|
1455 |
output$text_performance_chart <- renderText({
|
|
|
1449 |
})
|
1450 |
|
1451 |
output$text_performance_models_note <- renderText({
|
1452 |
+
if (nrow(react_d_filter()) >= 1) "NOTE: You may want to find out which models have high CORRv2 Sharpe and high MMC Sharpe." else " "
|
1453 |
})
|
1454 |
|
1455 |
output$text_performance_chart <- renderText({
|