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

  • Annotations outside the graph area: location and annotations not copied with graph

    Annotations outside the graph area If you annotate (using Tools>Annotate) inside the graph area, that text is part of the graph when copied — it appears that an annotation outside the graph area is not copied with the graph. What I would like is a single line of code that I could drop into every script that would note N in small text at the bottom right of each chart (below the X axis), and would ...

    DispersionSpark DispersionSpark
    Discussions |
    Dec 21, 2022 7:48 AM
    2358 views | 4 replies
  • Comparing sample sets of data already aggregated

    Hello,I am trying to compare the number of rejected units from 2 sample groups with unequal populations. I have read multiple times that the tool to use in JMP for that purpose is the "Fit Y by X", but it doesn't seem to take into account the population difference in my 2 groups (which I put in the Freq. box). How can I do my analysis? And how can I add more parameters to this analysis (I also wan...

    STA STA
    Discussions |
    Dec 21, 2022 7:39 AM
    1540 views | 2 replies
  • Is there a way to set defaults for these?

    We do a lot of mosaics. Is there a way to set defaults for these?The y-axis we always set to percentages (e.g. 25% rather than 0.25), with 4 minor ticksCustomize mosaics to have 0 vertical gap and 0 line widthTurn off automatic tick marks on the right and bottom axes(I know how to do these for each chart - I would like to have these as defaults)JMP 17, macOS

    DispersionSpark DispersionSpark
    Discussions |
    Dec 21, 2022 6:01 AM
    1557 views | 3 replies
  • Is it possible to include a blocking variable with unequal sample sizes for nonparametric tests?

    Hello everyone, I am interested in using the Kruskal-Wallis test to compare several different categories. I have data from two years, and I would like to block on year to incorporate this variation. However, I do not have equal sample sizes from both years. Is it possible to block on year in JMP (or any other software) if you have unequal sample sizes for nonparametric tests? JMP tells me 'blockin...

    opnightfall1771 opnightfall1771
    Discussions |
    Dec 20, 2022 5:10 PM
    6208 views | 3 replies
  • JSL question: Update missing column entries from another column

    Hi all, I need to update missing column entries in a data table, with entries from another older column. Using JSL code, and on JMP 14.Here is the code I am trying to work, but it keeps on throwing error "attempting to assign to an object... L-value access.."Any help will be appreciated.. dt=current data table(); Newcols={ "anew", "bnew", "cnew"}; oldcols={ "a", "b", "c"}; //---Update entrie...

    JazzlikeMag JazzlikeMag
    Discussions |
    Dec 20, 2022 10:49 AM
    1299 views | 2 replies

Latest Discussions

  • Is there a way to set defaults for these?

    We do a lot of mosaics. Is there a way to set defaults for these?The y-axis we always set to percentages (e.g. 25% rather than 0.25), with 4 minor ticksCustomize mosaics to have 0 vertical gap and 0 line widthTurn off automatic tick marks on the right and bottom axes(I know how to do these for each chart - I would like to have these as defaults)JMP 17, macOS

    DispersionSpark DispersionSpark
    Discussions |
    Dec 21, 2022 6:01 AM
    1557 views | 3 replies
  • JSL question: Update missing column entries from another column

    Hi all, I need to update missing column entries in a data table, with entries from another older column. Using JSL code, and on JMP 14.Here is the code I am trying to work, but it keeps on throwing error "attempting to assign to an object... L-value access.."Any help will be appreciated.. dt=current data table(); Newcols={ "anew", "bnew", "cnew"}; oldcols={ "a", "b", "c"}; //---Update entrie...

    JazzlikeMag JazzlikeMag
    Discussions |
    Dec 20, 2022 10:49 AM
    1299 views | 2 replies
  • categorical data

    I have a categorical dataset and i codded this dataset to numbers. Now I want to know if I feed it to the jmp, i should consider features as nominal or continues, and If I should consider them as nominal, they should be character nominal or number nominal. I will be thankful if you can answer these two questions.  

    tuo88138 tuo88138
    Discussions |
    Dec 20, 2022 9:32 AM
    1331 views | 3 replies
  • data spliting

    I want to feed data as three sets: train, validation, and test set to jmp. how can I do this? does jmp use test set? or just training and validation?

    tuo88138 tuo88138
    Discussions |
    Dec 20, 2022 9:31 AM
    2101 views | 4 replies
  • Discriminate analysis with nominal variables

    Hi, I have nominal variables and I want to do a discriminate analysis. when I run the algorithm it gave me the below error. However, I pressed the continue and I got an answer. Since I got the below error, Can it be considered a correct answer?   

    tuo88138 tuo88138
    Discussions |
    Dec 20, 2022 9:29 AM
    1527 views | 2 replies

Latest Discussions

  • 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
    953 views | 0 replies
  • C Stack Usage Error When Sending Code to R

    Hello, I'm trying to invoke some commands in R using the R Submit function in JSL and am getting the error below. Is this an issue with JMP17 and R integration? It only happens when I invoke a specific package using JSL so it's hard for others to replicate w/o installing R and the package as well. I'm using JMP 17.0 and R 4.2.0. Never saw this error with JMP 16. "Error: C stack usage 4123778 is to...

    vigslayer vigslayer
    Discussions |
    Dec 15, 2022 8:14 PM
    987 views | 0 replies
  • How to fix X Axis Settings for Operating Characteristic Curves

    I'm playing around with different scenarios on an Operating Characteristic curve in which the fraction defective is very small (screen shot below).  Every time I run a scenario, the x-axis automatically changes to a range that is way too wide to be useful and I have to change it back manually.Is there a way to make the x-axis setting constant? (I'm using Jmp Pro 16.1)Thanks! 

    The_Annie The_Annie
    Discussions |
    Dec 15, 2022 2:29 PM
    877 views | 0 replies
  • Response Screening Effect Size - logistic

    Related to the previous post How to get "Effect size" column with Response Screening functionality , I am also wondering how effect size in the response screening platform is calculated, specifically for categorical Y vs continuous X.  JMP help shows:  "When Y is categorical and X is continuous, the effect size is the square root of the average ChiSquare value for the whole model test."  Running b...

    wgardnerQS wgardnerQS
    Discussions |
    Dec 14, 2022 12:54 PM
    944 views | 0 replies
view all discussions