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

  • Data Filter source Box - issue with the legend

    Hi,in the right graph, I can click on items in the graph or in the legend. The selected items get highlighted in the graph and in the legend.in the left graph, I can click on items in the legend. The selected items get highlighted in the legend - but not in the graph (*)
    in addition, the content of the right graph gets adjustedin the left graph, I can click on items in the graph. The selected items...

    hogi hogi
    Discussions |
    Apr 14, 2024 11:07 AM
    1104 views | 2 replies
  • How many splits are performed automatically by the decision tree model using JSL?

    For example, the number of splits in the figure is 3
    How to script this split number 3 to a variable?dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); p = Partition( Y( :weight ), X( :age, :sex, :height ), Validation Portion( 0.3 ), Split History( 1 ), Informative Missing( 1 ) ); p << go; splitCount = p << GetProperty( "Tree Split Count" );//??Thanks! 

    lala lala
    Discussions |
    Apr 14, 2024 7:14 AM
    1141 views | 2 replies
  • graph builder bug - x group shift

     (JMP 17, MacOS) I have a JSL scripts that creates multiple graph builder charts, but in some of them, and it's not repeatable always - some of the x groups  are getting different height, causing also the data plotted to be shifted. Another issue - is that I can't set the X group lables text to be 90 degrees rotated to fit long strings without making the chart too wide. This is supported for X var...

    ShlomiB76 ShlomiB76
    Discussions |
    Apr 14, 2024 12:08 AM
    573 views | 0 replies
  • JMP graph into a powerpoint animation?

    Hello! I'm wondering if it is possible to use a graph I built in JMP and make an animation of it in powerpoint?  I'm thinking the answer is no but I thought I would ask... Seems like Excel is possible but the only thing I can do with a JMP graph is copy the whole thing as a picture? Thank you!

    EmilyT EmilyT
    Discussions |
    Apr 13, 2024 12:57 PM
    2558 views | 5 replies
  • Regex: can't get all parts of the string that match

    I'm trying to extract all the parts of the string that match, but I'm using regex match and I can't get the "BWA005, BWAZ006" that I want.ex="Select Where( :\!"BWA\!"n == \!"BWA005\!" | :\!"BWA\!"n == \!"BWAZ006\!" )"; Regex match( ex, "[\!"](BWA|BWAZ|BWAZ_)([0-9]{1,})(.*?)[\!"]" )  

    lehaofeng lehaofeng
    Discussions |
    Apr 13, 2024 12:11 PM
    4829 views | 6 replies

Latest Discussions

  • graph builder bug - x group shift

     (JMP 17, MacOS) I have a JSL scripts that creates multiple graph builder charts, but in some of them, and it's not repeatable always - some of the x groups  are getting different height, causing also the data plotted to be shifted. Another issue - is that I can't set the X group lables text to be 90 degrees rotated to fit long strings without making the chart too wide. This is supported for X var...

    ShlomiB76 ShlomiB76
    Discussions |
    Apr 14, 2024 12:08 AM
    573 views | 0 replies
  • JMP graph into a powerpoint animation?

    Hello! I'm wondering if it is possible to use a graph I built in JMP and make an animation of it in powerpoint?  I'm thinking the answer is no but I thought I would ask... Seems like Excel is possible but the only thing I can do with a JMP graph is copy the whole thing as a picture? Thank you!

    EmilyT EmilyT
    Discussions |
    Apr 13, 2024 12:57 PM
    2558 views | 5 replies
  • Will you be updating the JMP Partner site?

    I'm desperate to find partners that have semiconductor experiences with JMP.  Who do I need to talk to get updates to the JMP Partner site?  First, this is the JMP Partner site, JMP Partners | JMP   1. I need the Partner Country classifications to better.  Example, Institute of Engineering StatisticsHome | Institute of Engineering Statistics (iesrnd.com)  She has semiconductor engineering experien...

    Residentx Residentx
    Discussions |
    Apr 13, 2024 8:50 AM
    1525 views | 2 replies
  • Survival Analysis when "time to event" is category/interval

    Hi thereDoes JMP have a module/script to run a Survival analysis when we group the event times into intervals (as en example, time to event split into a category, 0 - 5 days, 6 -10 days, 11-15 days etc...). Thanks for your input, Vince  

    vincem vincem
    Discussions |
    Apr 12, 2024 5:58 AM
    3307 views | 9 replies
  • How to evaluate a column bottom to top?

    I need to count negative indexes from a particular cell, how you make a single column evaluate bottom to top? Col 29    Col 310            -50            -40            -30            -20            -11            -421            -411            -40 If( Lag( :Column 29, -1 ) == 1 & :Column 29 == 0, -1, Lag( :Column 31, -1 ) - 1 )

    zathe zathe
    Discussions |
    Apr 11, 2024 8:33 AM
    1180 views | 2 replies

Latest Discussions

  • graph builder bug - x group shift

     (JMP 17, MacOS) I have a JSL scripts that creates multiple graph builder charts, but in some of them, and it's not repeatable always - some of the x groups  are getting different height, causing also the data plotted to be shifted. Another issue - is that I can't set the X group lables text to be 90 degrees rotated to fit long strings without making the chart too wide. This is supported for X var...

    ShlomiB76 ShlomiB76
    Discussions |
    Apr 14, 2024 12:08 AM
    573 views | 0 replies
  • Process development with multiple factors

    Hi everyone, I'm currently engaged in a process development project with the goal of 1) minimizing the total process time while 2) maintaining or enhancing the yield. This objective is similar to viral vector production case, where maximizing virus yield in the shortest production time is crucial. After consulting with subject matter experts, we've pinpointed 10 factors for potential modification....

    BJK_JerseyBoy BJK_JerseyBoy
    Discussions |
    Apr 9, 2024 2:47 PM
    655 views | 0 replies
  • I need help in improving RMSEA and CFI

    I have a model which is shown in the picture. RMSEA is at .16 and not improving. I need to play with the latent variables but there are too many variables and combinations. I need pointers on how I can improve the RMSEA  

    ujaganna ujaganna
    Discussions |
    Apr 9, 2024 7:48 AM
    719 views | 0 replies
  • Project ignoring H Splitter Box Set Sizes . . . sometimes

    I'm working with a JMP 17 Project and have a script to import a CSV file, embed a script into the Data Table, and execute the embedded script. The embedded script creates a graph from the data and sets the Project layout. All of these pieces, executed individually, work as intended. The problem I am having is that when I execute the combined script, the outer H Splitter Box ignores <<Set Sizes and...

    ionatx ionatx
    Discussions |
    Apr 4, 2024 1:25 PM
    565 views | 0 replies
  • Multiple imputation of ordinal data

    HiWe're doing a study regarding whole number ordinal data, answers being 0 to 4. It probably being MAR and not knowing the probability of each response, made us wonder how to do multiple imputation of this data. A post showed:go to analyze > consumer research > categorical But we're stuck...Thank you in advance! 

    CovariateFilter CovariateFilter
    Discussions |
    Mar 28, 2024 10:00 AM
    623 views | 0 replies
view all discussions