You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be a nice addition for JASP to include functionality that allows users to generate predicted values for specific X-values based on fitted linear and logistic regression models. This feature is crucial for many statistical analyses and would greatly enhance the usability of JASP for predictive modeling.
Purpose
The ability to generate predicted values for specific X-values directly within JASP would streamline the analysis process, making it more efficient and user-friendly. This functionality is essential for users who rely on predictive modeling for their statistical analyses.
Use-case
No response
Is your feature request related to a problem?
No response
Is your feature request related to a JASP module?
Regression
Describe the solution you would like
In R, the predict() function from the base stats package provides this capability. Users can fit a model and then easily generate predictions for new data points without manually calculating the equation. Here is a brief example of how this is implemented in R: