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

  • Linked columns and inter-table row selection

    Hello - I don't think this exists, but thought I would ask anyway. I have a few different projects where I link columns. I have had a few times where I have thought that it would be super useful to be able to select the row of one of the linked tables, and then the corresponding rows in the other gets highlighted. I have one 50k row table and another 150k row table, and scrolling through can get t...

    ehchandlerjr ehchandlerjr
    Discussions |
    Nov 28, 2023 6:42 PM
    4393 views | 7 replies
  • Two Big Class.jmp drawings, how to use JSL to cut part of one of them, overlay on the other image?

    Let's draw the first picturedt = Open( "$SAMPLE_DATA/Big Class.jmp" ); p1 = dt << Graph Builder( Size( 497, 379 ), Show Control Panel( 0 ), Show Legend( 0 ), Variables( X( :weight ), Y( :height ), Color( :sex ) ), Elements( Bar( X, Y, Legend( 5 ), Bar Style( "Needle" ), Response Axis( "X" ), Summary Statistic( "Sum" ) ) ), SendToReport( Dispatch( {}, "weight", ScaleBox, {Lab...

    lala lala
    Discussions |
    Nov 28, 2023 5:02 PM
    865 views | 1 replies
  • Representing 5 signals into 1: What's the best way to approach this in JMP?

    Hi, My process has 5 temperature instruments at each height around the unit/equipment, measuring the temperature at the same level just at a slightly different location along the circumference. So in total, across different heights we have close to ~50 temperature signals and looking at this is a headache because though the signals reads close to each other, it's difficult to detect any issues as ...

    ConditionalAvg2 ConditionalAvg2
    Discussions |
    Nov 28, 2023 10:42 AM
    1955 views | 5 replies
  • Guidance on mixtures design approach for a 6 component mixture with only 3 variables.

    Hello all, I'm looking to set up a mixtures design for a mixture which overall contains 6 components at these percentages below, but I only want to use three of these as my input variables. Components 4 to 6 must add up to 15 %. Component 1: 70 %Component 2: 10 %Component 3: 5 %Component 4: 0 - 5%Component 5: 0 - 5 %Component 6: 0 - 5 % When setting up the DoE, how do I remove Components 1, 2 and ...

    DoEDorkily123 DoEDorkily123
    Discussions |
    Nov 28, 2023 8:03 AM
    1506 views | 2 replies
  • removing terms from a model following a designed experment

    Ok, suppose I've conducted a full factorial design with four 2-level factors. When fitting the model I've included all 2-way interactions. Some of the factors' main effects and interactions are not significant at 0.05. If I then remove the least significant factors (those at the bottom of the effect summary table), some of the non-significant terms become significant. If I were trying to develop t...

    gchesterton gchesterton
    Discussions |
    Nov 27, 2023 10:20 AM
    3182 views | 5 replies

