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

  • 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
  • Show more than 6 decimal places in prediction profiler

    Hello JMP Community, I have Box-Cox transformed data and have a prediction profiler at the end of my fit model dialog.To use the output (yellow box) for further calculations outside of jmp, I need 11-12 decimal places, but don't know how I get jmp to show them. I already changed the format of my data to 12 fixed decimal places, but the predicted value did not adjust.When I reduce the format to e.g...

    CoxPanther919 CoxPanther919
    Discussions |
    Jul 17, 2023 10:40 AM
    1216 views | 1 replies
  • Summarize Function

    I use the summarize function quite a bit in the course of my work.  Oftentimes, I want a frequency distribution of a variable. To do this I use Summarize( ex=By(dt:var), exCnt = Count(dt:var)). ex contains the levels of the variable and exCnt contains the frequency distribution. This works fine when the var is numeric, though not when the var is string. The work around I use is to create a dummy s...

    modelFit modelFit
    Discussions |
    Jul 17, 2023 10:36 AM
    2711 views | 4 replies
  • Script

    Bonjour à tous, Voici ma base de données :   J’aimerais pouvoir supprimer toutes les colonnes (de la 4ème à la dernière colonne).J’utilise le script suivant mais cela ne fonctionne pas correctement. dt22 = current data table();

    max = N cols(dt22);
    For (i=4 , i <= max , i++, dt22 << delete columns(i); );
    Merci pour vos réponses !

    hcarr01 hcarr01
    Discussions |
    Jul 17, 2023 7:24 AM
    1074 views | 1 replies

Latest Discussions

  • 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
  • How to use JMP software JSL to efficiently find the minimum value?

    How to use JMP software JSL to efficiently find the minimum value in the same row, multiple columns, and the rank of the column in which the minimum value resides. dt = Open( "$SAMPLE_DATA/PopAgeGroup.jmp" ); New Column( "mi" ); New Column( "ix" ); Column( "mi" ) << Formula( ? ); dt << run formulas; Column( "mi" ) << deleteFormula; Column( "ix" ) << Formula( ? ); dt << run formulas; Column( "ix" )...

    lala lala
    Discussions |
    Jul 16, 2023 11:54 PM
    1707 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