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 do I enter a filepath to automatically gather csv files via user input?

    Hi all, I have several csv files each with hundreds of data points that I would like to plot out as a histogram, and I would like to do that automatically with jump.  For context, I've already been doing this with Python, but now I would to migrate over to JMP. Here's the idea:-Open and run the script-Script asks for location of csv files-User types in the file path-all the csv files are appended ...

    OrderedFactor15 OrderedFactor15
    Discussions |
    Nov 7, 2022 10:41 PM
    1564 views | 2 replies
  • Q: composite stack wafers map but missed to show zero count in location

    HiI have one question to stack muti wafers Bin1 count to  a single composite wafer map.As you can see, I stack 23 pcs wafers Bin1 to see each XY location Bin1 counts.The question is,there are 3 location (X0,Y8)(X0,Y14)(X1,Y16) Bin1 total count is zero, but this chart can't show it.How can I solve it? Thank you. Regards,Chily

    Chily Chily
    Discussions |
    Nov 7, 2022 5:02 PM
    3011 views | 4 replies
  • What is Quality as a measure in Multiple Correspondence Analysis?

    This is a continuation of a project the result of which has been met with approval. Context: Multiple Correspondence Analysis was done on questions from a survey in 7 countries.  We were able to extract insights on by-country responses to the grouped questions (the responses are supercategories T2B, Neutral, B2B).  There are a few questions posed: Questions: 1) Is the Quality statistic a measure o...

    TCM TCM
    Discussions |
    Nov 7, 2022 9:17 AM
    1537 views | 2 replies
  • Fit model gives a point as Result, why and how to interpret?

    Hello, I did a fitting model and if you see in the Fresh/Frozen output I don´t get a P-value or log worth, do you know why can this be happening?. If I run the fit model without the interaction effect it works, but if I put the interaction effect it doesn´t work. Do you have a hint or explanation on why this might be happening?  

    dimacapi07 dimacapi07
    Discussions |
    Nov 7, 2022 2:46 AM
    1463 views | 3 replies
  • DOE with replications

    Hi, i designed custom doe with 12 runs. i am going to make each run 4 times in order to have the error value. is there any efficient way to design the doe instead of copy paste each run 4 times in the doe table?please advise 

    YanivD YanivD
    Discussions |
    Nov 7, 2022 12:59 AM
    1383 views | 2 replies

Latest Discussions

  • How do I enter a filepath to automatically gather csv files via user input?

    Hi all, I have several csv files each with hundreds of data points that I would like to plot out as a histogram, and I would like to do that automatically with jump.  For context, I've already been doing this with Python, but now I would to migrate over to JMP. Here's the idea:-Open and run the script-Script asks for location of csv files-User types in the file path-all the csv files are appended ...

    OrderedFactor15 OrderedFactor15
    Discussions |
    Nov 7, 2022 10:41 PM
    1564 views | 2 replies
  • Fit model gives a point as Result, why and how to interpret?

    Hello, I did a fitting model and if you see in the Fresh/Frozen output I don´t get a P-value or log worth, do you know why can this be happening?. If I run the fit model without the interaction effect it works, but if I put the interaction effect it doesn´t work. Do you have a hint or explanation on why this might be happening?  

    dimacapi07 dimacapi07
    Discussions |
    Nov 7, 2022 2:46 AM
    1463 views | 3 replies
  • Control Charts use saved Control limits

    Hello,

    I hope you are doing well.

    I have a question about the control limits saved in a data table. Is there any way to propose a textbox to the user showing all the control limits saved in a data table. And the user can put a checkmark to the one to use for the Control chart ?

    Thank you very much for your answer and have a nice day,

    Jean

    PersuasionCamel PersuasionCamel
    Discussions |
    Nov 6, 2022 7:58 AM
    1461 views | 3 replies
  • How to read gz file from URL

    I have 1 gz file in URL like http://<<domainName>>/testCSV.txt.gz how to read it from JMP

    ProbitMonster53 ProbitMonster53
    Discussions |
    Nov 6, 2022 2:30 AM
    3508 views | 6 replies
  • plotting fundraising data

    I am running a fundraising drive for a professional society, and we are trying to reach a goal of $10,000 in donations (no, this is not a shameless plug!). I am thinking plotting the data on a thermometer or something like this would look better than simply a bar graph. I very poorly traced a portion of the thermometer using the "custom map shape" add-in (see attached files). Now, I can essentiall...

    abmayfield abmayfield
    Discussions |
    Nov 5, 2022 3:43 AM
    2275 views | 4 replies

Latest Discussions

  • Monte Carlo / Simulator from Mixed Model not showing "Random Effect" noise

    I have fit a Mixed Model via the Fit Model platform in JMP Pro. When opening up the 'Prediction Profiler', and inspecting the Profiler itself, I can see the as expected predicted response and its as expected confidence interval in [], which reflects the variation due to the Random Effects I have fit. However, when I run the 'Simulator' with equal experimental variables as above, and after adding n...

    Vartian Vartian
    Discussions |
    Nov 4, 2022 12:48 PM
    663 views | 0 replies
  • How do I save plots/images at a specific size when they are generated in a project?

    Hi,when I generate images within a project the window size attribute is ignored (the plot is always maximized). How do I prevent this to define a specific image size, esp. when the plots are saved? Best regards,Ole @martindemel   

    OHS OHS
    Discussions |
    Nov 4, 2022 6:53 AM
    672 views | 0 replies
  • JMP 17 Trial - windows server not supported

    Dear members of the forum, I have just came across this issue during an attempt to install JMP 17 trial version on a windows server. Any ideas?         Edit: I contacted JMP support and they confirm that the trial version will not work on windows server.

    ron_horne ron_horne
    Discussions |
    Nov 1, 2022 2:20 PM
    1167 views | 0 replies
  • 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
    720 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
    759 views | 0 replies
view all discussions