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

  • 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
    642 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
    1498 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
    687 views | 3 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
    663 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
    1040 views | 5 replies

Latest Discussions

  • 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
    663 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
    1040 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
    698 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
    1100 views | 5 replies
  • How should I set up the JSL new table format?

    I used the attached datasheet to do stacking to generate a new table; but when I used the log generation script to regenerate it I found that it doesn't work, what can I do to make it work?   Scripting Analyses  // 堆叠数据表 // → Data Table( "无标题 3" ) Data Table("Sheet1.jmp") << Stack( columns( :"IQC-AKM"n, :"IQC-CPQ"n, :"PostReflow-AKM"n, :"PostReflow-CPQ"n, :"Depanel-AKM"n, :"Depanel-CPQ"n, ...

    AlphaColt356 AlphaColt356
    Discussions |
    Jul 22, 2024 8:57 PM
    417 views | 2 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
    534 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