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

  • Adding custom text and values to plots on different pages using a for loop

    Hi, I've attached a data table which aims to add a custom caption to each page of an X/Y plot graph builder report generated from the script saved within.Page is being controlled by the :Group variable, I need a way to add custom text along with a custom summary statistic (%CV in this case) to the plot for each :Group.For the most part the script is working (i.e. the text and the statistic are dis...

    EDM EDM
    Discussions |
    Jun 28, 2023 8:13 AM
    1555 views | 2 replies
  • Hover Labels: send a more precise filter?

    I want to generate a hover graphlet from another data table following a recipe provided by @nascif_jmp. The problem that I am facing can be reproduced with a single data table.The below example looks extremely boring - "why does he want to plot a single point ?!?"... but makes sense when two different data tables are used [main data table with median values, hover plot with individual values]  : )...

    hogi hogi
    Discussions |
    Jun 28, 2023 7:24 AM
    2874 views | 6 replies
  • Calculating confidence bands in QQ plots

    I have been trying to create a QQ plot using Excel which mimics the QQ plots performed by SAS JMP for normally distributed data. I am however not able to precisely mimics the confidence bands performed by SAS JMP.  I have been calculating the normal quantiles using the formulas provided in the following link:Statistical Details for the Normal Quantile Plot (jmp.com) The standardised residuals are ...

    BenjaminALK BenjaminALK
    Discussions |
    Jun 28, 2023 6:41 AM
    2646 views | 1 replies
  • How to rotate a label?

    In the Scripting Guide I found the commandText Box<<Rotate Text(direction)
    Is there a command to rotate the labels in Graph Builder? Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); Data Table( "Big Class" ):height << Format( "Percent", 5, 0 ); gb = Graph Builder( Variables( X( :sex ), X( :age, Position( 1 ) ), Y( :height ), Overlay( :sex ) ), Elements( Bar( X( 1 ), X( 2 ), Y...

    hogi hogi
    Discussions |
    Jun 28, 2023 4:48 AM
    1573 views | 2 replies
  • Marker size is not work for all the chart in graph builder

    I build a script as below: STHI TRB SEC = Graph Builder( Size( 1733, 995 ), Show Control Panel( 0 ), Variables( X( :device_start_1 ), Y( :cell_id ), Group X( :mapsec ), Overlay( :Track ), Color( :Track ) ), Elements( Points( X, Y, Legend( 4 ), Jitter( "Random Uniform" ), Jitter Limit( 0 ) ) ), SendToReport( Dispatch( {}, "device_start_1", ScaleBox, {Min( (Today()) - 43200 ...

    HSN HSN
    Discussions |
    Jun 27, 2023 8:22 PM
    2737 views | 5 replies

Latest Discussions

  • Hover Labels: send a more precise filter?

    I want to generate a hover graphlet from another data table following a recipe provided by @nascif_jmp. The problem that I am facing can be reproduced with a single data table.The below example looks extremely boring - "why does he want to plot a single point ?!?"... but makes sense when two different data tables are used [main data table with median values, hover plot with individual values]  : )...

    hogi hogi
    Discussions |
    Jun 28, 2023 7:24 AM
    2874 views | 6 replies
  • Calculating confidence bands in QQ plots

    I have been trying to create a QQ plot using Excel which mimics the QQ plots performed by SAS JMP for normally distributed data. I am however not able to precisely mimics the confidence bands performed by SAS JMP.  I have been calculating the normal quantiles using the formulas provided in the following link:Statistical Details for the Normal Quantile Plot (jmp.com) The standardised residuals are ...

    BenjaminALK BenjaminALK
    Discussions |
    Jun 28, 2023 6:41 AM
    2646 views | 1 replies
  • How to rotate a label?

    In the Scripting Guide I found the commandText Box<<Rotate Text(direction)
    Is there a command to rotate the labels in Graph Builder? Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); Data Table( "Big Class" ):height << Format( "Percent", 5, 0 ); gb = Graph Builder( Variables( X( :sex ), X( :age, Position( 1 ) ), Y( :height ), Overlay( :sex ) ), Elements( Bar( X( 1 ), X( 2 ), Y...

    hogi hogi
    Discussions |
    Jun 28, 2023 4:48 AM
    1573 views | 2 replies
  • Adding reported numbers to Boxplots

    Is there any way to add the median and st dev to a boxplot? 

    ndowidar ndowidar
    Discussions |
    Jun 27, 2023 2:21 PM
    862 views | 1 replies
  • How to get RMSE of the Power analysis for DOE

    Hello! I think this question was asked several times before. But I am still confused about how to get the RMSE for the power analysis for DOE with multiple factors. Say I have 7 factors and 10 responses, do I have to first conduct 10 different pilot studies for each response to construct a fitting model, and then get the RMSE (that will be a lot of work!)? How to set up the pilot study? Can someon...

    DendrogramSteer DendrogramSteer
    Discussions |
    Jun 27, 2023 2:01 AM
    1921 views | 2 replies

Latest Discussions

  • Design space profiler not showing number of random sample

    Hi,  I just started to use the new design space profiler in <JMP 17.0.0>. I am wondering why in some cases I can add a number of random sample and sometimes not when starting the design  space profiler. I used the design space profiler with several responses fitted with their prediction formula. This is the window that is sometimes not showing up   Has anyone experienced the same problem? Emmanuel

    eruffet eruffet
    Discussions |
    Jun 27, 2023 12:53 AM
    676 views | 0 replies
  • bounded KDE (Kernel Density Estimator)?

    Has anyone created or heard of function for JSL that returns a bounded KDE (Kernel Density Estimator)? I'm aware of the KDE used inside of the distribution platform, but one is not able to provide bounds to the domain.

    Prokaryote Prokaryote
    Discussions |
    Jun 23, 2023 11:56 AM
    772 views | 0 replies
  • How to set Scale Values in Graph Builder use Col Quantile function?

     HI, I want  set Scale Values in Graph Builder use Col Quantile function,  but always something wrong. the red code have some problem. I need color scale as Quantile Graph Builder( Size( 839, 726 ), Variables( X( :Prober_X ), Y( :Prober_Y ), Color( :OpticalPower ) ), Elements( Points( X, Y, Legend( 6 ) ) ), SendToReport( Dispatch( {}, "400", ScaleBox, {Legend Model( 6, Pr...

    Solarwing Solarwing
    Discussions |
    Jun 20, 2023 9:32 AM
    657 views | 0 replies
  • New Series on JSL and Visual Code Studio

    Just a heads up that we've been posting some additional JSL tricks on our LinkedIn Blog.   We have a weekly series that's been running currently focused on our Visual Code Studio Extension for JMP. Week 1:  https://www.linkedin.com/posts/predictum_automationjmp-series-use-vs-code-extension-activity-7062456347543359488-uzFu?utm_source=share&utm_medium=member_desktopWeek 2: https://www.linkedin.com/...

    wjlevin wjlevin
    Discussions |
    Jun 19, 2023 2:26 PM
    1051 views | 0 replies
  • Overlaying histograms: Iterating a function through N number of columns?

    @PatrickGiuliano ,  As a response to our latest discussion : Re: How to overlay histograms in JMP Thanks a lot for the response. Also, 1) I would like to get more guidance on ' possibilities of iterating the Overlap function for more columns ( N number of Columns), if possible. the code for : Y Function(N, x):  can be iterated ?  Y Function(N, x);
    For(i = 1, i <= N Col(xm), i++,
    ym[i] = Min(Normal D...

    DecileDromedary DecileDromedary
    Discussions |
    Jun 19, 2023 6:31 AM
    591 views | 0 replies
view all discussions