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

  • Avoid JMP Alert window

    I am trying to build an add-in and I use the Fit Model to fit OLS by several parameters, conditions etc. My goal is to take the Dunnett differences table. There are some cases that the difference with the control is zero and so the CI. For this cases the add-in pops up the windows that are illustrated in the picture below. ( JMP alert and Fit model window)Then the end user has to click ok as many ...

    Georgios_Tsim Georgios_Tsim
    Discussions |
    Jul 24, 2024 1:55 AM
    899 views | 1 replies
  • JMP 17 script graph size for report

    Is there a way to set the frame size for graphs in jmp 17 script so that when the report is generated with multiple graphs the graphs are of a particular size. Ideally want to be able to customize each individual graph size The script below used to work and set the size correctly in jmp 14 but it does not do the job in jmp 17   graphname = datatable << Overlay Plot( X(:x), Y(:y1, :y2, :y3), Ove...

    UpliftTiger788 UpliftTiger788
    Discussions |
    Jul 23, 2024 11:29 PM
    717 views | 2 replies
  • Empty window when trying to append variability charts through for loop

    Hi all,  I have a piece of code that is working as intended below. But the problem is the repetition of code makes for a unnecessarily long 500 lines of code where a for loop through substitution in theory should be able to function to save lines of code. old win = New Window( "Old Win", vlis old = V List Box() ); df movies = Open("C:\Program Files\JMP\JMP\18\Samples\Data\Movies.jmp"); df action ...

    neelsrejan neelsrejan
    Discussions |
    Jul 23, 2024 3:44 PM
    1045 views | 2 replies
  • Hierarchical X labels

    For nominal values on the X axis, hierarchically stacked, is there a possibility to shift the axis label to the left?

     

    hogi hogi
    Discussions |
    Jul 23, 2024 1:24 PM
    2158 views | 5 replies
  • How to account for redundant rows

    I have the following table. I want to only select the last unique entries in column 1. In other words, I want to make a subset with only the highlighted rows. How do I do that?   

    AsymptoticCos AsymptoticCos
    Discussions |
    Jul 23, 2024 12:57 PM
    1223 views | 3 replies

Latest Discussions

  • JMP 17 script graph size for report

    Is there a way to set the frame size for graphs in jmp 17 script so that when the report is generated with multiple graphs the graphs are of a particular size. Ideally want to be able to customize each individual graph size The script below used to work and set the size correctly in jmp 14 but it does not do the job in jmp 17   graphname = datatable << Overlay Plot( X(:x), Y(:y1, :y2, :y3), Ove...

    UpliftTiger788 UpliftTiger788
    Discussions |
    Jul 23, 2024 11:29 PM
    717 views | 2 replies
  • Summary datable with comma separated values in Column

    I would like to make a summary of table in SHEET1 and include Wafers in it. My desired output column is in SHEET2. I wanted to develop a script which can give me output like SHEET2. Note SHEET2 is summary of SHEET1. In Sheet2, I wanted wafers to be separated by comma. The wafers should be num(right(Wafers,2)) in the SHEET2.

    pankajsync pankajsync
    Discussions |
    Jul 23, 2024 10:19 AM
    1051 views | 2 replies
  • How to import a graph as a hover labels

    Hi all, to improve the interactive aspects of my graph I am trying to add additional features to data points. How do you add additional graphs as a hover label to an individual data point?

    nb nb
    Discussions |
    Jul 23, 2024 9:23 AM
    1609 views | 5 replies
  • How to pull data regularly from another addin?

    need make a addin that can query data from another addin(premade with ui to extract data and don’t have access to script) that is connected to a database.

    Is there a workaround?

    Pls help

    DecileIbex201 DecileIbex201
    Discussions |
    Jul 22, 2024 11:31 PM
    1234 views | 3 replies
  • Mixture design DOE analysis

    hi, I have a mixture design with 3 factors and 6 runs initially to perform my experiments, before performing experiments I would like to know whether my design is valid or not? I have used I optimal criterion and have 6 runs without centre points, with 3 mixture factors in 2 levels

    Statexplorer Statexplorer
    Discussions |
    Jul 22, 2024 10:34 PM
    1949 views | 5 replies

Latest Discussions

  • 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
    847 views | 0 replies
  • JMP Methode zur Reliabilitätsanalyse einer Scorecard

    Hallo zusammen, ich bin unsicher bezüglich der Methode zur Reliabilitätsanalyse einer Scorecard.Ich möchte eine Scorecard bzgl. Ihrer Reliabilität analysieren. 5 verschiedene Anfragen werden dabei über eine Scorecard von jeweils 4 verschiedenen Personen bewertet. Jede der 5 Anfragen erhält dadurch einen Gesamtscore. Ich möchte gerne untersuchen, wie "gut" unsere Scorecard zur Bewertung unserer Anf...

    ConstructFish94 ConstructFish94
    Discussions |
    Jul 22, 2024 6:38 AM
    633 views | 0 replies
  • Feedback : 404 page for adobe svg plugin

    Setup : JMP 17.0.0 on Win11.I create boxplots and export to HTML (default graphics format = SVG).
    On line 16 of the html file, there is an autogenerated link to adobe :pluginspage="http://www.adobe.com/svg/viewer/install/"This webpage doesn't exist and I think the Adobe SVG Viewer is not available anymore, so the above link should be removed.https://web.archive.org/web/20121221000422/http://www.ado...

    kkchen kkchen
    Discussions |
    Jul 7, 2024 10:33 PM
    614 views | 0 replies
  • How do I get the partial eta squared for a model with random effects?

    Hello, I am conducting a two-way ANOVA with a random effect and need to report the partial eta squared. Does anyone know how to do this or calculate it from values displayed in the output? I tried the add-on but it does not support models with random effects. For the model I have a dependent variable and my model effects looks like:variable1variable2variable1*variable2variable3 & random all variab...

    ELM890 ELM890
    Discussions |
    Jul 2, 2024 9:53 AM
    764 views | 0 replies
  • Hyperparameters and neural network architecture

    Hello,I'm trying to reproduce the results obtained on JMP with the "Neural" model by adding nested cross-validation, which is not possible on the software. However, the architecture is very unclear and I can't understand the calculations performed by the model. I don't have access to certain information such as batch size, optimizer used, loss, learning rate (except the one for the boosting), and ...

    Grizzly Grizzly
    Discussions |
    Jul 2, 2024 5:42 AM
    535 views | 0 replies
view all discussions