cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Scaled estimates plot after REML analysis

    Hello,  For a DOE analysis, I am using the REML method because I have a random effect. However, using this method, JMP does not generate a scaled estimates plot in the report, nor a Pareto plot. This option is not available for REML, even though a table with the parameter estimates is provided. Any suggestion on how I can generate a plot similar to scaled estimates plot after REML analysis?    Tha...

    SaraA SaraA
    Discussions |
    Jul 15, 2025 6:04 AM
    918 views | 9 replies
  • Filling Comment into rows by selected row state from scatterplot

    I like to avoid the way using the menu Rows -> Row Selection -> Name selection in column
    I rather like  to put a comment into rows selected by mouse from a scatterplot via script.
    The following does not write the text  to the column and does not give an error in the log.
    How is the correct syntax? I am using JMP18 Names Default To Here( 1 ); dt = Current Data Table(); //Select data point in graph /...

    mlo1 mlo1
    Discussions |
    Jul 15, 2025 5:46 AM
    296 views | 2 replies
  • How Can I Get The Lag Function to "Reset" With Each New Batch?

    Hello, I have the following data and I want to use the Lag function to calculate the difference between each result and the result prior to it (the data table is also attached to this message).I am using JMP 16. Currently I'm using the following formula in the "Difference" column:What I can't figure out is how to get the calculation to "reset" once it gets to Batch B. I realize that even with my c...

    jeff_gross jeff_gross
    Discussions |
    Jul 15, 2025 4:13 AM
    1106 views | 5 replies
  • How can I obtain the current country/region of the computer

    It is necessary to record the user's region ( likes US, Canada, Europe, etc. ). May I ask what methods are available to obtain the current country/region of the computer? Is it possible to get it using Get Environment Variable()? I couldn't find which variables this function can retrieve.  

    BabyDoragon BabyDoragon
    Discussions |
    Jul 14, 2025 9:50 PM
    339 views | 2 replies
  • DOE - Compare Slopes

    I have data from a 3x3 DOE but testing 2 standard concentrations. I want to compare the slopes between each condition but am not sure how to do this. I was fiddling with Fit model but am unsure how to add the slope for the response comparison. Using JMP 18.1.10.

    LadderMonster LadderMonster
    Discussions |
    Jul 14, 2025 10:24 AM
    439 views | 4 replies

Latest Discussions

  • Scaled estimates plot after REML analysis

    Hello,  For a DOE analysis, I am using the REML method because I have a random effect. However, using this method, JMP does not generate a scaled estimates plot in the report, nor a Pareto plot. This option is not available for REML, even though a table with the parameter estimates is provided. Any suggestion on how I can generate a plot similar to scaled estimates plot after REML analysis?    Tha...

    SaraA SaraA
    Discussions |
    Jul 15, 2025 6:04 AM
    918 views | 9 replies
  • How can I obtain the current country/region of the computer

    It is necessary to record the user's region ( likes US, Canada, Europe, etc. ). May I ask what methods are available to obtain the current country/region of the computer? Is it possible to get it using Get Environment Variable()? I couldn't find which variables this function can retrieve.  

    BabyDoragon BabyDoragon
    Discussions |
    Jul 14, 2025 9:50 PM
    339 views | 2 replies
  • DOE - Compare Slopes

    I have data from a 3x3 DOE but testing 2 standard concentrations. I want to compare the slopes between each condition but am not sure how to do this. I was fiddling with Fit model but am unsure how to add the slope for the response comparison. Using JMP 18.1.10.

    LadderMonster LadderMonster
    Discussions |
    Jul 14, 2025 10:24 AM
    439 views | 4 replies
  • How should I treat a factor with range or value that is dependent on the level of another factor in a DOE?

    Hello,   I am designing a DOE with 4 factors. My problem is that the range for 2 factors are dependent on the level of 1 of the factors. For example:   Factor 1 - low (1), medium (2), high (3) If Factor 1 is at low setting, then Factor 2 settings are low (1), medium (2), high (3). If Factor 1 is at high setting, then Factor 2 settings are low (3), medium (4), high (6).   The range or values for lo...

    CuriousExplorer CuriousExplorer
    Discussions |
    Jul 14, 2025 6:46 AM
    284 views | 2 replies
  • Std0 Calculation for the Wilcoxon/Kruskal Wallis Tests (Rank Sum)

    Consider the output below:   Generated on the following dataset: I can manually calculated up to and including the Score mean and understand the steps. I cannot recreate the (Mean-Mean0)/Std0 value. See work through below:        Can someone please outline the manual calculation (Formula) for the Std0 value as well as show there workings to generate the (Mean-Mean0)/ Std0 Value?    Thanks in ad...

    Con_Stats Con_Stats
    Discussions |
    Jul 14, 2025 3:03 AM
    335 views | 2 replies

Latest Discussions

  • Rows inclusion in PCA

    Hello,   I am running a PCA on an NMR dataset that contains some missing values. This isn't due to an error—it's simply the nature of the data, as some samples do not show certain peaks.  I have noticed that when I include these parameters Y variables in the PCA and color the score plot by sample, some samples are missing entirely from the plot. It's not consistent—some samples with missing values...

    NMR NMR
    Discussions |
    Jul 11, 2025 3:57 AM
    222 views | 0 replies
  • Graph Builder Legend + multiline entries?

    Hi, I want to use entries with newline in the legend. what can I do to get a nice legend in Graph builder?   Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class Families.jmp" ); :name[30]="Robert\!n2nd"; Graph Builder( Show Control Panel( 0 ), Variables( X( :name ), Y( :weight ), Color( :name ) ), Elements( Bar( X, Y ) ), Local Data Filter( Close Outline( 1 ), Add Filter( co...

    hogi hogi
    Discussions |
    Jul 10, 2025 2:24 AM
    224 views | 0 replies
  • Fit Life by X,Devalt.jmp,Parameter correlation

    The JMP sample data file "Devalt.jmp" is included with the software. If you select the Weibull distribution" and perform the analysis using "Fit Life by X", the correlation between β0 and β1 in the results is -0.999188, indicating a very strong correlation. Is this acceptable? What impact does it have on the results, and is it significant? How can the robustness of this predictive model be evalua...

    Rily_Maya Rily_Maya
    Discussions |
    Jul 5, 2025 7:46 PM
    214 views | 0 replies
  • Reliability Forecast,Small Production.jmp

    在JMP的内置示例“Small Production.jmp”中,销售月份中返回的产品数据应该记录在哪里?

    Rily_Maya Rily_Maya
    Discussions |
    Jul 5, 2025 7:38 PM
    221 views | 0 replies
  • What is the relation between Fit Parametric Survival and Fit Life by X and how do I get alpha values?

    I am using Fit Parametric Survival with a weibull fit to several different groups of data (group 0 to group 19) with only location effect. Parallelly I am verifying the alpha values of the weibull fit to the different groups from Fit Life by X plot. I understand that in the Fit Parametric Survival plot, it takes the last group as the anchor point and calculates the intercept (not sure what exactly...

    FrequencyBison9 FrequencyBison9
    Discussions |
    Jul 2, 2025 6:02 PM
    236 views | 0 replies
view all discussions