JSL Decoded: How to Write a JSL Script. Part 3.

Опубликовано: 28 Июль 2026
на канале: PegaAnalytics
1,059
20

JSL Decoded is a series of videos showing how to develop a JSL script within JMP Software.

In part 3 we look at adding conditional content based on the modelling type of the data selected by the user. Specifically, if a continuous variable is selected then an option to perform regression analysis is created; if the variable is nominal then the option changes to oneway analysis of variance.

Content Index:
00:00 Introduction
00:39 Adding a button for a regression line
02:40 User-defined function for regression
04:48 A problem with nominal data
05:40 Sending a message to get modelling type
06:40 Conditional logic based on modelling type
08:35 User-defined function for oneway ANOVA
10:15 Applying centre alignment to the buttons
11:00 The script is broken!
12:00 Conclusion

Find part 4 here:
   • JSL Decoded: How to Write a JSL Script. Pa...  

And find the full playlist here:
   • JSL Decoded: How to Write a JSL Script