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

  • Splitting values within a column into separate columns

    Hi! Pleas help. I cannot figure out how to split the values of a column into seperate columns. My dataset is on police shootings in the US, occuring in 2015-2017. it has the following columns attached:IDNameDateManner of deathArmedAge GenderRaceCity StateSigns of mental illness Threat level Flee Body cameraWithin 'Race', there are the given values of A, W, H, B, N, O. I would like to do a decision...

    Nleongard Nleongard
    Discussions |
    Apr 1, 2018 10:58 AM
    4740 views | 2 replies
  • A Simple JMP Script question: How to rotate word which is outside of graph

    Hi All, I'd like to rotate a word "where( :age==14)" which is outside of graph in a popup window. Here is the script. Could you tell me how to make a script?  Thanks in advance. : )  dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); nw = dt << Graph Builder( Size( 563, 452 ), Show Control Panel( 0 ), Variables( X( :weight ), Y( :height ) ), where( :age == 14 ), // <- I want to rotate this text i...

    Steve_Kim Steve_Kim
    Discussions |
    Mar 31, 2018 5:19 PM
    9883 views | 5 replies
  • Referencing the current window

    Hi - I need to refer in a small JSL script I've written to "the window from which I'm running this script". In the past I've done that just by referencing "window(0)", but this doesn't appear to work in JMP 14: the window I want to reference seems to have changed to "window(k)" where k is the largest integer for which a window exists. Two questions:Am I right about this apparent change, and if so,...

    DMR DMR
    Discussions |
    Mar 31, 2018 8:30 AM
    6776 views | 2 replies
  • Setting a variable name within a for loop

    Hi, I like to set variable names such as name1, name2,... in a for loop with the following arrangement:     name1 = ntable; name2 ="A"||"_"||Flow[1]; name3 ="A"||"_"||Flow[2];     and so on.  I made a below script and got  some error:   name1 = ntable; for (i=1, i<=Nitems, i++, Eval( Parse( "name"||char(i+1) = "A" ||"_"|| Flow[i]; ) ) );   I appreciate your help. Thanks.

    AT AT
    Discussions |
    Mar 30, 2018 2:01 PM
    10099 views | 7 replies
  • MANOVA repeated measures, two factors, multiple comparisons

    Hi,I'm having trouble finding the right way to get the results I need. I have done and experiment on 20 subjects (data for #6 is missing). We have 5 sample times. There are patients who had complications and those that didn't. We have the data normalized by the 1st sample which was defined as "1". See attached data. 1) If I use the one way model doing "sample" (i.e. 1 to 5) vs NL1st (the column wi...

    utkcito utkcito
    Discussions |
    Mar 30, 2018 5:52 AM
    8842 views | 4 replies

Latest Discussions

  • 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
  • JMP Simulate Responses feature for binomial data

    Hello!I want to simulate responses using built in JMP Simulate Responses feature.I use binomial distribution and my model for simplisity lets say isp = 0,05 + 0.04*X1 + 0,02*X2. (Actually I want to use simulation for fractional factorial designs.) So X1X2Y-1-1 0.05-11 0.021-1 0.0411 0.06 In order to simulate this model what values do I need to enter in a Simulate Responses dialog box? Do I need to...

    gustavjung gustavjung
    Discussions |
    Mar 28, 2018 11:49 AM
    8333 views | 7 replies
  • how to decrease the space between bars in the bar chart

    I need to know if it's available to decrease the space between the barsCT10 and CT64     CT11 and CT65CT12 and CT66 ... etc As each pair of theses are to be compared directly with each other. 

    Abeerosama Abeerosama
    Discussions |
    Mar 27, 2018 6:05 PM
    6576 views | 1 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
    3807 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
    2255 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