cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

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

  • fix text edit box width

    Hi Jumpers,

    As to fix Text edit box width, I put some spaces into Text edit box.

    I want to know another way to fix Text edit box width.

    regard
    Volf.

    Message was edited by: volf

    volf volf
    Discussions |
    Feb 16, 2011 6:46 AM
    5075 views | 3 replies
  • Unlinking tables in JSL

    Maybe I'm just slow today, but I can't figure this out. All I want to do is create a summary table (or some sort of linked table) and close the original table without closing the linked table. Any ideas?

    Example:

    dt = New Table( "beer",
    Add Rows( 4 ),
    New Column( "Group",
    Character,
    Nominal,
    Set Values( {"dark lager", "dark lager", "garbage", "garbage"} )
    ),
    New Column( "Beer",
    Character,
    Nom...

    Anonymous Anonymous
    Discussions |
    Feb 14, 2011 7:33 AM
    15522 views | 4 replies
  • rename columns

    I am creating a script that will import a .txt file and do some manipulation. I want the column names to be a concatenation of rows 1 and 2. In other words, on row 1 I have things like "length" and "width," on row 2 I have things like "meters" and "centimeters," and on rows 3 through x I have the values. So I want to concat "length" with "meters" and make it the column name for column one, with...

    Discussions |
    Feb 11, 2011 11:26 AM
    12599 views | 5 replies
  • 3 variable bar chart in JMP - one of variables is colour

    Hello,
    I am trying to create a bar chart where the Y axis represents a count of unique species, the X axis represents a country and I want a third variable, sum of all animals in that country, to be represented as the colour fill of the bar. Is there a way to do this in JMP? Any help would be appreciated. thanks in advance.

    Discussions |
    Jan 24, 2011 5:57 AM
    2928 views | 1 replies
  • Confidence Intervals using a Binomial Distribution

    I need to calculate 95% confidence intervals for the reporting fraction of adverse events at different time intervals. I'd like to use the "Exact Binomial Confidence Interval".

    The link below shows how to do it using Excel; is there a comparable way to do this in JSL?

    http://www.itl.nist.gov/div898/handbook/prc/section2/prc241.htm

    Thanks!

    pmroz pmroz
    Discussions |
    Jan 19, 2011 1:58 PM
    17723 views | 12 replies

Latest Discussions

  • fix text edit box width

    Hi Jumpers,

    As to fix Text edit box width, I put some spaces into Text edit box.

    I want to know another way to fix Text edit box width.

    regard
    Volf.

    Message was edited by: volf

    volf volf
    Discussions |
    Feb 16, 2011 6:46 AM
    5075 views | 3 replies
  • 3 variable bar chart in JMP - one of variables is colour

    Hello,
    I am trying to create a bar chart where the Y axis represents a count of unique species, the X axis represents a country and I want a third variable, sum of all animals in that country, to be represented as the colour fill of the bar. Is there a way to do this in JMP? Any help would be appreciated. thanks in advance.

    Discussions |
    Jan 24, 2011 5:57 AM
    2928 views | 1 replies
  • Docking / floating the log window from script

    In JMP 8 one can switch from a docked log window to a floating log window from the main menu by selecting View | Docked Log or View | Floating Log as appropriate, but is there a way to switch from one to the other from within a JSL script? I can't find any reference to this in the manual.

    The reason I'm asking is that I have a script which at one point minimizes all the open windows on the screen ...

    Discussions |
    Jan 17, 2011 6:33 AM
    3190 views | 1 replies
  • SAS / JMP graphs

    Hello,

    I am working on some Clinical data , in summary data looks like
    Drug , Condition Score Method
    ==============================================================
    7011 9011 1.375171937 A
    7012 9012 1.2849949645 A
    7013 9013 0.8529674171 A
    For a Drug there can be multiple condition, One condition could through one or more than one drug,
    These results...

    Discussions |
    Jan 12, 2011 2:56 PM
    2227 views | 0 replies
  • Automating reports using JMP

    Any suggestions about how I could automate generating 40 - 50 reports of data that I have analysed in JMP on a weekly basis? Cutting and pasting would be too slow.

    bernard_mckeown bernard_mckeown
    Discussions |
    Dec 22, 2010 8:09 AM
    7382 views | 9 replies

Latest Discussions

  • SAS / JMP graphs

    Hello,

    I am working on some Clinical data , in summary data looks like
    Drug , Condition Score Method
    ==============================================================
    7011 9011 1.375171937 A
    7012 9012 1.2849949645 A
    7013 9013 0.8529674171 A
    For a Drug there can be multiple condition, One condition could through one or more than one drug,
    These results...

    Discussions |
    Jan 12, 2011 2:56 PM
    2227 views | 0 replies
  • Mixed effects Models (REML) in JMP-understanding the denominator DF

    I am attempting to run mixed effects models (using the REML method) in the fit model platform in JMP 8.0.1. I have two random factors and two fixed factors. I have run the same model for two different response variables (so the structure, number of reps etc is identical) and am puzzled by the fact that the reported denominator DF in my fixed factor effect test report is not the same for both mo...

    Discussions |
    Aug 20, 2010 8:56 AM
    2884 views | 0 replies
  • Help for an experimentalist

    Is there a straightforward way to run a simple analysis of covariance, and receive the ANOVA table as output?

    How about any estimate of effect size, such as Cohen's d, Eta-squared, or Omega-squared?

    Any way to receive actual group means instead of least squares means in the post-hoc analyses? (see: http://onbiostatistics.blogspot.com/2009/04/least-squares-means-marginal-means-vs.html)

    Discussions |
    Jul 30, 2010 10:53 AM
    2436 views | 0 replies
  • Control Charting with transactional recordset

    Hello,

    I'm trying to understand if JMP supports a control chart graph directly from transactional data without first having to create a summary table.

    The JMP sample data table called Washers contains 15 records showing the count of defects per lot size of 400. Taking one step back there may have existed a data table of 6000 records (15x400) where each record contained the defect count of 1 or 0. W...

    khill khill
    Discussions |
    May 10, 2010 4:40 AM
    2358 views | 0 replies
  • Nemenyi test post-hoc for Kruskal-Wallis test

    Is there a way to do post-hoc testing for the Kruskal-Wallis test for non-parametric data? I have searched the web and most use the Nemenyi test as described by Zar in Biostatistical analysis 3rd edition p226. I have a large amount of data and don't want to do all this by hand.

    Many thanks

    Discussions |
    Feb 12, 2010 12:10 AM
    3200 views | 0 replies
view all discussions