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

  • how to paste empty cell as empty cell

    Hi, I want to copy a column with some empty cells and numbers to another new column. But when I pasted it, the empty cells are turn into 0. I cannot delete it one by one because there are many of them. How can I keep the pasted empty cell as it was? Thank you   

    Danying Danying
    Discussions |
    Oct 28, 2022 12:14 AM
    2420 views | 4 replies
  • how to compare oscilloscope traces and detect outlier traces?

    Hello,  i am wondering if there is a way in JMP to compare oscilloscope voltage traces to tell whether the traces are statistically the same or different. the reason i want to know is bc i collect example scope traces to qualify power supplies. when i plot the traces they visually appear to line up quite well (both the waveform shape and voltage magnitudes), but of course the traces aren't identic...

    LogitPorcupine1 LogitPorcupine1
    Discussions |
    Oct 27, 2022 2:29 PM
    1868 views | 3 replies
  • Within sigma mismatch between IMR control chart & process screening platform

    Hello, I am trying to plot control charts for various process parameters. My data is a monitoring data where I get one data point for each parameter every week. The parameter shown here is the std dev measurement from the monitor wafer. I am trying to plot these std dev. data points from multiple weeks into an IMR chart. I was trying to use JMP process screening platform to be able to short list a...

    bharathu bharathu
    Discussions |
    Oct 27, 2022 11:38 AM
    2693 views | 5 replies
  • How to connect bias points to central line?

    Hello, I am working on some error analysis and have been asked to represent our biases in a plot graph. I have the biases plotted but was also asked about connecting each point back to "0 bias". I know I could do it with HLine for each individual point but was wondering if there was a way to accomplish the same feat using a script for all points rather than one by one. I am using JMP 16. I am also...

    Jericson Jericson
    Discussions |
    Oct 27, 2022 10:33 AM
    1541 views | 3 replies
  • Find the max slope

    Hello everyone,   I have a list of points forming a slanted line, I am interested in knowing the maximum slope created by the curve. I have a lot of sets of points so I'm interested in knowing how to do it in a formula.   For example, the numbers 1,2,3,4 form a straight line with a fixed slope of 1 so the max is 1. My numbers don't form a straight line so the equation is more complicated.   Attach...

    Erez Erez
    Discussions |
    Oct 27, 2022 7:22 AM
    2955 views | 5 replies

Latest Discussions

  • how to paste empty cell as empty cell

    Hi, I want to copy a column with some empty cells and numbers to another new column. But when I pasted it, the empty cells are turn into 0. I cannot delete it one by one because there are many of them. How can I keep the pasted empty cell as it was? Thank you   

    Danying Danying
    Discussions |
    Oct 28, 2022 12:14 AM
    2420 views | 4 replies
  • how to compare oscilloscope traces and detect outlier traces?

    Hello,  i am wondering if there is a way in JMP to compare oscilloscope voltage traces to tell whether the traces are statistically the same or different. the reason i want to know is bc i collect example scope traces to qualify power supplies. when i plot the traces they visually appear to line up quite well (both the waveform shape and voltage magnitudes), but of course the traces aren't identic...

    LogitPorcupine1 LogitPorcupine1
    Discussions |
    Oct 27, 2022 2:29 PM
    1868 views | 3 replies
  • Within sigma mismatch between IMR control chart & process screening platform

    Hello, I am trying to plot control charts for various process parameters. My data is a monitoring data where I get one data point for each parameter every week. The parameter shown here is the std dev measurement from the monitor wafer. I am trying to plot these std dev. data points from multiple weeks into an IMR chart. I was trying to use JMP process screening platform to be able to short list a...

    bharathu bharathu
    Discussions |
    Oct 27, 2022 11:38 AM
    2693 views | 5 replies
  • How do you script optimization of JMP formulas and save the results?

    I have a detailed formula in my JMP table I need to optimize.  I'll need to incrementally vary 3 inputs and let the rest be optimized. Is there a way to lock and change the three variables, optimize the others, and save the results for hundreds or thousands of options? I can do this manually in the prediction profiler, but it becomes unmanageable for the number of cases I'll need.Thanks!

    jeanette_m_elli jeanette_m_elli
    Discussions |
    Oct 26, 2022 2:25 PM
    2708 views | 7 replies
  • Are fixed blocking variables the same thing as a categorical variable, just that they don't appear in the prediction profiler?

    Hello, I have been analyzing data for an experiment measuring growth of human cells with 3 factors: 2 of which are independent variables that were controlled for, and the 3rd variable being the donor that the human cells came from (of which there are two). I have an n = 8, and the design was a 2^3 factorial. However, I'm currently finding that there are 3 ways to approach analysis of the data with...

    QW QW
    Discussions |
    Oct 26, 2022 12:53 PM
    6576 views | 16 replies

