cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • Loop through list, create Tab box, Graph Builder Plot

    Hi, I am trying to loop through the list to create a tab box and add variables stored in the list in the graph builder. Something doesn't seem to be correct in my jsl code. Any suggestions? Here is what I want - Add the columns from each list in X for each tabs dt = Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" ); List1 = {"NPN1", "PNP1", "PNP2", "NPN2", "PNP3", "IVP1"}; List2 = {"PNP4", "NPN...

    Jackie_ Jackie_
    Discussions |
    Aug 31, 2023 7:16 AM
    2079 views | 5 replies
  • JSL How to put number(label) on line charts

    Hello friends, need some help. I plotted the Line Chart and manual did turn on Label at Data Source. It works fine. However when I got the JSL code for this the Line plot, and run code JSL, the reading (Data Value for Y-Axis) is gone!    (I just got only line without number of value) 

    I am not sure if do we have JSL command to turn on the label (Data Value) and also how to set decimal number to som...

    cpbatman cpbatman
    Discussions |
    Aug 31, 2023 1:22 AM
    1587 views | 2 replies
  • How to Build the DOE Model Equation?

    Hello I wonder how to make the exact model equation in various situationWould you please introduce me the Textbook or Reference of good introducing of the Model Equation setting? For example, I want to include 3 factors, Day, Temp, and Machine.Machine and Temp are fixed factor and Day is random factor.I want to make block about Day and Temp.Thus in this situation,How to build the model equation wh...

    MikeKim MikeKim
    Discussions |
    Aug 31, 2023 12:21 AM
    1824 views | 3 replies
  • Try to rename multiple data tables

    Hi friends,   I am trying to rename opened data tables in a project. I have two data tables, one has columns, the other one has 16 columns. I want to name the smaller data table as "Image" (this data contains lots of pictures) and the other one as "Numerical data".   My code works - for the first time. After the code changed the data table names correctly, If I manually change the correct named da...

    DivisiveEagle45 DivisiveEagle45
    Discussions |
    Aug 31, 2023 12:01 AM
    1102 views | 2 replies
  • How to determine a column has formula?

    I would like to remove all formulas from all columns with script. I wrote a forloop but whether a column has formula needs to be determined. How to do that with scripts?

    DivisiveEagle45 DivisiveEagle45
    Discussions |
    Aug 30, 2023 4:06 PM
    1372 views | 2 replies

Latest Discussions

  • JSL How to put number(label) on line charts

    Hello friends, need some help. I plotted the Line Chart and manual did turn on Label at Data Source. It works fine. However when I got the JSL code for this the Line plot, and run code JSL, the reading (Data Value for Y-Axis) is gone!    (I just got only line without number of value) 

    I am not sure if do we have JSL command to turn on the label (Data Value) and also how to set decimal number to som...

    cpbatman cpbatman
    Discussions |
    Aug 31, 2023 1:22 AM
    1587 views | 2 replies
  • Try to rename multiple data tables

    Hi friends,   I am trying to rename opened data tables in a project. I have two data tables, one has columns, the other one has 16 columns. I want to name the smaller data table as "Image" (this data contains lots of pictures) and the other one as "Numerical data".   My code works - for the first time. After the code changed the data table names correctly, If I manually change the correct named da...

    DivisiveEagle45 DivisiveEagle45
    Discussions |
    Aug 31, 2023 12:01 AM
    1102 views | 2 replies
  • Cannot get Virtual Lab to run well on iPad. IPad on iOS 17

    The option to go to fonts aA to run in mobile mode just spins and spins.  Cannot get Citrix in the regular mode to work well, freezes, etc, especially when switching screens.  Trying to take the online course with video & Virtual Lab.  JMP version on Citrix is 17

    Bbrown Bbrown
    Discussions |
    Aug 30, 2023 12:53 PM
    667 views | 0 replies
  • MANOVA defining M-matrix, what am I testing

    Dear all,In Fit Model after selecting MANOVA I  need to specify the response type (or define  the socalled M-matrix).  Standard in other software (SPSS, JASP) the IDENTITY Response is used (identity m-matrix).  I was wondering if there is a more elaborate explanation of what the other Response mean for the interpretation of  your data and when they are useful for which hypothesis test.  Say I have...

    RvEDelft RvEDelft
    Discussions |
    Aug 30, 2023 12:46 PM
    2334 views | 4 replies
  • How to deselect the columns that are assigned to Col List Box using Remove Selection Command

    I have assigned a column to X Col Box(Col List Box) and on clicking the Remove Button I need to deselect the column that I assigned to it. On X = Function({}, X Col Box << Append(Cols List << Get Selected) ); On Remove = Function({}, X Col Box << Remove selected; );

    Vinusha Vinusha
    Discussions |
    Aug 30, 2023 10:23 AM
    925 views | 1 replies

Latest Discussions

view all discussions