cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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 refresh data table from SAS

    How to refresh data table from SAS?Usually people refresh data from Excel but I'd like try to refresh data from SAS.I follow below step but not success.source -> right click --> run script. (I'm sure that I already connect with SAS service, login successful) 

    collin collin
    Discussions |
    Nov 1, 2021 8:57 AM
    1057 views | 1 replies
  • JMP 16.1 > GraphBuilder > Binary Categorical Variable (0,1) > Bar Graph: How do I get the bars to span the range of % instead of a simple line?

    Hi JMP Community,   I recently upgraded JMP to version 16.1 (Windows), and I tried to rerun saved GraphBuilder bar plots where Y is a binary categorical variable (0,1), and X is also a categorical variable. In JMP 14.1, these GB scripts would yield full bars with a floor at 0 and a top at the frequency of 1's as shown below. Now, when I try to reproduce these plots in JMP 16.1, I get the followin...

    Thierry_S Thierry_S
    Discussions |
    Nov 1, 2021 8:18 AM
    2409 views | 5 replies
  • How to use JSL to save T² from PCA platform (or how to calculate it)

    Hi All,   I am trying to get some JSL code working to save T² from the Principal Component platform, like how you can do it by calling <<Save DModX(n), where n is the number of PCs to use.   I know that the call << Save T Square will work with multivariate control chart, but it doesn't seem to work with the PCA or Multivariate platforms. I need to use the PCA platform to generate the T² formula be...

    SDF1 SDF1
    Discussions |
    Nov 1, 2021 6:10 AM
    2861 views | 8 replies
  • How to assign a list of values to specific list of rows (without for loop)

    Is there a way to assign a list of values to specific rows in a column without for loop ? For instance, is it possible to assign the "new values" in the script below to row 1,5,7 on the Weight column ? The script below doesn't work. I know one of the way to do this is to use for loop, but I wonder if there are other methods without for loops.  dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); index = [1...

    Djtjhin Djtjhin
    Discussions |
    Oct 31, 2021 11:37 PM
    1649 views | 2 replies
  • Why Do I Get Different Results of Variance Component analysis Between SAS and JMP ??

    Why Do I Get Different Results between SAS and JMP for Variance Component analysis? Case 1 - Crossed then Crossed proc varcomp data = data method=TYPE1;
    class Factor1 Factor2 Factor3;
    model variable = Factor1 Factor2 Factor3;
    run;
    = JMP - Quality and Process - Variability / Attribute Gauge Chart - Model Type - Crossed  (If "Main Effect" is selected, the result is the same with SAS.)   Case 2 - Nested ...

    jemg jemg
    Discussions |
    Oct 31, 2021 6:16 PM
    3072 views | 4 replies

Latest Discussions

  • How to refresh data table from SAS

    How to refresh data table from SAS?Usually people refresh data from Excel but I'd like try to refresh data from SAS.I follow below step but not success.source -> right click --> run script. (I'm sure that I already connect with SAS service, login successful) 

    collin collin
    Discussions |
    Nov 1, 2021 8:57 AM
    1057 views | 1 replies
  • Remake JMP Neural Net in Python

    So I have a neural net in JMP that has a 0.7 R2. I need to deploy this model to my website so I need some sort of cloud solution. I thought I could just remake the Neural Net in Python. But really struggling to get the settings I guess.....any suggestions

    VeryData VeryData
    Discussions |
    Oct 29, 2021 1:00 PM
    1180 views | 1 replies
  • How to quantitatively compare particle distributions??

    Ok, so I have a large data set that has particle size distributions (surface area for each particle in the sample) for over 100 samples and I need a way to quantitatively (or semi-quantitatively) compare them to the whole data set or sort into groups with similar distribution characteristics.  The vast majority of the points are in the very small size fraction but due to the very small size do not...

    seismicfish seismicfish
    Discussions |
    Oct 29, 2021 11:08 AM
    4940 views | 9 replies
  • Model Selection-stepwise

    Hello, I have screened a series of biological parameters on a biological response with a DSD. I am doing a forward stepwise regression AICc, and at p value below 0.05, I see only one or maximum two of my parameters become significant, but beyond that (like at around 0.1 or 0.2), several others pop out as significant, and if I remove them, the R square value decreases. In some models I do not see e...

    _Luci_ _Luci_
    Discussions |
    Oct 29, 2021 7:23 AM
    2710 views | 6 replies
  • Global Zip codes. Best done in JMP or SAS?

    ISO has standards for zipcodes around the world. Is this feature available in JMP, SAS or Both.I guess since this is a JMP forum, I should limit this to JMP. Here's the ISO standard, https://en.wikipedia.org/wiki/ISO_3166-2 China I need to map. China has prefectures but they have these subvisions at the local level.Also, is there a way to list both chinese simpllified, chinese traditional, romaniz...

    Residentx Residentx
    Discussions |
    Oct 29, 2021 12:52 AM
    3127 views | 6 replies

Latest Discussions

  • Variability Chart Platform Factor Re-Insert Positions (Not Swapping)

    Hello JMP Community, I understand dragging between any two factors swaps the location pairs in the Variability Chart platform. Is there a way to drag to specifically re-insert the factors instead? For example, can I drag "Layout" between "Horizontal" and "Wafer ID" in the attached screenshot instead of performing multiple drags to have the intended result? I am aware I can do this reordering with ...

    Technician Technician
    Discussions |
    Oct 26, 2021 11:04 AM
    1171 views | 0 replies
  • how can I use structural equation model to make predictions?

    Hi, I built a structural equation model and it works well. I would like use the model to make some predictions. Basically, what I want to do is to change the value of a variable and then JMP can calculate the values of other variables. Is there any way i can output the model equation so that I can use it to predict? Thanks.

    lujc07 lujc07
    Discussions |
    Oct 22, 2021 11:54 AM
    731 views | 0 replies
  • Get (x & y) intercept values from linear fit of the linear region of a curve/data and store them in a new column

    I have JMP data table with data from several parts for which a Capacitance 'C' has been measured as a function of reverse voltage 'V' (0 to -5 V in -0.1V step). A plot of [1/C]^2 vs V has a linear part for small reverse bias (say from 0 V to -0.5V and data is available at 0, -0.1, -0.2, -03, -0.4 -0.5 V within this range). How to do a linear fit to the points between 0 to -5V for each part, extrac...

    Neo Neo
    Discussions |
    Oct 22, 2021 10:15 AM
    706 views | 0 replies
  • Debugger report for finding bottlenecks

    I'm trying to find bottlenecks in a large script with many includes.  I can run the debugger to profile the script but I'm wondering if there's a better way than just looking through each included script for the highest number.  I'm imagining a pareto.     Anyone know a good method to analyze script performance?  

    vince_faller vince_faller
    Discussions |
    Oct 22, 2021 7:31 AM
    661 views | 0 replies
  • world map server compatibility

    I have successfully used 1-2 world map servers in the past through GraphBuilder but am encountering issues recently (JMP Pro 16). I can't figure out if it's something on my/JMP's end, or the WMS themselves. For instance, the US government has all these presumably WMS-like mapping products:  Note: tiled services may show up as Web Map Tile Service (WMTS), rather than WMS. Most software that can loa...

    abmayfield abmayfield
    Discussions |
    Oct 22, 2021 4:56 AM
    757 views | 0 replies
view all discussions