cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

  • How to Change the Default Settings: Preferences -> Platforms -> ?

    How to make agreement statistics (Cohen's kappa) to appear in the "Fit Y by X" platform report by DEFAULT?
    Preferences -> Platforms -> ?Thank you very much for your help!

    Ted Ted
    Discussions |
    Mar 24, 2021 3:18 AM
    2193 views | 1 replies
  • Get Path of open script

    I'm wondering if you can get the path of an open script like you can with a data table.    Names default to here(1); // data tables, cool dt = open("$SAMPLE_DATA\Big Class.jmp"); show(dt << Get Path()); // scripts, not so much. w = open("$SAMPLE_DATA\..\scripts\bootstrapsample.jsl"); show(w << Get Path()); @ben_ph 

    vince_faller vince_faller
    Discussions |
    Mar 23, 2021 12:46 PM
    2446 views | 3 replies
  • How do I KEEP the order of variables in a data set when graphing?

    I understand that I can reorder by using the value ordering dropdown menu under column properties ( as indicated in other posts and videos). However this is needlessly time consuming for 50- 100 values that are already IN the correct order in the data set.  So I am just interested in keeping the data in the order in which it currently is. Thanks so much for your help!Jennifer

    jennifer_n_blak jennifer_n_blak
    Discussions |
    Mar 23, 2021 12:11 PM
    14846 views | 8 replies
  • Need steps to publish the interactive HTML reports to JMP public

    Need steps to share the interactive HTML reports to JMP public after creating a profile in SAS

    rvkamal rvkamal
    Discussions |
    Mar 23, 2021 9:42 AM
    998 views | 1 replies
  • STATISTIC PROBLEM

    Fit a KNN model to the Titanic Passengers dataset where "Survived" is the response and all other variables (except Name) are the predictor (X) variables. Set the validation to the validation column.  Set the K to 15, and the random seed to 125. Based on the results, what is the optimal K (enter the numerical answer, e.g., 3)   Titanic Passengers" JMP dataset

    jonessas jonessas
    Discussions |
    Mar 23, 2021 9:36 AM
    1500 views | 2 replies

Latest Discussions

  • Get Path of open script

    I'm wondering if you can get the path of an open script like you can with a data table.    Names default to here(1); // data tables, cool dt = open("$SAMPLE_DATA\Big Class.jmp"); show(dt << Get Path()); // scripts, not so much. w = open("$SAMPLE_DATA\..\scripts\bootstrapsample.jsl"); show(w << Get Path()); @ben_ph 

    vince_faller vince_faller
    Discussions |
    Mar 23, 2021 12:46 PM
    2446 views | 3 replies
  • Need steps to publish the interactive HTML reports to JMP public

    Need steps to share the interactive HTML reports to JMP public after creating a profile in SAS

    rvkamal rvkamal
    Discussions |
    Mar 23, 2021 9:42 AM
    998 views | 1 replies
  • Newbie question on saving derived tables to main table

    Is there any way to save a derived table back to the main table for playback. For instance if I convert the output of one of the analysis tables into a JMP table by right clicking and "Make into data table" is it possible to derive a script to do this and then have it listed in the main table top left panel script playback panel for future playback?

    Merllin Merllin
    Discussions |
    Mar 23, 2021 4:17 AM
    1202 views | 2 replies
  • Status quo levels in discrete choice experiment?

    Dear fellow researchers, I am conducting a choice-based conjoint analysis in my research. Within the experiment, I´d like to compare two alternatives to a fixed status quo per choice task. The status quo is modelled as a constant "none-option" and will be estimated as a constant. I am wondering, if I can use the levels which define the status quo also as levels for the alternatives in order to g...

    Julia90 Julia90
    Discussions |
    Mar 22, 2021 7:57 AM
    1644 views | 1 replies
  • Run Bivariate and Export Predicteds to Vector

    All- I want to run a script that runs a bivariate fit and save the predicteds to a vector. Also I want to avoid showing the bivariate window.I am going to use the predicteds in additional computation and I don't want to save them to the data table. Here is what I have so far and it is not working:dt = Current Data Table(); kernelSmoother = Bivariate( Y( :Gas Rate ), X( :Days ), Kernel Smoother( 1...

    a_betancourt a_betancourt
    Discussions |
    Mar 22, 2021 7:07 AM
    1457 views | 2 replies

Latest Discussions

view all discussions