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 color points by one property and shape them by another and make legends for each

    I have a data table with four columns.  The first two are called X and Y and are continuous variables.  The last two columns are categorical variables called Color and Shape.    I want to create a scatterplot of X by Y where the points are colored according to the entries in the Color column and the shape of the markers is selected according to the Shape column.  I would like to make a row legend ...

    MathBasilisk1p6 MathBasilisk1p6
    Discussions |
    Dec 22, 2022 4:15 AM
    8534 views | 5 replies
  • email invite and sharepoint compatibility

    I had a few jsl questions.Can jsl code be written to send a meeting invite for outlook?Can a link be set up on sharepoint to automatically run a script when the link is clicked? (without prompting and downloading the script first?)If I integrated to the two questions you will get the full pictureUser clicks the sharepoint link which runs the script Window opens to enter email addressesUser types i...

    Derek11 Derek11
    Discussions |
    Dec 21, 2022 12:55 PM
    1143 views | 1 replies
  • Can I use JMP formulas to refer to a single value present in a column on a JMP data table?

    The data table below has been generated on Excel and then copied to JMPI'd like to perform a logic test which involves the following steps -1. Ordering the "Parameter" column in descending order2. Checking whether each of the values in the "Parameter" column is greater than 25% of the highest value in the Parameter Column. If it is - the logic column should display "TRUE" else "FALSE".I don't know...

    TaqyPoly TaqyPoly
    Discussions |
    Dec 21, 2022 12:17 PM
    1880 views | 2 replies
  • Is there a way to control Cell labelling?

    Is there a way to control Cell labelling? (e.g. label by percent in a Mosaic):- We sometimes want to control decimals in the cell labels (67% instead of 66.6%)- We often want to control the font size in the cell labels- We often want to show the cell labels even for the tiny areas- When the fill color is black (or dark), we would like the cell labels to be white JMP 17, macOS

    DispersionSpark DispersionSpark
    Discussions |
    Dec 21, 2022 8:36 AM
    1255 views | 2 replies
  • JMP12 initialization to R

    Yes, it was not a typo.  I am still using my revered copy of JMP12.  I am trying to connect to R ver. 4.1.3. After executing the R Init() command from the scripting index I received the error that R was not installed.  After changing my windows 11 environment variable for R_HOME to the directory where R was installed this error disappeared and another took its place.  I am now getting this error "...

    floydfoxfb floydfoxfb
    Discussions |
    Dec 21, 2022 8:13 AM
    922 views | 1 replies

Latest Discussions

  • email invite and sharepoint compatibility

    I had a few jsl questions.Can jsl code be written to send a meeting invite for outlook?Can a link be set up on sharepoint to automatically run a script when the link is clicked? (without prompting and downloading the script first?)If I integrated to the two questions you will get the full pictureUser clicks the sharepoint link which runs the script Window opens to enter email addressesUser types i...

    Derek11 Derek11
    Discussions |
    Dec 21, 2022 12:55 PM
    1143 views | 1 replies
  • Is there a way to control Cell labelling?

    Is there a way to control Cell labelling? (e.g. label by percent in a Mosaic):- We sometimes want to control decimals in the cell labels (67% instead of 66.6%)- We often want to control the font size in the cell labels- We often want to show the cell labels even for the tiny areas- When the fill color is black (or dark), we would like the cell labels to be white JMP 17, macOS

    DispersionSpark DispersionSpark
    Discussions |
    Dec 21, 2022 8:36 AM
    1255 views | 2 replies
  • JMP12 initialization to R

    Yes, it was not a typo.  I am still using my revered copy of JMP12.  I am trying to connect to R ver. 4.1.3. After executing the R Init() command from the scripting index I received the error that R was not installed.  After changing my windows 11 environment variable for R_HOME to the directory where R was installed this error disappeared and another took its place.  I am now getting this error "...

    floydfoxfb floydfoxfb
    Discussions |
    Dec 21, 2022 8:13 AM
    922 views | 1 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
  • 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

  • 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