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

  • Optional arguments in functions

    HI folks,I just started using JMP after spending almost 10 years using IDL,therefore transistioning from expert to beginner.I am mostly in the process of learning the scripting language right now.Hopefully you'll pardon me for the occasional silly question So I'll start with a simple question:What is the best way to use optional arguments in functions?When I run scripts they do complain if I use ...

    paologrigis paologrigis
    Discussions |
    Oct 24, 2011 4:59 AM
    17820 views | 8 replies
  • JSL - Choosing the maximum value in a column

    HelloI am trying to produce pareto plot using the 3 most recent data set. How can I choose the maximum value of a given column?? I tried max() but that doesn't seem to work.Here's what I have for this part of my script:Pareto Plot( Cause( :Defect Desc ), Freq( :Defect Ct ), Where( :Date == Max(:Date) ) );Pareto Plot( Cause( :Defect Desc ), Freq( :Defect Ct ), Where( :Date == Max(:Date) -1 ) );Pare...

    abdulj abdulj
    Discussions |
    Oct 22, 2011 5:35 PM
    15910 views | 3 replies
  • How to create a new directory/folder

    Hi When i run my JMP script it generates a lot of different graph that I save as PNG pictures. I would like JMP to each time I run the script to create a folder named with the date and time that the script is run and save the PNG files in that folder. I have looked around, but could not find anybody doing this from JMP script. Can it be done? If not, is there a workaround?Best RegardsTarrild

    tarrild tarrild
    Discussions |
    Oct 11, 2011 8:38 AM
    12705 views | 3 replies
  • How to Open() only specific columns

    Hi, if I have a large JMP data table is there a way I can send a message to Open() that only loads in specific column(s)?  This would greatly reduce file loading time for a large file.  For example if I have this file:Open("c:\temp\fruit.jmp");Lets say fruit.jmp contains 200 columns of different fruit types and I may need access to all of these, but for the moment I only need load in one column "A...

    djhanson djhanson
    Discussions |
    Oct 10, 2011 3:39 PM
    8799 views | 1 replies
  • how to create average data from several rows?

    Hi, I have groups of mice, with tumours. Each group gets a specific treatment and tumour growth is measured daily. At the end of the experiment I have data for 3-4 groups, each group consisting of 4-5 mice, how do I create a graph of the data with one line for each group using the average daily measurements for the groups as the points on the lines?here is part of the table:where there are four me...

    Discussions |
    Oct 7, 2011 7:12 AM
    15882 views | 1 replies

Latest Discussions

  • Computing Sample Covariance

    I have the following matrix: [35 36 40, 38 37 40, 48 41 42, 50 46 54] for which I am trying to compute the sample covariance.  When calculating by hand, the sample covariance matrix should be: [40.6875 23.5 28.0, 23.5 15.5 21.5, 28.0 21.5 34.0] however I am unable to recreate this in JMP.  I found an option for calculating covariance, but it does not return the same result.Can anyone help point me...

    kotanna kotanna
    Discussions |
    Oct 1, 2011 2:14 PM
    4060 views | 1 replies
  • Extract data from a tabulation's tree structure?

    In my quest to avoid the table-flashing behavior of JMP I'm trying a different approach.  Normally I create an invisible tabulation, and to use the data I make a data table out of it.  The data table is easy to use, but unfortunately if you create a lot of them (like I do) you get lots of tables appearing and disappearing.  To prevent the table flashing I'd like to extract the data directly from t...

    pmroz pmroz
    Discussions |
    Sep 29, 2011 12:13 PM
    4373 views | 4 replies
  • Cumulative Incidence in Competing Risks Data

    Does anyone know how to make competing risks data analysis in JMP (which includes methods to calculate the cumulative incidence of an event of interest in the presence of competing risks, to compare cumulative incidence curves in the presence of competing risks, and to perform competing risks regression analysis)
    Do you know if an add-in is available
    thanks a lot

    Discussions |
    Sep 28, 2011 4:25 PM
    3692 views | 1 replies
  • Error message: "Exception in platform launch..."

    Hi,Brand new here, although I've been using JMP for a few years. Today I tried to run a simple control chart, only to be faced with the error message:Exception in platform launch in access or evaluation of 'Control Chart' As far as I know, I am doing nothing unusual, and have used the control chart platform successfully before.Does anyone have any idea why I am getting this error?Yes, I have resta...

    sfrubin sfrubin
    Discussions |
    Sep 22, 2011 7:35 AM
    3254 views | 1 replies
  • nonparametric equivalent to two-way ANOVA?

    Hi all,I have data that does not transform to fit assumptions of normality and homoscedasticity needed to perform a two-way ANOVA. I have found information on how to run nonparametric tests that are the equivalent of one-way ANOVAs, but can't find a way to do a two-way nonparametric analysis. Suggested tests (from an online search) are Cochran Q and/or Friedman's test. Not sure if there is some ot...

    aquastralis aquastralis
    Discussions |
    Sep 18, 2011 4:57 PM
    4146 views | 0 replies

Latest Discussions

  • nonparametric equivalent to two-way ANOVA?

    Hi all,I have data that does not transform to fit assumptions of normality and homoscedasticity needed to perform a two-way ANOVA. I have found information on how to run nonparametric tests that are the equivalent of one-way ANOVAs, but can't find a way to do a two-way nonparametric analysis. Suggested tests (from an online search) are Cochran Q and/or Friedman's test. Not sure if there is some ot...

    aquastralis aquastralis
    Discussions |
    Sep 18, 2011 4:57 PM
    4146 views | 0 replies
  • Do you think you're up to the challenge?

    I've just posted a JSL scripting challenge to the JMP Blog.     Take the JMP Add-In challengeIf you think you've got what it takes, please submit an entry.I'm looking forward to seeing what you come up with!-Jeff

    Jeff_Perkinson Jeff_Perkinson
    Discussions |
    Sep 8, 2011 5:43 AM
    2248 views | 0 replies
  • Using same fit model for multiple data tables

    Is there a way to save a fit model and then use it to analyze data from multiple data tables?

    Discussions |
    Apr 8, 2011 8:59 AM
    2196 views | 0 replies
  • Firth-bias adjusted estimates

    I am running some choice models in JMP. I am using the one-table method rather than the method with the separate profile, response, and subject tables. When I run my model with the Firth bias adjusted estimates box checked, the model fails with the note "cannot calculate objective at starting value." When I uncheck the Firth box, the model runs and I get output that appears reasonable. Couple ques...

    Discussions |
    Mar 25, 2011 8:12 AM
    2862 views | 0 replies
  • Invitation: SAS-L/sasCommunity.org/SAS Discussion Forums' Meetup at SGF2011

    You are invited to attend the combined SAS-L/sasCommunity.org/SAS Disscussion Forums' Meetup at SGF2011.

    You can find the announcement and details at: http://www.sascommunity.org/wiki/Invitation:_SAS-L/sasCommunity.org/SAS_Discussion_Forums%27_Meetup_at_SAS_Global_Forum_2011_in_Las_Vegas

    or, in tiny form: http://tiny.cc/5efml

    Discussions |
    Mar 12, 2011 3:46 PM
    2123 views | 0 replies
view all discussions