Latest Discussions

  • Two Big Class.jmp drawings, how to use JSL to cut part of one of them, overlay on the other image?

    Let's draw the first picturedt = Open( "$SAMPLE_DATA/Big Class.jmp" ); p1 = dt << Graph Builder( Size( 497, 379 ), Show Control Panel( 0 ), Show Legend( 0 ), Variables( X( :weight ), Y( :height ), Color( :sex ) ), Elements( Bar( X, Y, Legend( 5 ), Bar Style( "Needle" ), Response Axis( "X" ), Summary Statistic( "Sum" ) ) ), SendToReport( Dispatch( {}, "weight", ScaleBox, {Lab...

    lala lala
    Discussions |
    Nov 28, 2023 5:02 PM
    865 views | 1 replies
  • Representing 5 signals into 1: What's the best way to approach this in JMP?

    Hi, My process has 5 temperature instruments at each height around the unit/equipment, measuring the temperature at the same level just at a slightly different location along the circumference. So in total, across different heights we have close to ~50 temperature signals and looking at this is a headache because though the signals reads close to each other, it's difficult to detect any issues as ...

    ConditionalAvg2 ConditionalAvg2
    Discussions |
    Nov 28, 2023 10:42 AM
    1955 views | 5 replies
  • removing terms from a model following a designed experment

    Ok, suppose I've conducted a full factorial design with four 2-level factors. When fitting the model I've included all 2-way interactions. Some of the factors' main effects and interactions are not significant at 0.05. If I then remove the least significant factors (those at the bottom of the effect summary table), some of the non-significant terms become significant. If I were trying to develop t...

    gchesterton gchesterton
    Discussions |
    Nov 27, 2023 10:20 AM
    3182 views | 5 replies
  • how to get fixed effect tests table to appear

    I have a continuous response variable (Average) and a categorical predictor (Treatment) with labels 1 through 14 indicating the 14 levels. I have set the Treatment variable as ordinal, and was able to use the fit model function to obtain the least squares means table and least square means plot. However, I am unable to figure out how to obtain a table for a type 3 test of fixed effects. Specifical...

    aczura aczura
    Discussions |
    Nov 27, 2023 10:01 AM
    1606 views | 2 replies
  • proper analyses of count data with factors

    I have an experiment where fungi were cultured from two different types of plant (A and B).  I have identified all the species to species.  I want to test to see if there is a statistical difference between the number of times a Fungal species was recovered between the two plant types.  I have JMP 17 and thought a generalized linear model would work with plant type and species and their interactio...

    Nkleczewski Nkleczewski
    Discussions |
    Nov 27, 2023 9:56 AM
    2323 views | 6 replies

Latest Discussions

  • Keyboard shortcuts

    [More Topic Containers like this] Jmp Help/Keyboard Shortcuts   assign new Keyboard ShortcutsAssigning-keyboard-shortcuts-for-frequently-used-options comment/uncomment blocks of code (international keyboard)A shortcut can be set in the menu customization Editoradd  keyboard shortcuts for your own functionsadd them to the main menu/ to a toolbar and assign a shortcutadd keyboard shortcuts for "open...

    hogi hogi
    Discussions |
    Nov 26, 2023 1:38 AM
    998 views | 0 replies
  • When the neural network of JMP is operated in Python, the value is different.

    When the neural network created by JMP was saved and run in python code, it output values different from the score output by JMP.

    OS:windows 10Python Version : 3.9

    File list jmp_score.py
    CNN_NTanH_boost.py <- JMP Python 
    mypython_code.py


    import CNN_NTanH_boost
    import numpy as np
    import pandas as pdfilepath = r"filepath" ext = 'csv' if filepath.endswith(ext): df=pd.read_csv(filepath) else : df=pd....

    TShiino TShiino
    Discussions |
    Nov 21, 2023 8:48 PM
    833 views | 0 replies
  • Could JMP optimize factors with uncertainty?

    Hello community!!,A question: will it be possible for the profiler to find the best combinations of factors with uncertainty when performing a simulation, which maximize the total utility and minimize the total cost, generating a table of the best combinations found? For example: 

    Marco1 Marco1
    Discussions |
    Nov 21, 2023 9:08 AM
    788 views | 0 replies
  • Choice platform, analysis of discrete choice: random parameters logit analysis?

    Hi there,I have a question concerning the choice platform. I have conducted a discrete choice experiment and analysed it using JMP. I have the choice profiles dataset, and the choices run (or responses) on another. I have done my analysis, and it bears interesting results.A colleague suggested performing a random parameters logit analysis. Is it possible to do it in JMP? How does it differ from th...

    gav2013 gav2013
    Discussions |
    Nov 17, 2023 8:07 AM
    751 views | 0 replies
  • Caution: Places where Jmp does something unexpected

    Definitely, JMP is Not a Spreadsheet . And that's great!! Besides this difference, there are other places where Jmp doesn't do/behave/produce what a newbie / innocent Jmp user expects.
    If a user knows these issues and the remedies and workarounds -  he/she can
    a) save a lot of time b) be safe from data loss c) be sure that the results are as expected.

    [More Topic Containers like this]   Topicdescrip...

    hogi hogi
    Discussions |
    Nov 17, 2023 4:15 AM
    1199 views | 0 replies
view all discussions