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

  • 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
  • [SOLVED] Outputting JMP tables to Excel Worksheets

    Say that I have 4 JMP Tables dt1, dt2, dt3 and dt4. I would like each table to be output to its own worksheet (tab) in an new Excel file. Can someone please point me in the right direction.

    Thanks,
    Bill

    Message was edited by: Bill E

    bille bille
    Discussions |
    Mar 29, 2011 6:31 AM
    9658 views | 4 replies
  • remove filter using script

    I have used script to apply filters in order to run frequencies on the dependent data, but haven't figured out how to remove all filters using script -- what are my options?

    For example, here's my applying filter script:

    Current Data Table() << Data Filter(
    Add Filter(
    columns( :key ),
    Where( :key == {1, 3, 4, 5, 6, 888, 999} ),
    Display( :admit.type, Size( 204, 140 ), List Display )
    ),
    Mode( Show...

    Discussions |
    Mar 28, 2011 5:32 AM
    5089 views | 5 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
    2858 views | 0 replies
  • Custom Sort Order

    I have multiple steps in a process in time order.... P2, C2, F2. These are values in my OPERATION column. When I use the Summary Platform in my JMP script, I can specify ascending (C2, F2, P2) or descending (P2, F2, C2). I really want it sorted in time order P2, C2, F2. I realize I can create another column with 1 next to P2, 2 next to C2, and 3 next to F2, but is there a way that I can specif...

    bille bille
    Discussions |
    Mar 24, 2011 8:48 AM
    6107 views | 3 replies

Latest Discussions

  • 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
  • [SOLVED] Outputting JMP tables to Excel Worksheets

    Say that I have 4 JMP Tables dt1, dt2, dt3 and dt4. I would like each table to be output to its own worksheet (tab) in an new Excel file. Can someone please point me in the right direction.

    Thanks,
    Bill

    Message was edited by: Bill E

    bille bille
    Discussions |
    Mar 29, 2011 6:31 AM
    9658 views | 4 replies
  • remove filter using script

    I have used script to apply filters in order to run frequencies on the dependent data, but haven't figured out how to remove all filters using script -- what are my options?

    For example, here's my applying filter script:

    Current Data Table() << Data Filter(
    Add Filter(
    columns( :key ),
    Where( :key == {1, 3, 4, 5, 6, 888, 999} ),
    Display( :admit.type, Size( 204, 140 ), List Display )
    ),
    Mode( Show...

    Discussions |
    Mar 28, 2011 5:32 AM
    5089 views | 5 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
    2858 views | 0 replies
  • Custom Sort Order

    I have multiple steps in a process in time order.... P2, C2, F2. These are values in my OPERATION column. When I use the Summary Platform in my JMP script, I can specify ascending (C2, F2, P2) or descending (P2, F2, C2). I really want it sorted in time order P2, C2, F2. I realize I can create another column with 1 next to P2, 2 next to C2, and 3 next to F2, but is there a way that I can specif...

    bille bille
    Discussions |
    Mar 24, 2011 8:48 AM
    6107 views | 3 replies

Latest Discussions

  • 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
    2858 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
  • 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
    2231 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
    2888 views | 0 replies
view all discussions