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 can I make a conditional subset table without directly calling a column name?

    The first 3 lines of this script create a new data table where heights are less than 60. This part runs fine.
    For the function that I would like to develop I would like to reference a column in a different way than using :height. I have tried 4 different ways to reference the column, but none of them work. I have used the column function and get column reference function (please see below).
     dt = Op...

    Kelly Kelly
    Discussions |
    Oct 28, 2019 1:42 PM
    3550 views | 3 replies
  • Confidence interval limits for REML ANOVA random effects

    I am trying to understand how the confidence interval limits for the variance estimates of the random effects REML output is calculated. In the JMP help it is stated that: • If Unbounded Variance Components is selected, Wald-based confidence intervals are computed. These are valid asymptotically but note that they can be unreliable with small samples.   • If Unbounded Variance Components is n...

    JesperJohansen JesperJohansen
    Discussions |
    Oct 28, 2019 12:50 AM
    5051 views | 4 replies
  • Change column names in table importing names from a file

    Hello, I have a table containing sevaral columns > 150 usually.I would like to create my new columns names into a file that i can modify easily and once created, change all column names of my table using the file. thanks a lot for your help,Vinc

    ArmagVinc ArmagVinc
    Discussions |
    Oct 27, 2019 8:18 AM
    2518 views | 2 replies
  • JSL: How to add graph to an existing window

    Hi, I am using JSL to plot with graph builder. Every graph usally created in a seperate window which opens too many window. I want to put each graph into the same window then close the new created window. Below are my draft jsl, can anyone help me to make it work? Thank you.     WW1 = New Window( "graph1", Graph Builder() ); Window( "graph1" ) << Close Window(); WW2 = New Window( "graph2", Graph ...

    Stokes Stokes
    Discussions |
    Oct 26, 2019 1:54 AM
    9724 views | 7 replies
  • Minimum Sample Size for a DOE to Reduce the Defect Rate?

    I have a problem at my plant. In our assembly process, we are currently have a 15% defect rate, most likely caused by the process immediately upstream. I would like to run a DOE to discover the variables that affect the likelihood to failure. The batch size is around 150 pieces per work order. The ideal defect rate would be as low as reasonably possible but historically has been around 2 to 3%. I ...

    sandeon sandeon
    Discussions |
    Oct 25, 2019 12:48 PM
    4543 views | 3 replies

Latest Discussions

  • Change column names in table importing names from a file

    Hello, I have a table containing sevaral columns > 150 usually.I would like to create my new columns names into a file that i can modify easily and once created, change all column names of my table using the file. thanks a lot for your help,Vinc

    ArmagVinc ArmagVinc
    Discussions |
    Oct 27, 2019 8:18 AM
    2518 views | 2 replies
  • Minimum Sample Size for a DOE to Reduce the Defect Rate?

    I have a problem at my plant. In our assembly process, we are currently have a 15% defect rate, most likely caused by the process immediately upstream. I would like to run a DOE to discover the variables that affect the likelihood to failure. The batch size is around 150 pieces per work order. The ideal defect rate would be as low as reasonably possible but historically has been around 2 to 3%. I ...

    sandeon sandeon
    Discussions |
    Oct 25, 2019 12:48 PM
    4543 views | 3 replies
  • How to generate multiple plots

    I wrote a JMP script where I plot data based on my original data. After I manipulate data, I plot it again, but now it can only show the plot for data after manipulation, not the plot for original data. I would like to compare two. Could anyone help with this? Below is the script I used to plot the data.   Graph Builder( Size( 748, 531 ), Show Control Panel( 0 ), Automatic Recalc( 0 ), Variabl...

    aaronjiang aaronjiang
    Discussions |
    Oct 25, 2019 11:01 AM
    7223 views | 10 replies
  • Select first/second half of rows to form a subset

    I have a question about how to select first half or second of rows to form a subset. I don't want to manually type in 1,2,3,4,5,...,10 (if there are 20 rows) because my rows could be different from time to time. I have a equation that define number of rows that will appear in the original table. Is there anything like select row (1:10) or others that make it easier?

    aaronjiang aaronjiang
    Discussions |
    Oct 24, 2019 11:35 AM
    2538 views | 1 replies
  • Convert data from hr:m:s to mm:ss,0 ?

    Hi

    I have a data set where I want to analyse performance (the duration) in 1500 m running. The data is imported from another database, txt-files originally (which I didn't do). JMP says/thins it is in hr:m:s format, but it should be in minutes, seconds and hundreds of a second. Is it possible to do? Or just convert it to seconds, maybe this is how the statistics are done?. I've tried in JMP an via ...

    Jonkandonkan Jonkandonkan
    Discussions |
    Oct 24, 2019 3:53 AM
    3340 views | 3 replies

Latest Discussions

  • Send Expects Scriptable Object in access or evaluation of 'Send' Error

    I create a new window with variability chart, and put into journal. After that i want to save into pdf. But at the last line to save into PDF, it give me error like below. and nothing is saved into pdf. Need some advice which part i am doing wrong?  ErrorSend Expects Scriptable Object in access or evaluation of 'Send' , report_R235 << /*###*/SavePDF( "C:\LimTY\NXP\Product\Pegasus\Characterization\...

    OneNorthJMP OneNorthJMP
    Discussions |
    Oct 10, 2019 8:43 PM
    1352 views | 0 replies
  • 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
    2153 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
    1354 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
    1451 views | 0 replies
view all discussions