cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • See how to understand variation and assess process behavior May 1.Register for Mastering JMP.
  • Follow us on LinkedIn to stay up to date on webinars, tips and tricks, product updates, and more.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Repeated Measures analysis doesn't return results for one treatment

    Hi Folks,I'm at a loss. My experiment is cells with 4 different treatments and over the course of 5 time points. I have 5 biological replicates of this experiment.  The script doesn't return data for one of my treatments. They are called: Control, Catalase, LewisA, LewisX.I'm not even sure what information I should share.Please help.Thanks in advance. Fit Model( Y( :SqrtLive ), Effects( :Treatme...

    jrhughes jrhughes
    Discussions |
    Mar 11, 2021 4:09 AM
    1473 views | 2 replies
  • Variable confounds with residual

    Hi, l am attempting to analyse data for an interlab study with a mixed model, its a nested design with 5 variables, the dependant variable is titers, the structure of my analysis is as followsFixed EffectSample (30 of)Random EffectsSample*Lab (3 levels)
    Sample*Day (3 Levels)
    Sample*Run (2 Levels)
    Replicate[Sample,Lab,Day,Run] (replicate has 2 levels)
    Sample*Lab*Day l get the error message that Replica...

    Mickyboy Mickyboy
    Discussions |
    Mar 11, 2021 4:02 AM
    7177 views | 10 replies
  • GraphBuilder > FrameBox << Add Graphics Script (V Line (x,y1,y2)): dynamically assign x, y1, and y2?

    Hi JMP Community, It's my turn to be stumped by an apparently trivial project. I'm trying to dynamically add V Lines to a Graph Builder plot and I'm getting rather unexpected results with the test script below: Names Default to Here (1); dt = New Table ("TEST", New Column ("X", Set Values ([1,2,3,4,5])), New Column ("Y", Set Values ([3,2,5,8,6])) ); gb = dt << Graph Builder( Fit to Wind...

    Thierry_S Thierry_S
    Discussions |
    Mar 11, 2021 2:16 AM
    2872 views | 2 replies
  • Select and delete columns that contain specific string

    Hi jsl folks,            Can somebody comment on what's wrong with my coding below? I am trying to look for columns which contain a string called "Dummy" and trying to delete it but it is not working. Pls help.     Names Default To Here( 1 ); dt = New Table( "Example", Add Rows( 3 ), New Column( "A_Dummy", Character, "Nominal", Set Values( {"xx", "yy", "zz"} ) ), New Column( "B", Char...

    brandon_mcrv brandon_mcrv
    Discussions |
    Mar 10, 2021 6:08 PM
    5961 views | 7 replies
  • Fill consecutive rows

    I have a large data set and will like to fill consecutive rows with top value.   

    pankti pankti
    Discussions |
    Mar 10, 2021 5:32 PM
    3884 views | 5 replies

Latest Discussions

  • Repeated Measures analysis doesn't return results for one treatment

    Hi Folks,I'm at a loss. My experiment is cells with 4 different treatments and over the course of 5 time points. I have 5 biological replicates of this experiment.  The script doesn't return data for one of my treatments. They are called: Control, Catalase, LewisA, LewisX.I'm not even sure what information I should share.Please help.Thanks in advance. Fit Model( Y( :SqrtLive ), Effects( :Treatme...

    jrhughes jrhughes
    Discussions |
    Mar 11, 2021 4:09 AM
    1473 views | 2 replies
  • Fill consecutive rows

    I have a large data set and will like to fill consecutive rows with top value.   

    pankti pankti
    Discussions |
    Mar 10, 2021 5:32 PM
    3884 views | 5 replies
  • How to plot the estimates (fixed terms) of a linear mixed model

    Hello, I have regular JMP (no Pro) and have used a linear mixed model using the REML option having as fixed terms 3 single and 3 crossed terms. All single terms used were nominal with 4, 3 and 2 levels respectively. I want to plot the estimates (fixed terms) as a standardized coefficient with respective associated 95%CI as significance level. However, I am unsure in the output where (or if) I can ...

    Catarina Catarina
    Discussions |
    Mar 10, 2021 3:21 PM
    4964 views | 9 replies
  • BMI percentile calculations

    For patients < 18 years of age, their obesity is determined by age, gender specific BMI percentiles . CDC had codes to do this in SAS https://www.cdc.gov/nccdphp/dnpao/growthcharts/resources/sas.htm I am wondering if this is possible to do this in JMP. I currently have to depend on a SAS user to do this for me..

    Sandeep123 Sandeep123
    Discussions |
    Mar 10, 2021 3:13 PM
    1523 views | 1 replies
  • case mix adjusted mortality rate calculation

    I have a large data set , where I need to compare the mortality rate among two groups. The groups differ in age , diagnostic categories , gender etc. I can do logistic regression and it gives me odds ratio of death in one group vs other after including the confounding variables..but it does not give me a 'adjusted rate' How do I calculate and compare the case mix adjusted mortality rates between t...

    Sandeep123 Sandeep123
    Discussions |
    Mar 10, 2021 1:40 PM
    2490 views | 2 replies

Latest Discussions

view all discussions