cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

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

  • JMP Project Global Data Filter and Column Switcher

    Hello Guys, I just started exploring jmp project. I am wondering if there is any option to add Global Data Filter and a global column switcher to a jmp project.Currely i have created a jmp project with various reports from a datatable (similar to dashboard) but i want to know if there is a option to add a global data filter and also a global column switcher to this screen. My idea : To create a sc...

    ComplexNerd ComplexNerd
    Discussions |
    Mar 7, 2024 12:10 AM
    519 views | 0 replies
  • Reg the discrete number input in custom design

    While we choose to input the levels of operation of the factors by choosing "discrete number" option, should the levels maintain same interval between them?

    Atheena Atheena
    Discussions |
    Mar 6, 2024 11:45 PM
    762 views | 1 replies
  • JMP Report Table Cell Coloring

    Does anyone know if there is an option in JMP Pro 17.2 to make the report from a data table highlight the same way as was done in JMP14? Here is an image that shows JMP14 on the left, and JMP17 on the right -- selecting rows in the table on JMP17 obscures any cell coloring that the report had. desired behavior from JMP14 (left) and incorrect behavior from JMP17 (right): Here's the script I used:Na...

    ErraticAttack ErraticAttack
    Discussions |
    Mar 6, 2024 9:54 AM
    1916 views | 4 replies
  • Help with script to rename data table

    Hello,I'm trying to streamline some analysis and am dipping my toes into JSL.  In the current case I'm running a 4PL fit of some data then generating a table of the curve parameter summaries.  I'm able to make the new table but it will be named by default "Untitled X" (where x is just an iteration of numbers...).  I can manually rename to "4PL"...which my follow on tasks will point to. What I'd li...

    ClusterFerret68 ClusterFerret68
    Discussions |
    Mar 6, 2024 8:46 AM
    3353 views | 8 replies
  • JMP equivalent of Excel's SUMPRODUCT function

    Is there a JMP equivalent of Excel's SUMPRODUCT function? E.g., suppose I have a table like this: RowSetRunProbabilityValueWeighted Value1A10.27.5 2A20.814.2 3B10.3518.1 4B20.6525.9  ... I would like to add a function to the "Weighted Value" column that would populate Rows 1 and 2 with (0.2*7.5+0.8*14.2), and Rows 3 and 4 with (0.35*18.1+0.65*25.9). I imagine it would look something like:  SUMPROD...

    BHarris BHarris
    Discussions |
    Mar 6, 2024 8:20 AM
    1572 views | 2 replies

Latest Discussions

  • JMP Project Global Data Filter and Column Switcher

    Hello Guys, I just started exploring jmp project. I am wondering if there is any option to add Global Data Filter and a global column switcher to a jmp project.Currely i have created a jmp project with various reports from a datatable (similar to dashboard) but i want to know if there is a option to add a global data filter and also a global column switcher to this screen. My idea : To create a sc...

    ComplexNerd ComplexNerd
    Discussions |
    Mar 7, 2024 12:10 AM
    519 views | 0 replies
  • Reg the discrete number input in custom design

    While we choose to input the levels of operation of the factors by choosing "discrete number" option, should the levels maintain same interval between them?

    Atheena Atheena
    Discussions |
    Mar 6, 2024 11:45 PM
    762 views | 1 replies
  • JMP Report Table Cell Coloring

    Does anyone know if there is an option in JMP Pro 17.2 to make the report from a data table highlight the same way as was done in JMP14? Here is an image that shows JMP14 on the left, and JMP17 on the right -- selecting rows in the table on JMP17 obscures any cell coloring that the report had. desired behavior from JMP14 (left) and incorrect behavior from JMP17 (right): Here's the script I used:Na...

    ErraticAttack ErraticAttack
    Discussions |
    Mar 6, 2024 9:54 AM
    1916 views | 4 replies
  • Mortality Data Analysis

    I may be overthinking this but I am looking for a way to analyze feeding assay response data. I had two groups, Control and Treated. I had 50 samples in each control and treated groups. I took mortality responses at 48 hours and categorized by either alive (A) or dead (D). I am trying to show the correct statistical significance of how many were alive in the treated group after 48 hours thereby no...

    KIrishGH KIrishGH
    Discussions |
    Mar 6, 2024 3:07 AM
    806 views | 1 replies
  • How do I perform a 2-sample Hotelling's T-square test in JMP?

    I'm trying to compare multiple different product specs or variables (k = between 2 different groups. I can't find a way to compare those multiple factors between the 2 groups easily in JMP right now using the 2-sample Hotelling's T-square test. I'd also like to know if JMP can then create the CIs if we reject the Hotelling's T2 test statistic and also review the profile plots? 

    mjz5448 mjz5448
    Discussions |
    Mar 5, 2024 5:09 PM
    3464 views | 7 replies

Latest Discussions

  • JMP Project Global Data Filter and Column Switcher

    Hello Guys, I just started exploring jmp project. I am wondering if there is any option to add Global Data Filter and a global column switcher to a jmp project.Currely i have created a jmp project with various reports from a datatable (similar to dashboard) but i want to know if there is a option to add a global data filter and also a global column switcher to this screen. My idea : To create a sc...

    ComplexNerd ComplexNerd
    Discussions |
    Mar 7, 2024 12:10 AM
    519 views | 0 replies
  • Do 3rd order effects help define curvature?

    If you have are making a design with a factor you are certain will have a quadratic relationship against a response but you have a wide range, can it be helpful to define a 3rd order model effect for that factor to better identify and model curvature. I work in purification and we often deal with a recovery vs. purity balance. This relationship is usually quadratic around the optimal, where at a l...

    MetaLizard62080 MetaLizard62080
    Discussions |
    Mar 4, 2024 8:21 PM
    887 views | 0 replies
  • "If" returns error response

    I have a script to draw charts and use "if" for the reference line."Sometimes" the reference line is not correct. For example, when Rel_Test=H3TRB, the reference line should be 10, but it shows 5.How could I fix it? 
    d6_graph=dt2 << Graph Builder( Size( 400, 300 ), Show Control Panel( 0 ), Variables( X( :Lot), Y( :dIGSS, Position( 1 ) ), Color( :Lot ), By(:Rel_Test) ), Elements( Box Pl
    ...

    LT LT
    Discussions |
    Mar 4, 2024 8:08 PM
    670 views | 0 replies
  • Neural networks that learn and predict in real time (incremental learning)

    Hello community!!A query:- How JMP is configured to generate neural networks that learn from their inputs in real time (incremental learning) in such a way that it continually updates its weights according to new inputs and generates updated real-time predictions.Greetings,Marco

    Marco2024 Marco2024
    Discussions |
    Mar 4, 2024 9:37 AM
    714 views | 0 replies
  • ann armax model

    how can make ann armax hybrid model such Matlab

    Raaed Raaed
    Discussions |
    Mar 1, 2024 7:50 AM
    709 views | 0 replies
view all discussions