What would be the simplest way to create an interactive slider in JMP? Can we do this without JSL?
Attached is an example done in Excel (VBA is not required).
If you do not want to create a custom application or script, you might be able to use Nonlinear platform. This platform was designed for solving for parameters, but the resulting analysis might be a good fit for what you are looking for.
1. Create a column formula and assign the variable n as a parameter.
2. Launch the platform (Analyze > Specialized Modeling > Nonlinear). Assign column Y as the Response and column Calc Y (the one with the column formula) as the X, Predictor Formula.
3. Adjust the n parameter with the slider. If there are multiple parameters, there will be multiple sliders. The points represent the curve for the value assigned to n in the column formula and the curve will show the effect of changing n.
You can use the Application Builder to add sliders without having to write JSL.
Would a JMP profiler work for you?
Not sure how the profiler would show the effect of a parameter. It seems it only shows factors (X variables).
If you do not want to create a custom application or script, you might be able to use Nonlinear platform. This platform was designed for solving for parameters, but the resulting analysis might be a good fit for what you are looking for.
1. Create a column formula and assign the variable n as a parameter.
2. Launch the platform (Analyze > Specialized Modeling > Nonlinear). Assign column Y as the Response and column Calc Y (the one with the column formula) as the X, Predictor Formula.
3. Adjust the n parameter with the slider. If there are multiple parameters, there will be multiple sliders. The points represent the curve for the value assigned to n in the column formula and the curve will show the effect of changing n.