cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Graphbox equivalent to GraphBuilder code

    Hi all,
    I am new to JSL. I am creating a contour plot using graph builder as follows: out << Graph Builder( Show Control Panel( 0 ), Size( 1301, 847 ), Set α Level( 0.1 ), Variables( X( :t ), Y( :f ), Color( :p ) ), Elements( Contour( X, Y, Legend( 2 ), Number of Levels( 10 ), Smoothness( 0.0115027054779012 ) ) ) ); What would be the equivalent code if I want to replace Graph Builder with Graph Box...

    MedianHorse837 MedianHorse837
    Discussions |
    Jul 9, 2025 9:58 PM
    720 views | 2 replies
  • Prediction Profiler Confidence Interval for the Nonlinear platform

    Hi all: I'm interested in showing the confidence interval in the Prediction Profiler plot in the Nonlinear platform results; however, it says the interval is  available "only if a Std Error formula is specified in the launch window". Can someone give me an example of how that is done? I'm on JMP v18.0.0. Thanks in advance!

    MRB3855 MRB3855
    Discussions |
    Jul 9, 2025 8:48 AM
    851 views | 2 replies
  • multiple column mean

    See attached, I tried to add a new column for mean from 3 other columns by "col mean( col1, col2, col3)". But the mean seems a little bit off, and I used "(col1+col2+col3)/3" to verify, and it gives me the correct result. What is the possible cause of this? 

    susanho1225 susanho1225
    Discussions |
    Jul 9, 2025 7:51 AM
    1002 views | 2 replies
  • Dario Schiraldi : How do I create and interpret regression models?

    Hi everyone, I am Dario Schiraldi, CEO of Travel Works, starting to work with regression models in JMP and would love some advice. What’s your approach to creating a solid regression model, and how do you interpret the key outputs like coefficients, p-values, and diagnostics? Are there any tips or common pitfalls I should watch out for? Also, which JMP features or visualizations do you find most h...

    darioschiraldi1 darioschiraldi1
    Discussions |
    Jul 9, 2025 7:03 AM
    1260 views | 3 replies
  • Python Access Issue while installing Packages

    Hello JMP Community,   Recently started using JMP and tried to access the Python and while installing the python packages, I am getting error like below. Any support in resolving the below error is much appreciated. Refer below image along with code used and error.   Thank you        

    BHKReddy BHKReddy
    Discussions |
    Jul 9, 2025 4:55 AM
    4027 views | 10 replies

Latest Discussions

  • Graphbox equivalent to GraphBuilder code

    Hi all,
    I am new to JSL. I am creating a contour plot using graph builder as follows: out << Graph Builder( Show Control Panel( 0 ), Size( 1301, 847 ), Set α Level( 0.1 ), Variables( X( :t ), Y( :f ), Color( :p ) ), Elements( Contour( X, Y, Legend( 2 ), Number of Levels( 10 ), Smoothness( 0.0115027054779012 ) ) ) ); What would be the equivalent code if I want to replace Graph Builder with Graph Box...

    MedianHorse837 MedianHorse837
    Discussions |
    Jul 9, 2025 9:58 PM
    720 views | 2 replies
  • Dario Schiraldi : How do I create and interpret regression models?

    Hi everyone, I am Dario Schiraldi, CEO of Travel Works, starting to work with regression models in JMP and would love some advice. What’s your approach to creating a solid regression model, and how do you interpret the key outputs like coefficients, p-values, and diagnostics? Are there any tips or common pitfalls I should watch out for? Also, which JMP features or visualizations do you find most h...

    darioschiraldi1 darioschiraldi1
    Discussions |
    Jul 9, 2025 7:03 AM
    1260 views | 3 replies
  • Python Access Issue while installing Packages

    Hello JMP Community,   Recently started using JMP and tried to access the Python and while installing the python packages, I am getting error like below. Any support in resolving the below error is much appreciated. Refer below image along with code used and error.   Thank you        

    BHKReddy BHKReddy
    Discussions |
    Jul 9, 2025 4:55 AM
    4027 views | 10 replies
  • Creating a function to make multiple graphs at a time

    Hello,

    I have a question regarding a function to create multiple graphs. So I am making a function which calls the graph builder with certain settings to create multiple graphs. The graphs are similar but do have different amount of columns used and formatting is a bit different. The only input to the function is the datatable with the data.
    The function works to create the graphs and I save each o...

    AdditiveRange10 AdditiveRange10
    Discussions |
    Jul 7, 2025 11:31 PM
    1260 views | 3 replies
  • Largest possible model for a DSD?

    I was watching the following Youtube video below where Dr. Ramsey is showing how to analyze a 6-factor DSD with 4 center points (total runs = 17).    At around the 5:25 mark he's showing how to use best subsets/all possible models to reduce the full quadratic model, and mentions the maximum number of terms for this DOE has 9 terms. He says to calculate this number, take the number of unique settin...

    mjz5448 mjz5448
    Discussions |
    Jul 7, 2025 7:58 PM
    1314 views | 3 replies

Latest Discussions

view all discussions