cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

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

  • Workflow builder

    Hi, I want to automate the Load of data from Excel and set Speclimits to the loaded Columns. I have the limits in Limits Files. The script that I created with the Workflow builder stops in the "Manage Limits" Window where I can eighter enter the limits or load the limits file. Typing is not recorded, as well as loading the limit file does not work. The error code is attached as picture as well as ...

    peter_michel peter_michel
    Discussions |
    Aug 8, 2024 2:16 AM
    1133 views | 4 replies
  • How can I interpret interaction plot according to effect test tabel?

    While most of the sources are significant in the parameter estimates and the effect test table, why no intersections are seen in the interaction plot?

    Nimaxim Nimaxim
    Discussions |
    Aug 8, 2024 2:04 AM
    1792 views | 5 replies
  • unrecognized as table argument in access For loop

    I am trying to concatenate my subset tables, but I kept getting this error:
    unrecognized as table argument in access or evaluation of 'dtSubsetList [ /*###*/i]' , dtSubsetList [/*###*/i]Im using JMP 16 names default to here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); dtSubsetList = dt << Subset( By( :sex ), All rows, Selected columns only( 0 ), columns( :name, :age, :height, :weight ) ); d...

    UserID16644 UserID16644
    Discussions |
    Aug 7, 2024 6:48 PM
    388 views | 1 replies
  • App Interface saved in a journal

    Hi There 
    Some time ago, I created a nice interface using Application Builder and I saved it as a journal. Now I need to make a few modifications to the interface, rearrange buttons, add boxes, and so on. I am unable to import the journal into the app and have the interface appear in the Module tab. It is a very busy interface ...Is there a way to have it?
    Thanks

    Mioffe Mioffe
    Discussions |
    Aug 7, 2024 5:01 PM
    333 views | 0 replies
  • How to determine duplicate values?

    Hi all,I have this piece of code but I'm quite not sure if there is a more appropriate approach to this. My loop gets an error because some of the data table have multiple NBO values. Data out of range at row 10 in access or evaluation of 'For Each' , For Each/*###*/({table}, dt_Test, table << New Column( "Ref" ) ; Wait( 0 ) ; table
    :Ref[table << get rows where( :Lot == "NBO" & :N Rows == Col Max( ...

    UserID16644 UserID16644
    Discussions |
    Aug 7, 2024 2:25 PM
    1144 views | 7 replies

Latest Discussions

  • How can I interpret interaction plot according to effect test tabel?

    While most of the sources are significant in the parameter estimates and the effect test table, why no intersections are seen in the interaction plot?

    Nimaxim Nimaxim
    Discussions |
    Aug 8, 2024 2:04 AM
    1792 views | 5 replies
  • unrecognized as table argument in access For loop

    I am trying to concatenate my subset tables, but I kept getting this error:
    unrecognized as table argument in access or evaluation of 'dtSubsetList [ /*###*/i]' , dtSubsetList [/*###*/i]Im using JMP 16 names default to here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); dtSubsetList = dt << Subset( By( :sex ), All rows, Selected columns only( 0 ), columns( :name, :age, :height, :weight ) ); d...

    UserID16644 UserID16644
    Discussions |
    Aug 7, 2024 6:48 PM
    388 views | 1 replies
  • App Interface saved in a journal

    Hi There 
    Some time ago, I created a nice interface using Application Builder and I saved it as a journal. Now I need to make a few modifications to the interface, rearrange buttons, add boxes, and so on. I am unable to import the journal into the app and have the interface appear in the Module tab. It is a very busy interface ...Is there a way to have it?
    Thanks

    Mioffe Mioffe
    Discussions |
    Aug 7, 2024 5:01 PM
    333 views | 0 replies
  • How to determine duplicate values?

    Hi all,I have this piece of code but I'm quite not sure if there is a more appropriate approach to this. My loop gets an error because some of the data table have multiple NBO values. Data out of range at row 10 in access or evaluation of 'For Each' , For Each/*###*/({table}, dt_Test, table << New Column( "Ref" ) ; Wait( 0 ) ; table
    :Ref[table << get rows where( :Lot == "NBO" & :N Rows == Col Max( ...

    UserID16644 UserID16644
    Discussions |
    Aug 7, 2024 2:25 PM
    1144 views | 7 replies
  • Graph builder subset plots with the same axis labels

    Hello, I have a big data table and  a script to plot the subset by product. You can see the "where" in the script below.I would like to keep the x-axis to be the same from product to product. The x-axis has two variables "PROC" and "CoreVoltage".    As you can see from the jpg file, at one "PROC", only some of the "CoreVoltage" showed up. How to show all the "PROC" and "CoreVoltage" combinations s...

    Pandasgroupby Pandasgroupby
    Discussions |
    Aug 7, 2024 11:45 AM
    2202 views | 10 replies

Latest Discussions

  • App Interface saved in a journal

    Hi There 
    Some time ago, I created a nice interface using Application Builder and I saved it as a journal. Now I need to make a few modifications to the interface, rearrange buttons, add boxes, and so on. I am unable to import the journal into the app and have the interface appear in the Module tab. It is a very busy interface ...Is there a way to have it?
    Thanks

    Mioffe Mioffe
    Discussions |
    Aug 7, 2024 5:01 PM
    333 views | 0 replies
  • Multivariate Rho Boostrap option not in Mac Jmp 17.

    I am not getting the bootstrap option after running multivariate Spearson's Rho. How to proceed further? I want a forest plot with correlation and CI. <Jmp17>

    NoSQLBird361 NoSQLBird361
    Discussions |
    Aug 2, 2024 11:00 AM
    341 views | 0 replies
  • Overlying map files and merging content

    I have two map files--one of economic and health conditions by US  county.  The other of  congressional districts. I wish to overlay the county map on the congressional district map and attrribute the county measures to the ( larger opr smaller) congressional districts.  For example, what is the average rate of coronary heart disease in districts represented by  women versus those represented by m...

    LNitz LNitz
    Discussions |
    Aug 1, 2024 2:04 AM
    351 views | 0 replies
  • Fitting distributions NOT in the distribution platform?

    I have many many non normal distributions I need to transform for later analysis of the data.  The Distribution platform fit all distributions is very slow with this task.  I know I saw another platform can do this fitting of the best distribution type, but can't remember which that was.Google has let me down. Thanks in advance

    cravin187 cravin187
    Discussions |
    Jul 31, 2024 8:29 AM
    312 views | 0 replies
  • How do I add Mean and other values to BoxPlot in JMP Pro 17

    I have created a Boxplot graph and I need to show the Mean and other relevant stats/values and text inside or close to the Box and not on the top as part of the Summary Stats. I also need to be able to manipulate the figures like make it bigger, bold, etc...full customization like the attached Boxplot picture. Any suggestions? Thank you, Helal

    Helal Helal
    Discussions |
    Jul 22, 2024 11:57 AM
    534 views | 0 replies
view all discussions