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

  • Getting a border box to appear on a button press.

    I am trying to open up a border box to the right of my list box on a button press, how can this be achieved? I have attached my attempted code below. New Window("test", title = Text Box("test", set font style("Bold")), V List Box( lb = List Box( "Test", width(150),nlines( 18 ) ), ), H List Box( Button = Button Box("Test", Spacer Box(Size(50, 25)), Border Box( Left...

    Andyon98 Andyon98
    Discussions |
    Jul 4, 2022 10:28 AM
    809 views | 1 replies
  • How to combined data table from multiple bivariate plot fit model using JSL

    I've a multiple bivariate plot and would like to make all group fit model summary into data table. Script is working when it's pointing to one group but not working when point to multiple groupAppreciate if anyone could help on this. Thanks Script able to output data table for one groupNames Default To Here( 1 ); dt = Data Table( "ReportSummary" ); biv = dt << Bivariate( Y( :Reference_A ), X( ...

    LipYeong LipYeong
    Discussions |
    Jul 4, 2022 4:15 AM
    1179 views | 1 replies
  • How do I isolate a character string of only numbers with varying starts and ends?

    Hello, I am trying to isolate only the 12 digit string for each Name to give me what you see in column Name 1. Is there a regex formula I could use to take care of the front and back end? Any help would be appreciated. Thanks!

    IMG0318 IMG0318
    Discussions |
    Jul 4, 2022 3:06 AM
    803 views | 1 replies
  • Effect of order of grouping on variance components - Variability Gauge Analysis

    When performing Variability Gauge analysis I noticed that variance components (main effects) values for each component depend on the order the grouping was performed. I’d like to know why we’re seeing these differences to better understand how and in what order we should group our data to get the most accurate representation of variation present.I've attached the data table with 2 scripts for the ...

    Agustin Agustin
    Discussions |
    Jul 4, 2022 2:02 AM
    3962 views | 8 replies
  • Network Association Diagram

    Hi all, I've been asked to produce something akin to : http://diseasome.eu/map.html
    I'm wondering if any of you ever seen something like this generated with SAS? JMP?
    I've also see them be called:  social network diagrams, node-link diagrams, network diagrams (force directed and arc) and variations on this theme (adjacency diagrams).
    Thanks in advance.
    -greg

    Anonymous Anonymous
    Discussions |
    Jul 4, 2022 1:40 AM
    11880 views | 6 replies

Latest Discussions

  • Getting a border box to appear on a button press.

    I am trying to open up a border box to the right of my list box on a button press, how can this be achieved? I have attached my attempted code below. New Window("test", title = Text Box("test", set font style("Bold")), V List Box( lb = List Box( "Test", width(150),nlines( 18 ) ), ), H List Box( Button = Button Box("Test", Spacer Box(Size(50, 25)), Border Box( Left...

    Andyon98 Andyon98
    Discussions |
    Jul 4, 2022 10:28 AM
    809 views | 1 replies
  • How do I isolate a character string of only numbers with varying starts and ends?

    Hello, I am trying to isolate only the 12 digit string for each Name to give me what you see in column Name 1. Is there a regex formula I could use to take care of the front and back end? Any help would be appreciated. Thanks!

    IMG0318 IMG0318
    Discussions |
    Jul 4, 2022 3:06 AM
    803 views | 1 replies
  • Get As Report - Text Justification

    Hello, I am trying to justify the text to the left:VLB2<<append( Report_P = CollectionFileStacked<<Get As Report ); Report_P[Tablebox(1)] << Set Underline Headings(1); Report_P[Tablebox(1)] << Horizontal Alignment( "Left" );This doesn't seem to work, I also try to unselect specific columns with no success, the Scripting Index for the 'Get As Report' and 'Table Box' doesn't seem to be of much help....

    Niros Niros
    Discussions |
    Jul 3, 2022 12:37 AM
    1058 views | 2 replies
  • What do I need to run a JSL on a client pc

    Can I deploy a JSL as a standalone executable? or do I need to install jump on a client box and then call jmp.exe to open it up.what license do I need to run the JSL in a client machine? I do need a full jmp license

    EdwinA EdwinA
    Discussions |
    Jul 1, 2022 8:51 PM
    875 views | 1 replies
  • How do you append a list onto a col list box?

    The syntax is causing me confusion, I tried something similar as below. However it does not work.colbox << append(dt << mylist);

    Andyon98 Andyon98
    Discussions |
    Jul 1, 2022 12:45 PM
    1771 views | 4 replies

Latest Discussions

  • Urgent: covariance parameter estimates are all zero (i.e. estimate, Std error, confidence interval)

    Dear All,I have been analysing a two factorial (3*4) RCBD repeated measures design by using the mixed model approach in JMP. Above is a section of the report I got. Why are the estimates zero. Other information include about the analysis include:1. 14 continuous variables measured four times at unequal time periods2. All the three covariance structures I tried (AR1, Toeplizt and spatial power) had...

    MomentMonster90 MomentMonster90
    Discussions |
    Jun 13, 2022 5:53 AM
    782 views | 0 replies
  • Validate column values (make sure all values in column follow a specific pattern)

    Is there a better way rather than iteration of all the rows to validate values in column? Let's say before making something with the column I want to make sure that all values in column match specific Regex. Like so:!IsMissing(Regex(Column(myColumn)[1], "^\w+(\d{3})\w+$", "\1"))I can iterate through each row to make sure that all of them match, but maybe there is a better way?  

    miguello miguello
    Discussions |
    May 6, 2022 11:09 AM
    630 views | 0 replies
  • SUR (Seemingly Unrelated Regressions)

    HI, How to find estimators of FGNLS and NLS (Seemingly Unrelated Regressions) Using JmpPro.# Note that it is present in SAS in the proc syslin
    and it is in stat in the nlsur command Regards

    Raaed Raaed
    Discussions |
    May 5, 2022 4:45 PM
    774 views | 0 replies
  • Friedman post hoc analysis

    Hello, I am trying to do a matched sample analysis across three different factors. I wanted to:1. Confirm that my sample would be what I pick for 'Block" when I do Fit Y by X when running Friedman's test2. Is there a post hoc analysis in JMP that I can use? I dont see Nemenyi or Conover as an optionThanks for your time.  

    pnakashe pnakashe
    Discussions |
    May 5, 2022 12:02 PM
    995 views | 0 replies
  • JMP script: Script Alarm Control chart- Table with atypical batch number and values

    Hello everyone,I am trying to make a table with the OOT (out of Trend) batches with their respective "atypical" values.I used for that the "script alarm" function as I could found some exemples on the JMP community. Here is my script:  z_KSigmaZ =1.4; // Création de la Carte de controle si N catégories > 5 Names Default To Here( 1 ); If(N Items(Associative Array(:"RNS/NS tordu (srg)")) > 5, Gr...

    Sebastienlg Sebastienlg
    Discussions |
    Apr 29, 2022 6:29 AM
    701 views | 0 replies
view all discussions