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

  • 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
    2876 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
    2647 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
    2741 views | 5 replies
  • How the pass/fail formula works?

    I'm having a problem where the formulas are returning null values.
    The raw table is the raw data and there is a specification table, which is used to determine whether the raw data passes or fails according to the specification table. I have written a JSL, please help me to see what the problem is, thanks. Names Default To Here( 1 ); //raw data dt = Data Table( "raw data001" ); dt1 = dt << subset(...

    lehaofeng lehaofeng
    Discussions |
    Jun 27, 2023 7:39 PM
    4322 views | 11 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
    2876 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
    2647 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
    863 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
    773 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
    1052 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