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

  • How to Get as Matrix

    I am wondering if anyone knew how to get as matrix with specific row. For example, I would like to get as matrix with row(1),mat will be [12 59 95].Names Default To Here( 1 );
    bigclass=Open( "$SAMPLE_DATA/Big Class.jmp" );
    mat = bigclass << GetAsMatrix({2,3::5});
    Show(mat);
    mat =
    [ 12 59 95,
     12 61 123,
     12 55 74,
     12 66 145,
     12 52 64,
     12 60 84,
     12 61 128,
     12 51 79,
     13 60 112,
     13 61 107,
     13 56 67,
     13 65 9...

    Benson Benson
    Discussions |
    Jun 20, 2019 1:33 AM
    4504 views | 2 replies
  • Calculating Percentage difference for a big amount of data

    Hi everyone! 
    I have attached a example file under this post.
    I'm currently trying to calculate the percentage of difference,
    which is given by (New Value- Original Value)/Original Value
    In this case, Time 0 is taken as the reference ( Original Value).
     For example:
    Time: 0, Part: 1 Value 1: 690.2
    Time: 50, Part:1, Value1: 690.52
    (690.52-690.2)/(690.2) = 0.046%
    Time: 100, Part:1, Value1:689.25
    (689.25-690.2...

    Jax Jax
    Discussions |
    Jun 19, 2019 1:44 AM
    7242 views | 4 replies
  • How do I Create a Column using "IF" and "Contains"

    Hello,   I have a date and time column with "AM" and "PM" in the format. Using JSL, I wand to add a new column that will indicate it its a day or night. Row with "PM" in the date will input "Day" Row with "AM" in the date will input "Night"   I try using the following:    For( i = 1, i <= N Rows( dt ), i++, If( Contains( :Date[i], "PM" ) , :Day/Night[i] = :Day[i] )   But it wont work. Thanks in ad...

    ileshem ileshem
    Discussions |
    Jun 18, 2019 6:54 PM
    8549 views | 3 replies
  • Markup and Set Wrap in the same text box

    I'm running JMPPro 14.3. I've tried the same thing in JMP12, and in JMP11 (I think) as well. Can someone please show me how to simultaneously use markup (bold, underline, etc.) and set wrap in the same text box? Try running the script below and I think you will understand what I am talking about. nw = New Window("Example of markup in text box",
    Text Box("<b>This is in bold but wraps awkwardly</b>",...

    drew_baumgartel drew_baumgartel
    Discussions |
    Jun 18, 2019 3:34 PM
    3783 views | 4 replies
  • Transforming distributions to highlight spread of values

    Dear JMP Community,   Machine info: W7 Enterprise 64-bit, JMP Pro 14.1.0   I am interested in transforming a column of data to help highlight the distribution in values within binning ranges. The original data are integers and more or less normally distributed (see Y3 distribution below), but I'd like to transform the data in such a way that it takes the data in a bin range and spreads it out so a...

    SDF1 SDF1
    Discussions |
    Jun 18, 2019 1:41 PM
    5266 views | 5 replies

Latest Discussions

  • Markup and Set Wrap in the same text box

    I'm running JMPPro 14.3. I've tried the same thing in JMP12, and in JMP11 (I think) as well. Can someone please show me how to simultaneously use markup (bold, underline, etc.) and set wrap in the same text box? Try running the script below and I think you will understand what I am talking about. nw = New Window("Example of markup in text box",
    Text Box("<b>This is in bold but wraps awkwardly</b>",...

    drew_baumgartel drew_baumgartel
    Discussions |
    Jun 18, 2019 3:34 PM
    3783 views | 4 replies
  • Transforming distributions to highlight spread of values

    Dear JMP Community,   Machine info: W7 Enterprise 64-bit, JMP Pro 14.1.0   I am interested in transforming a column of data to help highlight the distribution in values within binning ranges. The original data are integers and more or less normally distributed (see Y3 distribution below), but I'd like to transform the data in such a way that it takes the data in a bin range and spreads it out so a...

    SDF1 SDF1
    Discussions |
    Jun 18, 2019 1:41 PM
    5266 views | 5 replies
  • Geographic Maps with Marker

    Hi, I just created a density map with Graph Builder and I wanted the country names to appear on the map, so I used the country column (with country names) as a marker and I then labelled it. I guess I missed some steps as no country names popped up on the map. Any suggestion as to have it properly set?

    PeterParker PeterParker
    Discussions |
    Jun 18, 2019 6:50 AM
    3463 views | 3 replies
  • What is the easiest way in JMP to arrange an array of boxplots of different variables?

    Hello, I'm analyzing metabolomics data on a regular basis. My data tables typically consist of hundreds of variables (i.e., analyte signal intensities, in columns). The rows contain the observations which belong to different groups, for example fresh vs. stored. One frequent task is to create an array of boxplots, let's say 16 bopxlots in a 4 by 4 fashion, with the y axes being scaled individually...

    MetaboChris MetaboChris
    Discussions |
    Jun 18, 2019 2:26 AM
    1899 views | 1 replies
  • JMP and SAS different results in PROC MIXED

    I ran an analysis in JMP, took the create SAS Code from the model dialog and input into SAS and ran. However, the analysis spits out different results that what JMP spit out, again same code tyring with PROC GLM and PROC MIXED. I tried different solution DDFM to see if that was the issue with no luck. Wondering if anyone has any recommendations as some of my interactions are no longer significant ...

    lrobbin89 lrobbin89
    Discussions |
    Jun 14, 2019 3:09 PM
    1911 views | 1 replies

Latest Discussions

  • How to analyze crossover design data in JMP

    I had crossover design data from one of my experiment, and I want to analyze it according to the rules of crossover design. Can someone please help me with this?

    sharmachetan sharmachetan
    Discussions |
    Jun 14, 2019 2:34 PM
    1290 views | 0 replies
  • Help understanding how Lift curves are calculated

    Dear JMPers,   (computer details: I have JMP Pro 14 on a W7 Enterprise, 64-bit computer.)   I am trying to better understand how JMP actually calculates a Lift curve. I understand conceptually the ROC and Lift curves, but I'm having a hard time calculating a Lift curve myself. The JMP help/support page (https://www.jmp.com/support/help/14-2/lift-curve.shtml#1276958) isn't all that helpful in under...

    SDF1 SDF1
    Discussions |
    May 29, 2019 11:10 AM
    1946 views | 0 replies
  • How to analyze PSM data(Propensity Score Matching) in JMP?

    How to analyze PSM data(Propensity Score Matching) in JMP?If it is yes, please tell me what detail steps in JMP manu,If there is any available examples in JMP sample data?

    mujahida mujahida
    Discussions |
    May 7, 2019 9:30 PM
    2213 views | 0 replies
  • Chi square or Cochran's Q test

    Okay, so i have to decide whether i should use chi-square or Cochran's Q test for one of my study.If i assume meat as experimental unit (EU) and impose 6 different wood smoke (like apple smoke, cedar smoke, hickory smoke etc.) on EU and consumers (people) act as observational unit (OU). I have 10 consumers and each one will taste each treatment (6 treatments) and respond liking (9 point scale), an...

    sharmachetan sharmachetan
    Discussions |
    Apr 16, 2019 3:54 PM
    2843 views | 0 replies
  • Selecting Number of Clusters in Hierarchical Clustering

    One way to select possible number of clusters in hierarchical methods is to identify the relatively large changes in distance as number of clusters change (see table below). When I look at the actual distance measure from the table (clustering history below dendogram), there is a bigger jump from 3 clusters to 4 than from 4 to 5 (smaller), suggesting 4 may be the right decision. However, when you ...

    pratyushdash pratyushdash
    Discussions |
    Feb 23, 2019 5:51 PM
    2887 views | 0 replies
view all discussions