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

  • 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
    1502 views | 2 replies
  • Cannot perform math on returned value from Number Edit Box

    I'm trying to run a very simple script that requests a numerical input from the user. Unfortunately, I cannot perform numerical operations such as subtract and divide on the returned value. Am quite new to jsl, so I must be doing something wrong that must be very simple to correct. the error message is: "Cannot convert argument to a number [or matrix] in access or evaluation of 'Divide', minfeat_a...

    dsoltz1 dsoltz1
    Discussions |
    Mar 23, 2021 9:05 AM
    3285 views | 6 replies
  • 'Equation' is missing when using 'Line of Fit' graph on Graph Builder (Screenshot attached)

     Hi all, I'm trying to draw a Simple Linear Regression. I am not seeing 'equation' in the “Statistics” group (left-hand panel) on the Graph Builder. I'm using the graph named “Line of Fit.”Am I missing anything? Any feedback would be appreciated. Thank you

    aprilmayjune aprilmayjune
    Discussions |
    Mar 23, 2021 7:47 AM
    1759 views | 1 replies
  • JSL: Save dashboard as interactive html

    I built a dashboard from a script and want to save it as an interactive html and close it afterwards. The script runs fine, but the saving and closing doesn't. I tried it with something similar than this, but it doesn't work.Help is appreciated! Thanks in advance!MarkusNames Default To Here( 1 ); Open("$SAMPLE_DATA/Quality Control/Steam Turbine Historical.jmp"); app = JMP App(); app << Open File( ...

    markus markus
    Discussions |
    Mar 23, 2021 6:51 AM
    3844 views | 6 replies
  • csv Data Stored in Data Table Cell

    I'm looking for help to extract a csv file that is stored within a cell in a data table.  I want to setup a script to iterate through this column and either extract to a new data table or save the cell contents as a csv file (that I can later open as a data table in JMP).  I've briefly looked at text to columns; however, there is so much data contained within each cell, this approach does not seem...

    lou lou
    Discussions |
    Mar 23, 2021 5:18 AM
    1991 views | 3 replies

Latest Discussions

  • 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
    1206 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
    1651 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
    1459 views | 2 replies
  • Importing kmz files in JMP

    Will the kml polygon importer add-in also import kmz files into JMP? I tried to import a kmz file, and it didn't appear to work properly.

    imendel imendel
    Discussions |
    Mar 22, 2021 6:52 AM
    1667 views | 2 replies
  • Similar function same as excel

    Need help on similar function for grouping date/time on new column same as excel <FLOOR(S2,"3:00")>

    bhpan bhpan
    Discussions |
    Mar 22, 2021 5:30 AM
    2032 views | 4 replies

Latest Discussions

view all discussions