cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Try the Materials Informatics Toolkit, which is designed to easily handle SMILES data. This and other helpful add-ins are available in the JMP® Marketplace

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

  • blob to data table

    I have a blob, output from runprogram.  The blob looks like thisblb = Char To Blob ("col1,col2~0D~0D~0AA,C~0D~0D~0AB,D~0D~0D~0A", "ascii~hex")I'd like to convert it to a data table.This post indicates that Open() can open a blob, butOpen(blb)does not work."Cannot open tale in access or evaluation of 'Open', Open/*###*/(blb)". RunProgram can also return text, but then I need to convert a string to ...

    gpilgrim gpilgrim
    Discussions |
    Jan 3, 2023 9:23 AM
    2190 views | 6 replies
  • Graph builder- x overlay % issue

    Hi all,I tried to show the following data using graph builder,I need to display the % of every type in regards to the Overlay. for example-the type as 10 full, 10 partial, 10 low and 70 good-> I want the bar to show me 10% to Full/partial/low and 70% to goodright now when I change the summary statistics to % of total-> it display the % in regards to all x (and not 1 by 1)   

    Hamal22 Hamal22
    Discussions |
    Jan 3, 2023 5:31 AM
    697 views | 1 replies
  • Correlation between the same test

    HelloI want to find r correlation between the same test but the different periods.for example:I scored tests in April and October and I need to know the correlation between these periods. I find multivariate function in JMP but I need result in table not in graph.I need receive 2 columns Name of test and Correlation for each test.In excel I can use CORREL function, but didn't find something simila...

    Dennisbur Dennisbur
    Discussions |
    Jan 3, 2023 5:19 AM
    1106 views | 2 replies
  • Computing std devs for Control Charts?

    Hi.  I have a question for any 6-sigma folks out there.  In the Quality and Process Methods section of the User Manual, under "Statistical Details for Control Chart Builder", the standard deviation seems to be approximated using the range.   For example, for XmR charts, the standard dev formula is:where MR-bar is the average of the moving range and d2 is a value from a lookup table. I'm not unfami...

    nikles nikles
    Discussions |
    Jan 2, 2023 1:46 PM
    5335 views | 13 replies
  • Saved image DPI settings in JMP 17.0.0

    Hi, I have been saving graphs as PNG images at higher than default DPI so that they can be resized cleanly in other programs like powerpoint.  Recently I made the switch from JMP 16 to JMP 17 and the setting no longer seems to work -- is there some other setting now that governs saved image resolution?  Here's an example:  I saved the same plot with two different DPI settings and the resulting PNG...

    dbosch dbosch
    Discussions |
    Jan 2, 2023 8:52 AM
    1064 views | 2 replies

Latest Discussions

  • Graph builder- x overlay % issue

    Hi all,I tried to show the following data using graph builder,I need to display the % of every type in regards to the Overlay. for example-the type as 10 full, 10 partial, 10 low and 70 good-> I want the bar to show me 10% to Full/partial/low and 70% to goodright now when I change the summary statistics to % of total-> it display the % in regards to all x (and not 1 by 1)   

    Hamal22 Hamal22
    Discussions |
    Jan 3, 2023 5:31 AM
    697 views | 1 replies
  • Correlation between the same test

    HelloI want to find r correlation between the same test but the different periods.for example:I scored tests in April and October and I need to know the correlation between these periods. I find multivariate function in JMP but I need result in table not in graph.I need receive 2 columns Name of test and Correlation for each test.In excel I can use CORREL function, but didn't find something simila...

    Dennisbur Dennisbur
    Discussions |
    Jan 3, 2023 5:19 AM
    1106 views | 2 replies
  • Computing std devs for Control Charts?

    Hi.  I have a question for any 6-sigma folks out there.  In the Quality and Process Methods section of the User Manual, under "Statistical Details for Control Chart Builder", the standard deviation seems to be approximated using the range.   For example, for XmR charts, the standard dev formula is:where MR-bar is the average of the moving range and d2 is a value from a lookup table. I'm not unfami...

    nikles nikles
    Discussions |
    Jan 2, 2023 1:46 PM
    5335 views | 13 replies
  • Saved image DPI settings in JMP 17.0.0

    Hi, I have been saving graphs as PNG images at higher than default DPI so that they can be resized cleanly in other programs like powerpoint.  Recently I made the switch from JMP 16 to JMP 17 and the setting no longer seems to work -- is there some other setting now that governs saved image resolution?  Here's an example:  I saved the same plot with two different DPI settings and the resulting PNG...

    dbosch dbosch
    Discussions |
    Jan 2, 2023 8:52 AM
    1064 views | 2 replies
  • How to calculate agreement using attribute gauge when there are two sets of raters

    We conducted a study with 20 cases of a rare disease and had experts rate whether they thought the disease was or was not present (Y/N). Because the cases were long, we had one set of raters (6 individuals) rate the first 10 cases and one set of raters (7 individuals) rate the last 10 cases. We want to evaluate the overall diagnostic agreement between all reviewers across all cases rather than ana...

    KN93 KN93
    Discussions |
    Dec 31, 2022 8:06 AM
    693 views | 1 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
    659 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
    733 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
    766 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
    639 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
    774 views | 0 replies
view all discussions