cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
FN
FN
Level VI

Interactive slider (JMP)

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).

 

FN_0-1712834385865.png

 

 

4 REPLIES 4
txnelson
Super User

Re: Interactive slider (JMP)

You can use the Application Builder to add sliders without having to write JSL.

Jim

Re: Interactive slider (JMP)

Would a JMP profiler work for you?

FN
FN
Level VI

Re: Interactive slider (JMP)

Not sure how the profiler would show the effect of a parameter. It seems it only shows factors (X variables).

Re: Interactive slider (JMP)

@FN 

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.

scott_allen_0-1713198945420.png

 

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.

parameterSlider.gif

-Scott