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 do I edit a text that is auto-generated on the plot?

    Specifically clicking a mean & std dev option, it generates the 2 numbers and puts it in the middle of my plot. These numbers are tiny like size 2. I would like to learn how to: 1. go into the code script and manually edit text size and other features.2. change the default preference if possible for larger text sizes. 

    Lcheng Lcheng
    Discussions |
    Jul 27, 2021 11:23 AM
    2563 views | 4 replies
  • Is OpenStreetMap for street-level background maps working?

    I have been trying to use OpenStreetMap mapping in a graph of sample locations in JMP Pro 15 - something I have done many time before. However, when trying today, although the "© OpenStreetMap contributors" watermark appears at the bottom of the plot, no map is drawn. My latitude and longitude columns are in the correct format. If I "zoom out" by changing the x-axis scale, then the map is drawn wh...

    DRNash DRNash
    Discussions |
    Jul 27, 2021 9:54 AM
    5680 views | 7 replies
  • Control charts

    Hi, I would like to know if in order to make a Xbar-R chart, my data has to be normally distributed?

    cesarpc98 cesarpc98
    Discussions |
    Jul 27, 2021 9:50 AM
    1278 views | 2 replies
  • How are confidence limits for Fit Curve Equivalence Test generated?

    I've been using the Fit Curve platform to model a pair of curves and then compare them using the Equivalence Test, Test Parallelism, and ANOM options. However, I've also had to fit one of my pairs with a custom nonlinear model using the Nonlinear platform, which doesn't have any of these three options - as a result, I've been trying to essentially manually generate an equivalence test or ANOM. For...

    iahuja iahuja
    Discussions |
    Jul 27, 2021 6:31 AM
    1088 views | 1 replies
  • Control Chart builder, Non Normal data, Control Limits

    Hi, I have bounded data to Zero. Sure not normal distributed. How can I get the Control Limits? Most appreciated is a visualiation directly in the Control Chart Builder and an interactive solution. Any Help out there?Thanks Peter

    peter_michel peter_michel
    Discussions |
    Jul 26, 2021 1:49 PM
    6140 views | 5 replies

Latest Discussions

  • Control charts

    Hi, I would like to know if in order to make a Xbar-R chart, my data has to be normally distributed?

    cesarpc98 cesarpc98
    Discussions |
    Jul 27, 2021 9:50 AM
    1278 views | 2 replies
  • How are confidence limits for Fit Curve Equivalence Test generated?

    I've been using the Fit Curve platform to model a pair of curves and then compare them using the Equivalence Test, Test Parallelism, and ANOM options. However, I've also had to fit one of my pairs with a custom nonlinear model using the Nonlinear platform, which doesn't have any of these three options - as a result, I've been trying to essentially manually generate an equivalence test or ANOM. For...

    iahuja iahuja
    Discussions |
    Jul 27, 2021 6:31 AM
    1088 views | 1 replies
  • Show same data but with different Overlay variables side-by-side in Graph Builder?

    I'm often looking at trend charts in Graph Builder and want to see how multiple different factors are affecting the trends. So I make my trend plot and put a Variable A into the Overlay role, but I really want to also add Variable B to Overlay as well and view the plots side-by-side.  Currently, the best way I know to do this is to do Redo Analysis to make a second window, and then put Variable B ...

    MarkJSchwab MarkJSchwab
    Discussions |
    Jul 26, 2021 9:32 AM
    1653 views | 2 replies
  • How to batch generate assigned memory variables from lists using JSL?

    For example, given a list of text, assign values by adding the letter "r" before each element and in the order in which the elements are in the list.nam = {"A","B","C","D","E","H"};This results in the following variables and their assignments:rA=1; rB=2; rC=3; rD=4; rE=5; rH=6;Thanks!

    lala lala
    Discussions |
    Jul 26, 2021 8:54 AM
    2555 views | 4 replies
  • Fit Special Limits JSL

    Hi all, I am using Fit Y by X Plot and I need 3 limits on my plots (Control Limit, Upper Limit and Lower Limit) where I used the fit special 3 times and input the slope and intercept needed. But I don't know how to do this in JSL. This is only the output I get when I save the script to script windowBivariate( Y( :Age ), X( :Sex ), Fit Line( {Confid Curves Indiv( 1 ), Line Color( "Black" )} ), ...

    29755 29755
    Discussions |
    Jul 25, 2021 9:38 PM
    992 views | 1 replies

Latest Discussions

  • Partial redundancy analysis in JMP

    I need to check the effects of three explanatory variables which are 1) fish_length, location, and sex on a set of response variables (PC1…..PC7).
    First I need to test the effect of size (fish size), and in case if the effect of fish_length is significant then I need to use the residuals of the first pRDA test to check the effects of location and sex using RDA. Also I will need to use the residuals...

    ukhandurrani ukhandurrani
    Discussions |
    Jul 22, 2021 9:33 AM
    1249 views | 0 replies
  • Graphlet disappearing after filtering through a null set

    Have a tool I built that has a series of graphlets in them.  Noticed some odd behavior.  The top-level graph has a local data filter.  Some combinations of that data filter will result in no data.  When I filter to a no-data set, then expand back to a set with data, the graphlet no longer exists.  Any ideas on how to retain the graphlets after filtering?

    Evan_Morris Evan_Morris
    Discussions |
    Jul 12, 2021 10:28 AM
    851 views | 0 replies
  • Obtaining a p-value for an odds ratio of a continuous variable

    Hi all,When performing an odds ration analysis on a nominal variable I get a p-value which is identical to the p-value of the parameter estimate (see pic below). When performing the same on a continues variable there is no p-value (see pic below). Could I use the p-value of the parameter estimate as the p-value of the odds ratio?If not how could I obtain the p-value in JMP?TIA

    eliyahu100 eliyahu100
    Discussions |
    Jul 7, 2021 10:27 AM
    1470 views | 0 replies
  • How do I get Odds Ratios after fitting a GLM with binomial distribution and logit function?

    Hi everyone,I need to get OR after fitting a GLM with binomial distribution and logit function - that is a logistic model. I cannot fit a "nominal logistic" where there's the option for OR because I need to use the Firth adjustment for small-sample bias (I can only do that for that GLM). Is there an option to get the Odds Ratios? Thank you in advance. Antony

    Antony Antony
    Discussions |
    Jul 7, 2021 10:04 AM
    856 views | 0 replies
  • Solving for new FPCs using a training set

    Had a question on the Functional Data Explorer system.  Feels like a dumb question but can't figure it out.  So I set up a training set and developed FPCs I like.   The next step is then to use that spline structure to solve the FPCs for new items as they come in.    What steps would I take to do that?    

    Evan_Morris Evan_Morris
    Discussions |
    Jul 6, 2021 11:08 AM
    688 views | 0 replies
view all discussions