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

  • merging files

    im trying to merge text files and turn them into excel files. i found to scripts one which merges files and a second which cleans it ( delets empty columns and such). when i combine the two scripts i get this message: "send expects scriptable object in access or evaluation of 'send' "   the script fails at: Set Selected() can someone please help me solve the problem.   here is how i combined the t...

    walk545 walk545
    Discussions |
    Mar 19, 2018 7:49 AM
    5011 views | 1 replies
  • Issue running JSL files in C#.NET

    I am trying to execute JSL files in a C#.NET wrapper. I am able to sucessfully run the files but my code does not wait for the script to finish. Below is a sample:JMP.Application jmpInstance = new JMP.Application();FileInfo fJSLFile = new FileInfo(@"C:\Test\Test.JSL");jmpInstance.RunJSLFile(fJSLFile.ToString());                        if (jmpInstance.HasRunCommandErrorString()){     throw new Appl...

    gpuckett gpuckett
    Discussions |
    Mar 19, 2018 7:18 AM
    5134 views | 4 replies
  • loop through column names which has same string and create subset

    Hi, I have a JMP table "Sheet 1" with 300 columns. I am trying to create subset for all same columns which has a string in column name as "Ahu1" and then make changes to those subset like adding the columns,updating them and generating graphs and finally saving them in a folder. I was able to write script for "Ahu1". But i have to do the same for all other "Ahu's" . I want this process to be repea...

    himajafeb8 himajafeb8
    Discussions |
    Mar 18, 2018 6:50 PM
    10116 views | 9 replies
  • Kruskal Wallis + post-hoc testing?

    Ok I am VERY green at this whole JMP thing, and I have come to a roadblock. About a month ago, I ran some tests on data collected and I was able to work it all out perfectly but now I am unable to replicate what I did, so I'm hoping someone can help me! I have three columns of data: BMI Category (ordinal), year (ordinal), and number of patients (continuous). The data I would like to run is a compa...

    KTrotta89 KTrotta89
    Discussions |
    Mar 17, 2018 6:30 AM
    9937 views | 4 replies
  • 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
    3814 views | 0 replies

Latest Discussions

  • Issue running JSL files in C#.NET

    I am trying to execute JSL files in a C#.NET wrapper. I am able to sucessfully run the files but my code does not wait for the script to finish. Below is a sample:JMP.Application jmpInstance = new JMP.Application();FileInfo fJSLFile = new FileInfo(@"C:\Test\Test.JSL");jmpInstance.RunJSLFile(fJSLFile.ToString());                        if (jmpInstance.HasRunCommandErrorString()){     throw new Appl...

    gpuckett gpuckett
    Discussions |
    Mar 19, 2018 7:18 AM
    5134 views | 4 replies
  • Kruskal Wallis + post-hoc testing?

    Ok I am VERY green at this whole JMP thing, and I have come to a roadblock. About a month ago, I ran some tests on data collected and I was able to work it all out perfectly but now I am unable to replicate what I did, so I'm hoping someone can help me! I have three columns of data: BMI Category (ordinal), year (ordinal), and number of patients (continuous). The data I would like to run is a compa...

    KTrotta89 KTrotta89
    Discussions |
    Mar 17, 2018 6:30 AM
    9937 views | 4 replies
  • 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
    3814 views | 0 replies
  • Testing - Sample sizes for a full factorial

     Hi,I’d really like some help with sample sizes for a full factorial design for a Marketing campaign I’m involved in - looking at response rate. I want to test 4 things, all have 2 levels, cannot be changed and are categorical. If I were to conduct 4 separate A/B tests the cell volumes would look like this: Control response rate = 0.6%       SuccessalphaPowerSidesVolume/cellTotal volume Test 1 (A/...

    Liz_Perkin Liz_Perkin
    Discussions |
    Mar 16, 2018 1:23 AM
    10170 views | 4 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
    2632 views | 0 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
    3814 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
    2632 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
    2260 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
    3500 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
    2275 views | 0 replies
view all discussions