cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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 include multiple point batch test results in full factorial DOE design ?

    I am trying to evaluate nutrients uniformity of a batch produced by mixing four ingredients in a mechanical mixer. Want to use full-factorial design with three factors at two levels each (ingredient types, mixing speed , amount of material used) with multiple responses (nutrients - iron, copper, etc.).Full Factorial 2 * 2 * 2 design = 8 unique trialsProduct from each trial is packaged into two bag...

    hbansal hbansal
    Discussions |
    Jan 16, 2020 5:00 AM
    3561 views | 4 replies
  • Creating a Sampling Distribution

    I would like to create a true sampling distribution from my dataset and I am not sure what formula(s) to use in JMP to create it.  I have a population dataset of 10,000 and would like to create a sampling distribution with n=100, which would then result in 100 sample means.  What formula do I use to create this in JMP?

    tmfortney tmfortney
    Discussions |
    Jan 15, 2020 9:24 PM
    16661 views | 19 replies
  • Importing json file where rows have missing columns

    Hi,  I have downloaded my full streaming history from Spotify, which is a JSON file. When trying to import the file to JMP, using the CSV "Data with preview" import helper I have a few problems. The first problem is that comma is used both as a delimiter between columns and inside some of the data strings. I solved this by opening the file in Notepad and replacing all "," with < as a unique delimi...

    olekh olekh
    Discussions |
    Jan 15, 2020 7:51 PM
    2603 views | 1 replies
  • Can I include all the jsl files in a directory?

    I'd like to have a directory of all my jsl functions but I don't want to have to include each file individually.  Is there a way to include all jsl files in a directory, (e.g. Include("C:...\Documents\JMPfunctions\*.jsl"); ).  Maybe just make and maintain a master file that includes all the functions and then include the master file?  Is there a more elegant way?Thanks

    pcarroll1 pcarroll1
    Discussions |
    Jan 15, 2020 3:08 PM
    2189 views | 1 replies
  • How can I obtain the BIC and AIC form -log likelihood for neural network ?

    Hello, I use the JMP pro 12.  I would like to know, how can I obtain the AIC or the BIC from -likelihood, in neural network analysis? Regards, Angelo 

    AngeloF88 AngeloF88
    Discussions |
    Jan 15, 2020 2:43 PM
    6177 views | 4 replies

Latest Discussions

  • How do I include multiple point batch test results in full factorial DOE design ?

    I am trying to evaluate nutrients uniformity of a batch produced by mixing four ingredients in a mechanical mixer. Want to use full-factorial design with three factors at two levels each (ingredient types, mixing speed , amount of material used) with multiple responses (nutrients - iron, copper, etc.).Full Factorial 2 * 2 * 2 design = 8 unique trialsProduct from each trial is packaged into two bag...

    hbansal hbansal
    Discussions |
    Jan 16, 2020 5:00 AM
    3561 views | 4 replies
  • How can I obtain the BIC and AIC form -log likelihood for neural network ?

    Hello, I use the JMP pro 12.  I would like to know, how can I obtain the AIC or the BIC from -likelihood, in neural network analysis? Regards, Angelo 

    AngeloF88 AngeloF88
    Discussions |
    Jan 15, 2020 2:43 PM
    6177 views | 4 replies
  • How do I change legend color on graph builder with box plots?

    Hello, I am trying to change the second item in the legend to be black instead of red.  Inside of my graph builder function I use the following line of code to do this. (line color 0 = black)Dispatch( {}, "400", ScaleBox, {Legend Model( 3, Properties( 1, {Line Color( 0 )}, Item ID("4TB", 1 ) ) )} )This is how my plot turns out:   The box plot turns black, but the legend is blue, and the outlier da...

    Kelly Kelly
    Discussions |
    Jan 15, 2020 2:14 PM
    2241 views | 2 replies
  • RESIZE WINDOW

    When i plot the Graph Builder correlation plot with Fit Line. The graph should very wide because of the long test name display on the legend. If i want to make window look nicer, then i have to disable to show the legend. But i kinda of need the legend to display on the chart.I also can partially disable the fit line char only and keep the other legend visible by manually uncheck the fit line box....

    OneNorthJMP OneNorthJMP
    Discussions |
    Jan 14, 2020 10:26 PM
    3155 views | 3 replies
  • save correlation line fit R2 into data table

    I had a data table with many parameters. Each test parameter will have 2 group of temperature data. I am doing correlation between 2 group of temperature data for each test with graph builder fit line and show the R2 on the chart. Now i had all the correlation plot with R2 show on the chart. How i can combine the R2 statistic data from the chart into data table?  

    OneNorthJMP OneNorthJMP
    Discussions |
    Jan 14, 2020 9:25 PM
    2550 views | 3 replies

Latest Discussions

  • Running script from command line on MAC

    Not a mac person.  Does anyone know how to run a jsl script from command line on a mac?  I specifically mean WITHOUT "//!" at the top of it.     I have this but it only opens the file unless I have the "//!" open -g -W -a /Applications/JMP\ Pro\ 15.app/ $(pwd)/myscript.jsl

    vince_faller vince_faller
    Discussions |
    Jan 10, 2020 2:26 PM
    1558 views | 0 replies
  • how to add confounding variable

    I am working with a multi level data. Data is attached.In this dataset, I have 8- X variable: cumulative risk (continuous), all other risk (dichotomous). 3- Y variables: insurance and practice (dichotomous) and time (continuous)I have one confounding variable Age (continuous). I will have to add random effect to X variable. But I am confused how to add confounding variable to this analysis. Can an...

    billi billi
    Discussions |
    Jan 6, 2020 9:39 AM
    1504 views | 0 replies
  • Difference between std error in "Parameter Estimates" and "Least Squares Means Table"?

    I am running mixed effects models and have noticed that the standard error for an effect in the "Parameter Estimates" table is different from the standard error reported in the Least Squares Means table for the same effect. How are they calculated differently? Thanks! 

    Ranae Ranae
    Discussions |
    Nov 26, 2019 11:44 AM
    1584 views | 0 replies
  • How can I run a .py python script and python scripts compiled as .exe from JMP

    Hello,  So I've written a JMP UI, and once I gather data from the user I have a button that dumps the form data to a CSV.Now I need to launch my python script and other .exe  (as an administrator), my python scripts pick up the user input from the CSV and perform the next steps.Right now it's a .py but I may need to run it through py2exe and compile it into an exe later so a solution that supports...

    xxvvcczz xxvvcczz
    Discussions |
    Oct 30, 2019 6:44 PM
    1958 views | 0 replies
  • Analysis of covariance (ANCOVA) for Split plot Design

    Hi, I have a problem where I want to do ANCOVA and It is new for me.We have,Main plot data (2 treatments)Subplot data (10 treatments)Yield datawe want to add lodging (%) score as a covariate. How to do it? (I have seen some video tutorial from Youtube but its not easy to understand for me) Your cooperation will be highly appreciated.

    Harun-Or-Rashid Harun-Or-Rashid
    Discussions |
    Oct 29, 2019 9:03 PM
    1317 views | 0 replies
view all discussions