Latest Discussions

  • How to run JSL script in user opened JMP session instead creating a new seesion by JMP.dll?

    Currently I developed a windows application based on Interop.JMP.dll. The application contains a functionality to generate JSL file and run it in JMP but I got a issue now. It seems can only create a new session and run it by application instead of using the session that user opened first. I'd like to confirm whether it's possible to run JSL in the session by user opened manually. Appreciate it if...

    SquaresDingo505 SquaresDingo505
    Discussions |
    Oct 24, 2022 7:23 PM
    724 views | 0 replies
  • How to Analyze and Graph Responses with Supercategories

    I use JMP Pro 16. I am doing MCA on 90 columns that have supercategories.  I want to do the analysis and viz on the supercategory classification. Is there a way to do this without having to create separate columns that only have the supercategory classification?  PS:  I don't know how to do JSL scripting.

    TCM TCM
    Discussions |
    Oct 21, 2022 5:59 AM
    767 views | 0 replies
  • 標準化列名稱如何用變數取代求解

    //新增周標準化
    weekEMC_HF_C_12_0 = Data Table( "周_EMC_HF_C_12um" ) << Get Column Names( string );
    weekEMC_HF_C_12 = {};
    //少一周={:"2022W38"n,:"2022W40"n,:"2022W41"n};
    For( j = N Items( weekEMC_HF_C_12_0 ), j >= (N Items( weekEMC_HF_C_12_0 ) - 5), j--,
    Insert Into( weekEMC_HF_C_12, weekEMC_HF_C_12_0[j] )
    );
    Try(
    Local( {old dt = Current Data Table()},
    Current Data Table( Data Table( "周_EMC_HF_C_12um" ) );
    For Each( ...

    Ken697 Ken697
    Discussions |
    Oct 20, 2022 9:22 PM
    680 views | 0 replies
  • Methods for compressing a CSV or TSV file with jmp compression to save as .jmp table without having to open the csv in JSL first?

    I have access to both JMP12 and JMP14, so a solution for either would work. What I am trying to achieve is saving very large text files (csv,tab,tsv,etc.) with JMP compression such that I get a compressed .jmp file as the result. By large I mean 2-6gb files. Currently I use something like this: MyDataFile = open(filename,Private); MyDataFile << Compress File When Saved; MyDataFile << save(filetosa...

    CurbStegosaurus CurbStegosaurus
    Discussions |
    Oct 14, 2022 9:06 AM
    1830 views | 0 replies
  • Model classification thresholds add-in display "negative" probability

    Hi, I've been looking at this add-in which is very useful.https://community.jmp.com/t5/JMP-Add-Ins/Exploring-Model-Classification-Thresholds/ta-p/66964 In our case we don't have a probability but instead we have a status and a measurement that ranges between -10 and 10.I want to adapt the script so that the slider can move between -10 and 10 (I've already done it and it works). However the "Probab...

    Agustin Agustin
    Discussions |
    Sep 13, 2022 6:43 AM
    578 views | 0 replies
view all discussions