File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1012,13 +1012,13 @@ srv_a_regression <- function(id,
10121012 output_q <- reactive({
10131013 teal :: validate_inputs(iv_r())
10141014 switch (input $ plot_type ,
1015- " Response vs Regressor" = output_plot_0(),
1016- " Residuals vs Fitted" = output_plot_1(),
1017- " Normal Q-Q" = output_plot_2(),
1018- " Scale-Location" = output_plot_3(),
1019- " Cook's distance" = output_plot_4(),
1020- " Residuals vs Leverage" = output_plot_5(),
1021- " Cook's dist vs Leverage" = output_plot_6()
1015+ " Response vs Regressor" = output_plot_0(),
1016+ " Residuals vs Fitted" = output_plot_1(),
1017+ " Normal Q-Q" = output_plot_2(),
1018+ " Scale-Location" = output_plot_3(),
1019+ " Cook's distance" = output_plot_4(),
1020+ " Residuals vs Leverage" = output_plot_5(),
1021+ " Cook's dist vs Leverage" = output_plot_6()
10221022 )
10231023 })
10241024
You can’t perform that action at this time.
0 commit comments