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

  • Getting Results from Minimize function

    I frequently use the Minimize function in JSL to solve a non-linear equation and one thing i have noticed is that occasionally, the function may fail to reach convergence.  Is there a way to get those results from the script? I am writing a script to solve the model for many different subsets of data and while I can get the parameters, minimized objective and number of iterations for each model th...

    bfoulkes bfoulkes
    Discussions |
    Sep 27, 2019 4:56 AM
    2921 views | 2 replies
  • Multiple Regression in Split Plot Design

    Hello everyone:I recently started learning JMP and its great! However, I am having trouble with analyzing one of my data set. It was set up as a Split Plot Design.  Can anyone provide me some insight if I am in the right direction?I have 4 fertilizer treatments (character nominal) as my main plot, each fertilizer treatment is split with 3 rates - low, medium, and high (subplots) and each treatment...

    AmitBhasin AmitBhasin
    Discussions |
    Sep 26, 2019 9:54 PM
    61487 views | 10 replies
  • How to change Legend Name in JMP 14

    Is their is way to change the Legend name in Graph builder. Sometimes it shows "Mean(Variable Name)" but I want to just show "Variable Name". Thanks

    Rajat Rajat
    Discussions |
    Sep 26, 2019 5:12 PM
    13577 views | 7 replies
  • Extreme Value Continuous Fit Documentation?

    I'm looking for some information on the "Extreme Value" distribution type, found in the Distribution Platform under Continuous Fit.  Specifically, what is the formula for this cumulative distribution?  Here's an example: Names Default To Here(1); dt = Open("$SAMPLE_DATA/Big Class.jmp"); Distribution( Continuous Distribution( Column(:height), Quantiles(0), Histogram(0), Vertical(0), Outl...

    nikles nikles
    Discussions |
    Sep 26, 2019 10:17 AM
    3105 views | 3 replies
  • how to store JSL output to a SQL database

    Hi ,i have written some query in JSL and want to save the output  values in SQL data base. Can anyone help me in doing that. Regards,Dilip

    dilipkumar dilipkumar
    Discussions |
    Sep 26, 2019 7:44 AM
    3226 views | 3 replies

Latest Discussions

  • how to store JSL output to a SQL database

    Hi ,i have written some query in JSL and want to save the output  values in SQL data base. Can anyone help me in doing that. Regards,Dilip

    dilipkumar dilipkumar
    Discussions |
    Sep 26, 2019 7:44 AM
    3226 views | 3 replies
  • Can JMP perform hypothesis test for gamma poisson distribution ?

    I got data which fits gamma poisson distribution, and I'm not sure how to do hypothesis test on this kind of data.I looked online and only found method to do hypothesis test for poisson distribution, but did not see any article for gamma poisson. 

    Hans_Hsu Hans_Hsu
    Discussions |
    Sep 26, 2019 6:51 AM
    2998 views | 3 replies
  • DOE

    Hi,I have some questions regarding DOE regression equation.I don't understand why Minitab converts the regression equation into uncoded units and why is it possible only for hierarchical model? Is there a mathematical equation between coefficients of the coded and uncoded units? and how can I interpret the uncoded coefficients?Thanks,

    sarra sarra
    Discussions |
    Sep 26, 2019 6:18 AM
    3580 views | 5 replies
  • ADDING SPEC LIMITS BASED ON A CONDITION

    I have written a script that plots variability chart with the following data -1.I have defined a list that contains all column names starting with MIP and i iterate through this list for Y-axis variable.2.X-axis has Tool name and Part id.3.I am right now able to plot MIP_*  variability plot for different step number.4.I need to add set point and upper/lower spec limits to these plots.eg : variabil...

    ENTHU ENTHU
    Discussions |
    Sep 25, 2019 10:09 AM
    2933 views | 3 replies
  • Mixed Stacked and Side-by-side Bar Graph in JMP

    I have a data with all numerical values. How would I plot mixed of Mixed Stacked and Side-by-side Bar Graph in graph builder. I want to plots my graphs as shown in attached 2 images. First image only shows the percentage of each variable in mixed of stacked and side-by-side bar plot but in Second images also shows the value of the variable as well.   If you can share the detailed procedure or JSL ...

    Rajat Rajat
    Discussions |
    Sep 24, 2019 4:12 PM
    13255 views | 9 replies

Latest Discussions

  • Extract Report Data and Export it to Excel

    I am totally new to the JMP community and have a limited coding background. I am working with Life Distributions (Weibulls mostly), and I would like to create an Add-in that can do the following tasks once I have selected the best distribution fit: 1. Save specific report data from distribution (see the data tables in red) 2. Export the data into an excel sheet 3. Have the add-in button available ...

    jemairsmartes jemairsmartes
    Discussions |
    Sep 11, 2019 10:27 AM
    2155 views | 0 replies
  • How to Add Profit Matrix to Neural Net Confusion Matrix

    Hi all, I'm using a neural net to predict whether or not a customer will prefer to buy retail items at a markdown or if they are likely to buy full-price (i.e., "bargain buyers" vs. traditional shoppers). I'd like to incoporate the opportunity cost of a false positive (giving discounts to what would otherwise be a full-price shopper) using a profit matrix, but changing values on the matrix in the ...

    GhostBen GhostBen
    Discussions |
    Aug 5, 2019 8:00 PM
    1398 views | 0 replies
  • Capability Animation - How to see the LSL/USL Value?

    I just discovered this nifty tool called the Capability Animation, where you can play around, dragging the spec limits and mean shifts, and it simulates your capability indices. But, I cannot see the actual LSL/USL values as I drag them! Does anyone know how to make this happen?

    Antonio80 Antonio80
    Discussions |
    Jul 9, 2019 1:31 AM
    1358 views | 0 replies
  • Unable to allocate enough memory in access or evaluation

    Hi,I'm trying to use the Multivariate platform to perform a correlation between 6 time points (rows) across 73500 columns. My final goal is to output a  73500x73500 correlation matrix. When I try to run it, I immediately receive this pop out message:Unable to allocate enough memory in access or evaluation of 'List' , {/*###*/Estimation Method( 0 ), Matrix Format( 2 )} What's the issue? I'm using J...

    ns ns
    Discussions |
    Jul 8, 2019 9:04 AM
    1452 views | 0 replies
  • How to Post JSON data to a site via API functionality: "Unsupported Media Type"

    Hi There, I am trying to perform a POST request to post some JSON data to a server, but unfortunately as of now I keep getting a 415 error. The goal of this script is to upload a JSON formatted file (or something of the like) to the server for other users to download/read. I noticed that there are very few POST examples with JSL, but quite the abundance with GET, which I have no problems with. I w...

    liqinglei419 liqinglei419
    Discussions |
    Jul 2, 2019 6:33 AM
    1705 views | 0 replies
view all discussions