Closed NopeSiniscalco closed 1 year ago
Thanks for the suggestion. I'd rather not change the already pretty complex interface tbh. A relatively easy approach to address your preference would be to add the interval = "prediction"
argument in code generated for Report > Rmd
.
pred <- predict(result, pred_data = diamonds, interval = "prediction")
Hi, In the linear regression prediction tab I added a drop-down to choose between the confidence and prediction intervals and thought it might be worth adding (My uni stats classmates would definitely appreciate it), though it might be too much clutter for the gui?
Here are the changes I implemented in radiant.model's regress_ui.R, though my implementation was solely for the purposes of my class and extremely basic :stuck_out_tongue:
First edit:
Second edit:
Third edit: