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

  • Save script to data table (All objects )

    How do I use the save script to data table (all object)  syntax to save a data table sorted : by a column

    kd_kel kd_kel
    Discussions |
    Jul 24, 2024 9:57 PM
    886 views | 4 replies
  • Check box won't show up in an input prompt input

    // New dialog for script selection scripts = {"Box Plot", "Box Plot_sublot_trend", "Box Plot_duration_trend", "Box Plot_FT1vsFT2", "Tabulation", "CDF&PDF11"}; scriptSelections = J(1, N Items(scripts), 0); // Initialize the checkboxes array cb = {}; nw2 = New Window("Script Selection", <<modal, <<onClose( For(i = 1, i <= N Items(scripts), i++, scriptSelections[i] = cb[i] <...

    ARETI052 ARETI052
    Discussions |
    Jul 24, 2024 12:24 PM
    904 views | 4 replies
  • Tabulate Does Not Transfer Column Data To Table

    I have a script below that takes several columns of data, summarizes them in Tabulate, and then makes a data table. It all works fine except the last column. The Tabulate table has data in the "Cal Period" Column. But when it creates the table, The "Cal Period" column is always blank. No data is transferred. What's even more strange is that when I run the Source script attached to the table, it re...

    scott1588 scott1588
    Discussions |
    Jul 24, 2024 11:14 AM
    575 views | 2 replies
  • Import excel in JMP18

    Previously using JMP17, any import format of a column in excel would carry over the same format into JMP, but JMP18 is changing from numeric to character if there are any blank cells in that column.  Is there a setting in preferences I need to change?

    hgarbig hgarbig
    Discussions |
    Jul 24, 2024 11:09 AM
    727 views | 1 replies
  • Definitive Screening design

    Are definitive screening designs and optimal DoE in JMP (basic) or JMP pro ?Thanks

    SignRam736 SignRam736
    Discussions |
    Jul 24, 2024 7:49 AM
    434 views | 1 replies

Latest Discussions

  • Import excel in JMP18

    Previously using JMP17, any import format of a column in excel would carry over the same format into JMP, but JMP18 is changing from numeric to character if there are any blank cells in that column.  Is there a setting in preferences I need to change?

    hgarbig hgarbig
    Discussions |
    Jul 24, 2024 11:09 AM
    727 views | 1 replies
  • Definitive Screening design

    Are definitive screening designs and optimal DoE in JMP (basic) or JMP pro ?Thanks

    SignRam736 SignRam736
    Discussions |
    Jul 24, 2024 7:49 AM
    434 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
    442 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
    662 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
    1039 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
    533 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
    445 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
    446 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
    515 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
    412 views | 0 replies
view all discussions