cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • See how to understand variation and assess process behavior May 1.Register for Mastering JMP.
  • Follow us on LinkedIn to stay up to date on webinars, tips and tricks, product updates, and more.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Virtual lab

    Hello! I have two questions,1) The virtual lab won’t open with me on the course page neither on Mac nor iPad, how can I fix this?  
    2) I also tried downloading the course materials as well but it wouldn’t open so I also would like to ask, what app do the course materials require to be opened with?
    Thank you in advance 

    Hhallak Hhallak
    Discussions |
    Jun 5, 2020 10:20 AM
    5479 views | 3 replies
  • Fischer's exact test odds ratio and Confidence intervals

    Hi,    I am a regular user of JMP, but without experience in scripting. I have used Fischer's exact test on my analysis, and am getting the results as posted. I have 2 questions: 1. Why do I get 2 difference exact tests and p-values? Which is the one to use? 2. In the odds ratio, the confidence interval does not match the p-value (which is <0.05). I am guessing it has something to do with the way ...

    Srishti Srishti
    Discussions |
    Jun 5, 2020 9:32 AM
    10816 views | 12 replies
  • send mail

    Hi, I use the send mail function to send visible alerts on a smartphone. I ask myself : would it be possible to build with the JUMP softwarel a small dashboard for display on a smartphone screen?dashboard  with 2 or 3 graphics and a small tabulate. is someone tried to do it? best regards  

    Françoise Françoise
    Discussions |
    Jun 5, 2020 7:35 AM
    5399 views | 7 replies
  • Test to identify which variable has the largest effect on measurement

    I'm trying to figure out which of these variables:PersonFuelSample Set affects the measurement "Time" the most. However the time will be different depending on the material used, so I think the analysis has to be done per material.I tried a 3-factor anova:  However under effects, it just says LostDFs. Either because there are not enough points or because there are combinations missing. For each ma...

    Agustin Agustin
    Discussions |
    Jun 5, 2020 7:35 AM
    5174 views | 4 replies
  • Custom DOE do 3 replicates of each combination

    I'm trying out the custom DOE tool and I'm not sure what the replicate runs option does.I would like to specify that I want 20 combinations for example but I was to run each of those combinations 3 times, so we have 3 replicates of each combination and 60 runs in total.What would be the best way to do this?  Thanks

    Agustin Agustin
    Discussions |
    Jun 5, 2020 6:31 AM
    3564 views | 2 replies

Latest Discussions

  • Virtual lab

    Hello! I have two questions,1) The virtual lab won’t open with me on the course page neither on Mac nor iPad, how can I fix this?  
    2) I also tried downloading the course materials as well but it wouldn’t open so I also would like to ask, what app do the course materials require to be opened with?
    Thank you in advance 

    Hhallak Hhallak
    Discussions |
    Jun 5, 2020 10:20 AM
    5479 views | 3 replies
  • Fischer's exact test odds ratio and Confidence intervals

    Hi,    I am a regular user of JMP, but without experience in scripting. I have used Fischer's exact test on my analysis, and am getting the results as posted. I have 2 questions: 1. Why do I get 2 difference exact tests and p-values? Which is the one to use? 2. In the odds ratio, the confidence interval does not match the p-value (which is <0.05). I am guessing it has something to do with the way ...

    Srishti Srishti
    Discussions |
    Jun 5, 2020 9:32 AM
    10816 views | 12 replies
  • HTML import as data table issue

    I have been using the open() function for a HTML file. I'm now dealing with a column that has values such as "<2.4!".  when I use the open() function, it imports those values as "" in the data table. However, when I do it using prompts in JMP, after opening the html file, I'm able to open the html file using 'Import table as Data Table' and the correct value of "<2.4!" is imported. Is there a way ...

    danielharding0 danielharding0
    Discussions |
    Jun 4, 2020 2:01 PM
    3279 views | 4 replies
  • How to get partitioned sum of squares in ANOVA results of fit model

    Not just CTSS, SSmodel and SSE, I mean SS for individual predictors. How do I get it from fit model results? Thank you.

    ricardor ricardor
    Discussions |
    Jun 4, 2020 5:30 AM
    1862 views | 1 replies
  • DATA WIDE TO LONG FORMAT

    Hi allI have data in wide format  i.e col  with  three variables: predicted, upper and lower and respective rounding options like round up of predicted, upper and lower, round down of predicted, upper and lower etc. which I want to  reorganize it in long format i.e  some constant rows like date and all of the value has to be reformatted into longer.I have attached the " have" and "want" data.Any h...

    sweetycha sweetycha
    Discussions |
    Jun 2, 2020 12:12 PM
    4664 views | 1 replies

Latest Discussions

  • How do I have two different chart types in a single graph using two axis?

    While doing some research to answer this question, I found this article on the JMP community that helped me get started. How do I do a combination bar and line plot using Overlay Plot?    Using the big class sample data example of height and weight I was able to create a bar chart for weight and a line plot for height on the same chart using the Overlay Plot.     To do this, first clear the row s...

    Bass_Masri Bass_Masri
    Discussions |
    Apr 28, 2020 4:28 PM
    5005 views | 0 replies
  • How do I calculate z-scores at different aggregation levels?

    Hello,  How do I use JSL to calculate Z-scores at different levels of aggregation? I am working with cancer mortality data (1999 - 2015) at the county-level. I need to calculate Z-scores to compare each county to the others within a state and all counties within the country. I cannot simply use the standardize function because it automatically takes an average of rates--which is invalid unless the...

    Jmsouch Jmsouch
    Discussions |
    Feb 26, 2020 7:04 AM
    2374 views | 0 replies
  • Calling Windows API ImageViewer.dll to display JPG files.

    I am working with a very large database of image files and want to be able to display the file for the user for visual inspection from a script. I have been able to get the following code to load the DLL but get an error requesting a signature argument. Does anyone know how to get a signature string from the system to pass to the DLL.   ERROR MESSAGE FORM LOG: Second argument to CallDLL must be a ...

    DMeakin1 DMeakin1
    Discussions |
    Jan 17, 2020 10:19 AM
    2145 views | 0 replies
  • Running script from command line on MAC

    Not a mac person.  Does anyone know how to run a jsl script from command line on a mac?  I specifically mean WITHOUT "//!" at the top of it.     I have this but it only opens the file unless I have the "//!" open -g -W -a /Applications/JMP\ Pro\ 15.app/ $(pwd)/myscript.jsl

    vince_faller vince_faller
    Discussions |
    Jan 10, 2020 2:26 PM
    1749 views | 0 replies
  • how to add confounding variable

    I am working with a multi level data. Data is attached.In this dataset, I have 8- X variable: cumulative risk (continuous), all other risk (dichotomous). 3- Y variables: insurance and practice (dichotomous) and time (continuous)I have one confounding variable Age (continuous). I will have to add random effect to X variable. But I am confused how to add confounding variable to this analysis. Can an...

    billi billi
    Discussions |
    Jan 6, 2020 9:39 AM
    1684 views | 0 replies
view all discussions