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

  • is a count variable continuous or ordinal?

    Friends:I have a vaiable that gets values of 0,1,2,3,4. this variable counts number of cars in a zone for example when we have 3 cars it gets the value of 3. my question is: what is the appropriate type for this variable? should I go with continuous or change it to nominal?thanks

    mraha mraha
    Discussions |
    Jul 18, 2023 7:53 AM
    3912 views | 3 replies
  • Pixellation in GraphBuilder titles

    Hi everyone, not sure whether this is a bug or whether i'm doing something wrong, so maybe someone could help.When i export graphs from GraphBuilder and the "transparency" in Preferences/Reports is "on", i get a very pixellated text:if I turn it off, it looks fine: I want to have transparent backgrounds with the normal quality text. Would anyone happen to have a suggestion on how to solve this? An...

    Kanstantsin Kanstantsin
    Discussions |
    Jul 18, 2023 6:52 AM
    1595 views | 3 replies
  • How to Export Journal to PDF using Script

    hi All, I have combine all the graph in a journal using below method.But I'm not sure how can I export that Journal to PDF report.   platform << report << Journal();
    vc << report << Journal();
    dist << report << Journal();

    I try this but it doesn't work:-w = CurrentJournal();
    w << Set page setup(
    margins( 1, 1, 1, 1 ),
    scale( 1 ),
    portrait( 1 ),
    paper size( "Letter" )
    );
    w << save pdf( "$DOCUMENTS\test.pdf" ...

    mylifemyrule mylifemyrule
    Discussions |
    Jul 18, 2023 6:51 AM
    1357 views | 1 replies
  • Distribution using column list

    hi,I'm trying to create an continuous distribution using the column list store in "collist"it show below error and the distribution did not come out. Names Default To Here( 1 ); dt=Open( "C:\2023 Project\Try.jmp" ); //dt = Open( "$SAMPLE_DATA/Blood Pressure.jmp" ); ListofColumnNames2= dt << get column names(); show(ListofColumnNames2); collist = {}; For( i=3, i <= N Items(ListofColumnNames2), i++...

    mylifemyrule mylifemyrule
    Discussions |
    Jul 18, 2023 6:39 AM
    1429 views | 2 replies
  • Random effect test

    Hi everyone, I would appreciate a little clarification or guidance on my experimental design.My experiment has two main treatments: gas contamination (2 different levels) and species (2 different species). The experiment is set up so that I have two main rings (one for each level of contamination), each with the two different species in them. Each rings are replicated 3 times making it 6 rings in ...

    Gabriel Gabriel
    Discussions |
    Jul 18, 2023 6:18 AM
    6586 views | 8 replies

Latest Discussions

  • is a count variable continuous or ordinal?

    Friends:I have a vaiable that gets values of 0,1,2,3,4. this variable counts number of cars in a zone for example when we have 3 cars it gets the value of 3. my question is: what is the appropriate type for this variable? should I go with continuous or change it to nominal?thanks

    mraha mraha
    Discussions |
    Jul 18, 2023 7:53 AM
    3912 views | 3 replies
  • Heatmap Plot - mixing colors

    In my search for aliens in BigClass, today I want to generate a heatmap plot to show the aliens at a glance.The idea: color the non-alien students green and the aliens red.But with several non-aliens in the same age group, the alien red is just slightly visible: Next idea:
    Let's increase the transparency for non-aliens such that age groups with aliens inside get nicely visible.
    I exected such cells ...

    hogi hogi
    Discussions |
    Jul 18, 2023 4:48 AM
    941 views | 0 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
  • 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

Latest Discussions

  • Heatmap Plot - mixing colors

    In my search for aliens in BigClass, today I want to generate a heatmap plot to show the aliens at a glance.The idea: color the non-alien students green and the aliens red.But with several non-aliens in the same age group, the alien red is just slightly visible: Next idea:
    Let's increase the transparency for non-aliens such that age groups with aliens inside get nicely visible.
    I exected such cells ...

    hogi hogi
    Discussions |
    Jul 18, 2023 4:48 AM
    941 views | 0 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
  • 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
view all discussions