cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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 turn off "open with default program" when opening csv files?

    Hello everyone, Every time I try to open a new csv file in JMP, this is the default.Does anyone know how to make this unchecked by default?  I have never wanted to use JMP to open a file in Excel. Many thanks, John

    JohnDMoore1 JohnDMoore1
    Discussions |
    Nov 15, 2022 5:32 AM
    1949 views | 2 replies
  • Case Insensitive searches using contains

    I am using the following piece of code to check if the list cn contains "col_name" and if yes rename it as Target.The problem is col_name can be all upper case or lowercase and there is no way for me to control that.How do I make sure that the code gets executed irrespective of the case?   If( Contains( cn ,Lowercase("col_name") ), :"col_name" << Set name("Target"); );   Thanks

    ENTHU ENTHU
    Discussions |
    Nov 15, 2022 12:43 AM
    4349 views | 4 replies
  • process DOE which option is better and why - small batch or split plot for larger batch

     Hi,i would like to design DOE for the following situation:The process has 3 steps.  option A - in step 1 prepare a small batch of 100g and continue with that to the next steps. each batch per one DOE run. this means that all the parameters would be easy to changeoption B - in step 1 prepare a small batch of 500g and continue with 100g out of this Big batch to the next steps - this batch will last...

    YanivD YanivD
    Discussions |
    Nov 14, 2022 6:47 PM
    2846 views | 6 replies
  • Colors in 3D Scatterplot Plot

    I am helping someone with a scatterplot 3D again.   We found the coloring option in the menu.  This colors the points nicely, but when we connect the points, the lines are not colored to match the points.  Is there a way to get the lines to be the same color of the points? I have a Mac Monterey 12.6 and running JMP Pro 16. 

    lisamaley lisamaley
    Discussions |
    Nov 14, 2022 2:58 PM
    1672 views | 2 replies
  • How to get the table of values after constructing a histogram?

    After I generate a histogram of the entries in a column, I would like to get out a table of the values of the individual bars that I can list on each bar. How can I do that?

    ranjan_mitre_or ranjan_mitre_or
    Discussions |
    Nov 14, 2022 2:17 PM
    6372 views | 7 replies

Latest Discussions

  • How do I turn off "open with default program" when opening csv files?

    Hello everyone, Every time I try to open a new csv file in JMP, this is the default.Does anyone know how to make this unchecked by default?  I have never wanted to use JMP to open a file in Excel. Many thanks, John

    JohnDMoore1 JohnDMoore1
    Discussions |
    Nov 15, 2022 5:32 AM
    1949 views | 2 replies
  • Case Insensitive searches using contains

    I am using the following piece of code to check if the list cn contains "col_name" and if yes rename it as Target.The problem is col_name can be all upper case or lowercase and there is no way for me to control that.How do I make sure that the code gets executed irrespective of the case?   If( Contains( cn ,Lowercase("col_name") ), :"col_name" << Set name("Target"); );   Thanks

    ENTHU ENTHU
    Discussions |
    Nov 15, 2022 12:43 AM
    4349 views | 4 replies
  • Colors in 3D Scatterplot Plot

    I am helping someone with a scatterplot 3D again.   We found the coloring option in the menu.  This colors the points nicely, but when we connect the points, the lines are not colored to match the points.  Is there a way to get the lines to be the same color of the points? I have a Mac Monterey 12.6 and running JMP Pro 16. 

    lisamaley lisamaley
    Discussions |
    Nov 14, 2022 2:58 PM
    1672 views | 2 replies
  • How to get the table of values after constructing a histogram?

    After I generate a histogram of the entries in a column, I would like to get out a table of the values of the individual bars that I can list on each bar. How can I do that?

    ranjan_mitre_or ranjan_mitre_or
    Discussions |
    Nov 14, 2022 2:17 PM
    6372 views | 7 replies
  • Why don't i get significant letters even though my P value is <0.05?

    Hello everyone! I am running a regression analysis and even though my P-value is less than 0.05 (0.0385 in my case), the letters are all A, showing no significance. How can i get JMP to recognize the significance? Any experience here? Best regardsHaris 

    xaris19801001 xaris19801001
    Discussions |
    Nov 14, 2022 12:00 PM
    4607 views | 6 replies

Latest Discussions

  • Linear mixed model not showing "Random Effect" noise in simulator/monte carlo

    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 ...

    Vartian Vartian
    Discussions |
    Nov 8, 2022 5:38 AM
    865 views | 0 replies
  • 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
    677 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
    688 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
    1202 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
    739 views | 0 replies
view all discussions