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

  • DOE

    Hi,I have an interesting situation (at least to me) for a DOE. I need to design an experiment with 13 variables. Variable X1 and X2 (both numeric) cannot be in the experiment at the same time. If X2 is selected then the X2*X3 <= 1200. Furthermore, the ratio of X6 to X5 must be a whole number.The goal of the experiment is to improve wafer uniformity as measured by etch depth across the diameter of ...

    MarkovVaribles1 MarkovVaribles1
    Discussions |
    Feb 16, 2023 9:33 AM
    5060 views | 11 replies
  • JMP16 Generate Loop to Run Repeating Charts

    I attached a sample data set and script for reference. I want to generate multiple Normal Quantile distribution charts based upon a set of categorical variables in Col2. In this case there are 16 unique variables in Col2 but that could vary. Currently I am subsetting the data for categorical variable from Col2, then generating the Normal Quantile distribution chart. I just repeat this process for ...

    WoHNY WoHNY
    Discussions |
    Feb 16, 2023 8:18 AM
    1785 views | 3 replies
  • Using externally calculated st.dev. in X by Y

    Hi everyone, i occasionally get datasets, where there is no raw data available, just the mean, st.dev. and number of replicates. Is there a way to use this available data to run a t-test, for instance? A quick platform launch is included to show what I want to do.I was thinking, that maybe constructing a simulated distribution (let's assume it's normal) with the given parameters and counts could b...

    Kanstantsin Kanstantsin
    Discussions |
    Feb 16, 2023 7:30 AM
    2190 views | 5 replies
  • Formula behind externally Studentized Residuals

    I am trying to calculate the externally studentized residuals (jackknife residuals if you like) manually i.e. replicate the results that is already available from the "Save Columns" menu in the "Fit Least Sqaures" platform.  The documentation for JMP 17 doesn't list which formula is used behind the scenes, but the assumption is that it would follow literature, such as ch7.pdf (jhsph.edu) (also see...

    TorbenRasmussen TorbenRasmussen
    Discussions |
    Feb 16, 2023 3:28 AM
    4161 views | 4 replies
  • Setting link ID in jsl seems not to work - what is wrong?

    I am trying to set a link ID in JSL, but when setting it in JSL, the link ID seems to be set in the table like it should, but the link reference in the other table that is supposed to reference it does not work. If I remove the link ID and set it by right clicking on the link ID, everything works fine. I use this:   dfps:name( "Country" ) << Set Property( "Link ID", 1 );   Can't see what is wrong ...

    ThomasZatValcon ThomasZatValcon
    Discussions |
    Feb 15, 2023 10:58 PM
    7075 views | 12 replies

Latest Discussions

  • Setting link ID in jsl seems not to work - what is wrong?

    I am trying to set a link ID in JSL, but when setting it in JSL, the link ID seems to be set in the table like it should, but the link reference in the other table that is supposed to reference it does not work. If I remove the link ID and set it by right clicking on the link ID, everything works fine. I use this:   dfps:name( "Country" ) << Set Property( "Link ID", 1 );   Can't see what is wrong ...

    ThomasZatValcon ThomasZatValcon
    Discussions |
    Feb 15, 2023 10:58 PM
    7075 views | 12 replies
  • JMP16.1 TLB not working for Visual Studio

    Hi guys, Recently my company has just upgraded license to JMP16.1 and the previous software i written in vb.net which calls the JMP COM Library is not working anymore. I couldn't find JMP library in COM Reference and manually adding the jmp.tlb from C:\Program Files\SAS\JMP\16\ give me this error below: I tried to reinstall back JMP14 and the TLB is working fine so i guess the problem is not from ...

    chiat chiat
    Discussions |
    Feb 15, 2023 4:29 PM
    1680 views | 2 replies
  • Chi square easy question

    Hello everyone, 
    I'm new to jmp and I was wondering a simple thing. 
    When I do the chi square test I want to compare a binary/dihcotomic variable in my Y (0 or 1) to another dihcotomic variable in the X that is 0 this time vs 1+2+3 together. (in this column I have 4 values from 0 to 3 (0,1,2,3) but I want to first analyze them in only two groups: 0 vs 1+2+3)
    How can I unite 1 with 2 and 3 in only one...

    Davidemu Davidemu
    Discussions |
    Feb 15, 2023 11:44 AM
    863 views | 1 replies
  • Different REML Variance Component results for different order of same factors

    Hello,  I designed a study with 5 factors (week, lot, etc.) for two different labs, and one of the labs followed the design out of order. They still completed all the parts of the study and the design is still balanced, they just switched the order of the design for weeks 2 and 3. I am analyzing the data for both labs combined. So lab 1 ran the design in order of weeks 1-2-3-4, but lab 2 ran the d...

    TCGM TCGM
    Discussions |
    Feb 15, 2023 9:12 AM
    4462 views | 8 replies
  • problème importation date à partir d'excel

    bjr, j'ai ce fichier excel avec 2 colonnes date. quand j'importe directement dans Jmp, la prévisualisation donne ceci:quand j'importe, j'ai ceci:si je passe par un script comme ceci:Names Default To Here( 1 ); dt1 = Open( "/E:/Pb date.xlsx", Worksheets( "Feuil1" ), Use for all sheets( 1 ), Concatenate Worksheets( 0 ), Create Concatenation Column( 0 ), Worksheet Settings( 1, ...

    Françoise Françoise
    Discussions |
    Feb 14, 2023 10:39 PM
    2702 views | 3 replies

Latest Discussions

  • 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
    794 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
    1602 views | 0 replies
  • Can we find some tutorials videos in YouTube?

    Hello everyone, passing by to say hello and to share that I created a YouTube Channel with JMP 17 Video Tutorials in english, spanish and portuguese.As an enthusiast about Problem Solving, passionated about JMP and a JMP Partner, I hope you'll come with me, subscribe to the channel and enjoy all the videos that are there and yet to come.https://www.youtube.com/@planaconsultoria Best regards!

    Matheus_Plana Matheus_Plana
    Discussions |
    Jan 15, 2023 10:27 AM
    1632 views | 0 replies
  • Data puzzles via Hanukkah of Data is underway

    If you're looking for some data wrangling puzzles, the Hanukkah of Data series of daily puzzles is underway at https://hanukkah.bluebird.sh/5783/. They're on day 2 of 8 now. As far as I can tell, you can do them whenever and there's no competitive part. I'm doing them in JMP, of course!

    XanGregg XanGregg
    Discussions |
    Dec 19, 2022 11:21 AM
    811 views | 0 replies
  • Slope and Intercept Collector error "matrix must be non-singular in access or evaluation of 'Inv' , Inv/*###*/(x` * x)"

    HI all,I have a question about an error I'm getting when using @stan_koprowski's slope and intercept add-in. I've posted my question on the add-in's thread but due to the much lower exposure compared to discussion posts, I thought that it might be a good idea to ask here as well. I made a mock data table with three groups and several observations in each group. When I run the add-in I am getting t...

    Lavik17 Lavik17
    Discussions |
    Dec 19, 2022 10:20 AM
    951 views | 0 replies
view all discussions