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

  • Retrieving formula for "Mean Confidence Interval" from Fit Model

    Hello, After doing a fit model, I can easily save a new column for the prediction formula by going:Red Triangle -> Save Columns -> Prediction Formula I would also like to save the formula for the Mean Confidence Interval, but it seems like that is not available. I can generate static columns for the Mean Confidence Interval by going:Red Triangle -> Save Columns -> Mean Confidence Interval Is there...

    Light Light
    Discussions |
    Apr 3, 2018 4:49 AM
    13889 views | 7 replies
  • Wildcard selection of characters from a given file name

    I built a file for teaching a Jr.Sr. level college class. the first dat set we are using is the Federal Reserve Board's "SHAP"  file of household financial experience.  There are hundreds of variables, all named with descriptive names.  That may  have been my error, thinking that substantive description was a better tool than names that looked like auto license numbers. The menu takes a long time ...

    LNitz LNitz
    Discussions |
    Apr 3, 2018 3:52 AM
    6543 views | 2 replies
  • The practical use of Least Square Means?

    My query is regarding the use of Least Square Means – and my first “posting” in JMP – apologies if I don’t follow correct protocol! Our business produces animal feeds. Incoming ingredients are sampled, tested and the analytical results pulled into JMP whereby analytical trends are monitored using Graph Builder (I prefer this to Control Chart). The aim is to ascribe single nutrient values for our i...

    JS JS
    Discussions |
    Apr 3, 2018 2:27 AM
    9977 views | 3 replies
  • standardization vs normalization

    Hi!  I do not really get it. Is there a difference in normalization and standardization of values in JMP? I transformed my values in JMP, Distributions --> Standardized, is this the same as normalization?  If not, how do you conduct normalization for the predictors?  All the best. 

    tranquilo123 tranquilo123
    Discussions |
    Apr 2, 2018 11:38 AM
    14417 views | 4 replies
  • Graph Builder Geographic Heat Map

    Hello,I need help. It is a very simple problem but I can't figure it out. I'd like to have a heat map showing the amount of phosphorus at three different geographic sites on a map. I have the coordinates laid out, the points on the map in their respective sizes and colors, but the points are just solid and do not fade over the area. Is there a way to make them look fuzzy as they span over the area...

    anole73 anole73
    Discussions |
    Apr 2, 2018 10:06 AM
    3536 views | 1 replies

Latest Discussions

  • Graph Builder Geographic Heat Map

    Hello,I need help. It is a very simple problem but I can't figure it out. I'd like to have a heat map showing the amount of phosphorus at three different geographic sites on a map. I have the coordinates laid out, the points on the map in their respective sizes and colors, but the points are just solid and do not fade over the area. Is there a way to make them look fuzzy as they span over the area...

    anole73 anole73
    Discussions |
    Apr 2, 2018 10:06 AM
    3536 views | 1 replies
  • A simple question: change Normal Quantile scales to sigma

    Hi all, I'm plotting Normal Quantile but can't find any way to change Y-axis to sigma, please help me.thank you.  

    JackSun JackSun
    Discussions |
    Apr 1, 2018 6:36 PM
    5499 views | 4 replies
  • Classical Screening design vs Definitive Screening Design

    Hi All, Anyone can give me a summary of difference between a classical screening design and DSD? What are the advantages and disadvantages between this two methods Rgrds Irfan

    albiruni81 albiruni81
    Discussions |
    Mar 30, 2018 4:44 AM
    9325 views | 11 replies
  • Missing Validation Option on Fit Model Screen

    According to documentation there should be a "validation" option under model fit. I am not seeing it. I have JMP 13.1.0. Is there some kind of configuration I am missing?  

    brandl22 brandl22
    Discussions |
    Mar 29, 2018 1:01 PM
    7669 views | 7 replies
  • Power Equation

    I am working for a company that is switching from Minitab to JMP, someone asked me this question: In Minitab there was a calculator for number of replicates needed based on the DOE design, alpha risk, power, standard deviation, and the size of the effect you are trying to see.  Is there a calculator like this in JMP, that would say you need 2 replicates?  

    lmaley lmaley
    Discussions |
    Mar 29, 2018 3:42 AM
    8352 views | 7 replies

Latest Discussions

  • P value, L-R Chi Square, Prob Chi Square in Choice results

    Hello everybodyI am going to undrestand the P value, L-R Chi Square, Prob Chi Square in Choice results. But different interpretations of these values can be found in the web. It seems that the true interpretation is related to null hypothesis and confidence intervel.The results of the study are as the attached pictures.Could any body inform me what exactly these statistics are saying and base on w...

    aryasohrabi aryasohrabi
    Discussions |
    Mar 17, 2018 2:22 AM
    3808 views | 0 replies
  • Convert separate DATE and TIME columns in formats YYYYMMDD and HHMMSS into a single column

    Hello, I manage an addin for my company where all data is imported into JMP via command line utilities owned by our automation team. My addin translates a users request into a formatted command and issues the command in the background. The data is returned back as a text file on the users system. My addin can then load the data from the text file. The issue that I have is that the columns vary bas...

    Picard Picard
    Discussions |
    Mar 15, 2018 1:57 PM
    2630 views | 0 replies
  • pseudo r square in JMP choice model platform

    Hi,I am using JMP's choice model platform to analyse some Discrete Choice Experiment (DCE) data. I am trying to find the pseudo r square but the platform does not provide it. Is there a way to calculate pseudo r square based on the results JMP presents under the choice model platform? I know pseudo R square comes up as entropy RSquare under JMP's fit model platform, nominal logistic fir for respon...

    DG DG
    Discussions |
    Mar 11, 2018 6:27 AM
    2256 views | 0 replies
  • chnging colors on PCA plot

    Hi,I seem to be able to change the color of the circle around the PCA plot but not the arrows which remain red no matter what I do. I changed the circle by Right Clicking on the plot --> Customize --> Circle and selecting the black color. I did the same using the option of Customize --> Arrow but nothing changes.Any advice would be appreciated.Thanks a lot.Helga

    helga55 helga55
    Discussions |
    Mar 9, 2018 2:20 PM
    3496 views | 0 replies
  • .jsl scripts will lock files even while set to read and execute permissions only

    I am having an issue where an add-in script which runs another script via the include(); function is locking the included script file while other users are running it. This renders me unable to update that script. I tried setting the permissions on the repository and the file as read and execute only but it still locks when other users access it.

    nbullen nbullen
    Discussions |
    Feb 5, 2018 12:05 PM
    2273 views | 0 replies
view all discussions