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

  • intraclass correlation coefficient (ICC2,1)

    Hi, I would like to know how to perform intraclass correlation coefficient (ICC2,1, two-way random effect model). The data I have is from 150 people answering to a test repeatedly measured twice, 2 weeks after the initial test.I would like to know the ICC of this test.Sorry, if I have not made myself clear enough to answer to this question. Thank you very much.   

    Junjun Junjun
    Discussions |
    Mar 6, 2023 10:11 PM
    2977 views | 2 replies
  • Script- Extracting spec limits from distribution process capability

    I am attempting to write a script (JMP 16.0) to select columns from a dataset, create distributions, do a continuous fit “ALL” and generate process capability on the best fit (see below).What I am having issues with is figuring out how to generate a table with characteristics of the distributions, specifically the generated spec limits.  Also I am having difficulty combining all the distributions ...

    KG KG
    Discussions |
    Mar 6, 2023 6:37 PM
    870 views | 1 replies
  • Copying full-size image from file to clipboard

    Hello,  As part of a report-making tool I'm pulling a series of images from a zip file into a grid for easy viewing. I have that working as intended, but I'd also like the ability to click on an image to view it at full-size and copy the full-size image to the clipboard (to paste into PPT, etc). I've found this other thread where someone had a similar issue and I've repurposed that script. However...

    CitizenNo3 CitizenNo3
    Discussions |
    Mar 6, 2023 2:05 PM
    2358 views | 3 replies
  • How to connect check boxes to data output with dashboard?

    Wondering how I can filter which data gets plotted based on Checkboxes in a dashboard? For example below, selected options would result in the chart displaying Apple and Orange data, and omit anything with Banana or Pear.  

    lcpaul41 lcpaul41
    Discussions |
    Mar 6, 2023 12:49 PM
    835 views | 1 replies
  • Inserting expression into list

    Hello, I'm learning to work with expression manipulations and I'm having a difficult time wrapping my head around it. In the first section of the code below, I can successfully insert the string column name into the column() expression, but I cannot insert the generated expressions into a list. The second section breaks apart interaction terms (this is an effect list from SLS), inserts them into t...

    StarfruitBob StarfruitBob
    Discussions |
    Mar 6, 2023 10:27 AM
    1246 views | 2 replies

Latest Discussions

  • intraclass correlation coefficient (ICC2,1)

    Hi, I would like to know how to perform intraclass correlation coefficient (ICC2,1, two-way random effect model). The data I have is from 150 people answering to a test repeatedly measured twice, 2 weeks after the initial test.I would like to know the ICC of this test.Sorry, if I have not made myself clear enough to answer to this question. Thank you very much.   

    Junjun Junjun
    Discussions |
    Mar 6, 2023 10:11 PM
    2977 views | 2 replies
  • Script- Extracting spec limits from distribution process capability

    I am attempting to write a script (JMP 16.0) to select columns from a dataset, create distributions, do a continuous fit “ALL” and generate process capability on the best fit (see below).What I am having issues with is figuring out how to generate a table with characteristics of the distributions, specifically the generated spec limits.  Also I am having difficulty combining all the distributions ...

    KG KG
    Discussions |
    Mar 6, 2023 6:37 PM
    870 views | 1 replies
  • How to connect check boxes to data output with dashboard?

    Wondering how I can filter which data gets plotted based on Checkboxes in a dashboard? For example below, selected options would result in the chart displaying Apple and Orange data, and omit anything with Banana or Pear.  

    lcpaul41 lcpaul41
    Discussions |
    Mar 6, 2023 12:49 PM
    835 views | 1 replies
  • Post-hoc subgroup Analysis

    Hey everyone,

    I got a question concerning the post-hoc analysis, here's the context: I got 4 medicaments (A, B, C, D) and 3 major diagnosis (Dx1, Dx2, Dx3). I used fit y (3 Diagnoses) by x (the medicaments) to view how each medicament is distributed to the 3 diagnoses. According to Pearsons, there is a significant difference. I wanted to identify the exact difference by using a post-hoc subgroup an...

    kazmo kazmo
    Discussions |
    Mar 6, 2023 10:20 AM
    1301 views | 1 replies
  • What kind of interpolation is used when Scale() is applied to an image object?

    Working on a script that processes images and comparing results to a python script that applies similar operations.  When I have a script that goes:<image = new image("$SAMPLE_IMAGES/tile.jpg");image << Scale(0.49);> What kind of interpolation is used when changing the image size? Thank you On JMP 16

    RoamingForests RoamingForests
    Discussions |
    Mar 6, 2023 7:17 AM
    585 views | 0 replies

Latest Discussions

  • What kind of interpolation is used when Scale() is applied to an image object?

    Working on a script that processes images and comparing results to a python script that applies similar operations.  When I have a script that goes:<image = new image("$SAMPLE_IMAGES/tile.jpg");image << Scale(0.49);> What kind of interpolation is used when changing the image size? Thank you On JMP 16

    RoamingForests RoamingForests
    Discussions |
    Mar 6, 2023 7:17 AM
    585 views | 0 replies
  • JMP SCRIPT: dashboard displayed horizontaly

    Hi all,I was able to create a dashboard with a column switcher, a table and a graph.
    However, the table and the graph are displayed below the column switcher. Do you know if it is possible to create a dashboard with the table and the graph which are displayed on the right of the column switcher (horizontally and not vertically) ?It would be easier to see everything quickly... In the script help, th...

    Sebastienlg Sebastienlg
    Discussions |
    Mar 6, 2023 12:12 AM
    614 views | 0 replies
  • Plot change in temperature over time on a 3D plot or Contour Plot

    Hi,I am using JMP 16 and am trying to see if JMP has the capability to plot the change in temperature over time at different positions in X,Y,Z space. I have the locations (in inches), temperature data, and time data for all 11 positions, but I cannot seem to find a good way to display the  temp changes at each position over time. In an ideal world, I would like to be able to plot the changes over...

    rlangsner rlangsner
    Discussions |
    Mar 1, 2023 11:02 AM
    1078 views | 0 replies
  • JMP Script Window - Hovering over a variable do not show the value stored in the variable if passed between scripts

    I have found that hovering over a variable is very useful feature in JMP Script Window/Editor when debugging the script. I have been working with very long script which I have divided to smaller pieces by using Include-feature. I am able to pass variable content correctly between the included scripts but it looks like hovering do not work on included script windows (showing empty variable content ...

    JanneI JanneI
    Discussions |
    Jan 27, 2023 5:51 AM
    793 views | 0 replies
  • Choice experiment: probability profiler baseline assumptions

    Dear community,  For the probability profiler as used to analyse data in choice experiment analysis, I am wondering how to optimally set the baseline scenario to compare probability profiler data.  Following for instance von Wedel & Hagist (2022), utilize the probability profiler to compare the baseline of the combination of attributes with the lowest marginal utilities. While such an analysis is ...

    Declan_JMP Declan_JMP
    Discussions |
    Jan 23, 2023 3:54 AM
    1599 views | 0 replies
view all discussions