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

  • Script Window Open but not Viewable

    Hello, I am encountering a weird bug in which I can open a script file, but am unable to view it. It looksI click on the windows drop down viewer and don't see it. I open the Window Task Bar and click to select the script file, but nothing happens.  I can open the script in a different instance of JMP as well as other scripts and tables in this instance of JMP... Please advise!Sincerely, Matt Good...

    GM GM
    Discussions |
    Mar 22, 2018 7:47 AM
    8958 views | 7 replies
  • Import data from AWS S3 or other cloud services?

    How does JMP connect to data stored on cloud hosting services like AWS S3? I read that JMP has ODBC connectors to various data stores, but I can't find a list of the available connectors that are out there. Ideally, importing data in JMP would get converted to an AWS CLI call to retrieve the contents of an S3 bucket. Even more ideally, the import would be a CLI call that's doing a redshift or othe...

    earthmancash earthmancash
    Discussions |
    Mar 21, 2018 1:58 PM
    5258 views | 2 replies
  • Integer data type vs Number data type

    I have a column matrix, called "a", with x rows. I'm trying to create a matrix filled with 1's that has the same number x rows. When I say newmat = [](N Rows(a), 2), I get the error "Expected integer for number of rows" when trying to create the matrix. Type(3), and any other integer argument, will return "Integer" but Type(N Rows(a)) returns "Number". I tried setting the x rows to a variable name...

    pen51 pen51
    Discussions |
    Mar 21, 2018 1:37 PM
    6027 views | 3 replies
  • DOE- Custom Design with Blocking

    I am a very new to JMP software and need help to develop a table for DOE. I have three factors at two levels with two blockings, Operators at four level (Operator, 1 to 4) and Cavities at four level (Cavity, 1 to 4). Each operator will check three samples from each cavity from each run for breakage or no breakage. So, with three factors at two leveles, four operatores, four cavities, there will be...

    JG JG
    Discussions |
    Mar 21, 2018 11:45 AM
    4790 views | 4 replies
  • Boosted Neural Network in JMP 13 Pro

    I find the JMP 13 manual description of the boosting procedure in neural networks to be vague. Here is a snap of it:"The first step is to fit a one-layer, two-node model. The predicted values from that model are scaled by the learning rate, then subtracted from the actual values to form a scaled residual. The next step is to fit a different one-layer, two-node model on the scaled residuals of the ...

    pans pans
    Discussions |
    Mar 21, 2018 9:53 AM
    8077 views | 5 replies

Latest Discussions

  • Import data from AWS S3 or other cloud services?

    How does JMP connect to data stored on cloud hosting services like AWS S3? I read that JMP has ODBC connectors to various data stores, but I can't find a list of the available connectors that are out there. Ideally, importing data in JMP would get converted to an AWS CLI call to retrieve the contents of an S3 bucket. Even more ideally, the import would be a CLI call that's doing a redshift or othe...

    earthmancash earthmancash
    Discussions |
    Mar 21, 2018 1:58 PM
    5258 views | 2 replies
  • DOE- Custom Design with Blocking

    I am a very new to JMP software and need help to develop a table for DOE. I have three factors at two levels with two blockings, Operators at four level (Operator, 1 to 4) and Cavities at four level (Cavity, 1 to 4). Each operator will check three samples from each cavity from each run for breakage or no breakage. So, with three factors at two leveles, four operatores, four cavities, there will be...

    JG JG
    Discussions |
    Mar 21, 2018 11:45 AM
    4790 views | 4 replies
  • How is are Scaled Estimates Calculated ?

    I am a new JMP Pro User with the following query. Using the Fit Model Standard Least Squares platform, I have 67 columns of continuous data. Each column has 213 rows. The 67 columns are entered as Y. Construct model effects adds another column containing five groups, each categorical. I am using this platform instead regular ANOVA to test interactions and other interactive effects. I find the scal...

    rexneal rexneal
    Discussions |
    Mar 19, 2018 12:51 PM
    11353 views | 5 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
    5133 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
    9930 views | 4 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
    3811 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
    2631 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
    2258 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
    3499 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