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

  • Make vertical line on chart

    Does anyone have an example of using Add Ref Line for making a vertical line on a chart (example Variability Chart, etc)? I've seen some examples in the JSL guide, but wanted to see another example as I'm trying to make it work. thx in advance. dj

    djhanson djhanson
    Discussions |
    Apr 14, 2011 6:27 PM
    7295 views | 8 replies
  • How to round Show Grand Mean on a chart?

    I've created a variability chart, but is there a way to round the resulting Show Grand Mean? It defaults to 10 decimal places which stretches the chart out horizontally. I'd like it to round to say 2 decimal places:

    chartVar = Variability Chart(
    Y(:YVALUE),
    X(:XVALUE),
    Show Grand Mean,
    ...
    any help appreciated. thx, dj

    djhanson djhanson
    Discussions |
    Apr 11, 2011 1:46 AM
    3917 views | 2 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
  • [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

Latest Discussions

  • Make vertical line on chart

    Does anyone have an example of using Add Ref Line for making a vertical line on a chart (example Variability Chart, etc)? I've seen some examples in the JSL guide, but wanted to see another example as I'm trying to make it work. thx in advance. dj

    djhanson djhanson
    Discussions |
    Apr 14, 2011 6:27 PM
    7295 views | 8 replies
  • How to round Show Grand Mean on a chart?

    I've created a variability chart, but is there a way to round the resulting Show Grand Mean? It defaults to 10 decimal places which stretches the chart out horizontally. I'd like it to round to say 2 decimal places:

    chartVar = Variability Chart(
    Y(:YVALUE),
    X(:XVALUE),
    Show Grand Mean,
    ...
    any help appreciated. thx, dj

    djhanson djhanson
    Discussions |
    Apr 11, 2011 1:46 AM
    3917 views | 2 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
  • [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

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