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

  • formule

    Bonjour à tous,Je vous pose une simple question, j’aimerais établir la requête suivante à l’aide des formules dans JMP si possible : Mettre dans la colonne « erreur » la valeur 1 une ligne après qu’une cellule dans la colonne « bilan » soit non-nulle. Voici la base de données : Il faudrait qu’à la ligne 38 061 la valeur dans la colonne « bilan » soit 1 et pas la ligne 38 060. Merci pour vos répons...

    hcarr01 hcarr01
    Discussions |
    Jul 18, 2023 4:43 AM
    1163 views | 2 replies
  • How do I make combo box to show unique values?

    Dear All,This script is similar to one in book "JUMP into JMP".The script prompts user to select a "DCM", based on this selection "DieNo" list is populated.There are couple of problems here. "DCM Number" list is not in ascending order.Other issue, When I select a DCM number, "DieNo" list is populated. But this lists all the values, I want only unique values to be listed.For both columns data type ...

    sanqub sanqub
    Discussions |
    Jul 18, 2023 1:34 AM
    13242 views | 10 replies
  • Table Subset Random Rows

    Hello there, I have a table containing 1mil rows = 1mil sample size, and 3000+ columns = 3000 parameters to study. I have tried the Subset Random - sampling rate = 0.01 in attempt to reduce my data size to 10k rows, while still representing the initial big table sufficiently.  Noted that most of the aggregated stats, CPK are still quite matched to the big table, but some tail observations may be e...

    ylee ylee
    Discussions |
    Jul 17, 2023 5:39 PM
    1395 views | 1 replies
  • Adding New Custom Summary Statistics

    Hi, I am looking to add "custom" statistics to the summary statistics table within the "Analyze" platform, similar to the mock-up below. The list of additional statistics within the customize statistics window does not have what I am looking for so I want a way to add my own calculations. I get the impression that this may not be possible within the Summary Statistics table, so any guidance on how...

    Connor_K Connor_K
    Discussions |
    Jul 17, 2023 2:00 PM
    2002 views | 4 replies
  • pairwise comparisons repeated measures MANOVA?

    Hi all, Using MANOVA for repeated measures, is there a way to get pairwise results from the different levels of a model effect (analogous to how the post-hoc student's |t| and tukey's HSD can do in the least squares models)? Alternatively, is there a simpler way other than to drop-out a model effect level (i.e. 'hide and exclude') and rerun the model in order determine the relative effects of the ...

    ContentMachine2 ContentMachine2
    Discussions |
    Jul 17, 2023 12:04 PM
    1005 views | 1 replies

Latest Discussions

  • pairwise comparisons repeated measures MANOVA?

    Hi all, Using MANOVA for repeated measures, is there a way to get pairwise results from the different levels of a model effect (analogous to how the post-hoc student's |t| and tukey's HSD can do in the least squares models)? Alternatively, is there a simpler way other than to drop-out a model effect level (i.e. 'hide and exclude') and rerun the model in order determine the relative effects of the ...

    ContentMachine2 ContentMachine2
    Discussions |
    Jul 17, 2023 12:04 PM
    1005 views | 1 replies
  • automatic Mean-centred.

     if I fit the regression analysis for a nominal variable (manipulated as two conditions) as IV, and a continuous variable as DV, at the same time, I add three covariates into the model. I wonder whether the covariates would be automatically mean-centred in the result table for this regression. for example, the "parameter estimates table" shows:"intercept""nominal variable""covariate 1""covariate 2...

    Rongyu_Kuang Rongyu_Kuang
    Discussions |
    Jul 17, 2023 11:36 AM
    1212 views | 2 replies
  • Tabulate as Tree Box?

    For Tabulate, is there an option to display the table as a Tree Box instead of a flat table?   Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); Tabulate( Add Table( Column Table( Analysis Columns( :height ), Statistics( Median ) ), Row Table( Grouping Columns( :sex, :age, :name ) ) ) ) 

    hogi hogi
    Discussions |
    Jul 17, 2023 10:59 AM
    595 views | 0 replies
  • Process Capability by group

    hi,May I know where is wrong in the scrip I would like to generate the process capability report by lot_id as below.     Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA\semiconductor capability.jmp" ); // Create a complex name for a column to make sure it will be // processed correctly dt:NPN1 << set name( "NPN1-7/Best" ); // Get a list of columns to be used colList = dt << get column names...

    mylifemyrule mylifemyrule
    Discussions |
    Jul 17, 2023 12:45 AM
    1337 views | 3 replies
  • "Actual by Predicted plot" - How confidence intervals are really calculated ?

     Hello Community, My Question:I have a question concerning how I can access the confidence intervals of the Actual by predicted graph below:  I attach the jmp file if you want to try yourselves. Now I am gonna tell you what I have tried up to know: What I have tried:I have save the columns “mean confidence limit formula as shown below: However, when I try to reproduce the “Actual by Predicted plot...

    Julianveda Julianveda
    Discussions |
    Jul 17, 2023 12:23 AM
    2272 views | 3 replies

Latest Discussions

  • Tabulate as Tree Box?

    For Tabulate, is there an option to display the table as a Tree Box instead of a flat table?   Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); Tabulate( Add Table( Column Table( Analysis Columns( :height ), Statistics( Median ) ), Row Table( Grouping Columns( :sex, :age, :name ) ) ) ) 

    hogi hogi
    Discussions |
    Jul 17, 2023 10:59 AM
    595 views | 0 replies
  • 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
    675 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
    656 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
view all discussions