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

  • Can simplify the script when opening text files with JSL?

    Hello!For example, if I import a text file like this, if my text file has a large number of columns, dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); dt << Save( "D:\Big.txt" ); Close( dt, nosave ); dt = Open( "D:\Big.txt", Charset( "gb2312" ), columns( New Column( "name", Character, "Nominal" ), New Column( "age", Numeric, "Continuous", Format( "Best", 12 ) ), New Column( "sex", Character, "No...

    lala lala
    Discussions |
    Aug 31, 2022 4:05 AM
    1137 views | 1 replies
  • Draw reference lines for ordinal/nominal axis

    Dear Community, I'm struggling a bit with drawing reference lines on an ordinal axis. There are great examples on how to draw reference lines on continuous axes, but it seems to be different for ordinal axes. So in the example below I cannot tell JMP to draw a reference line at age of 13, instead I need to find the position at the axis in the GraphBuilder (that is two: 13 is the second age value w...

    Georg Georg
    Discussions |
    Aug 31, 2022 12:49 AM
    2036 views | 3 replies
  • Should I be using the logistic regression or the categorical response module?

    I'm in JMP Pro 15.2.1.I have 60 thousand observations, where the response is true/false and two categorical predictors: job, and group (assume they're not correlated). Many thousands of observations. I was about to do a logistic regression under the assumption that every observation was independent. But then I realized that each person had three consecutive response opportunities (one each quarter...

    gchesterton gchesterton
    Discussions |
    Aug 30, 2022 8:39 PM
    1031 views | 1 replies
  • Retrieving data formatted as a string from Python

    Hello, I have a simple script that sends a variable to Python to run an SQL query ( going through JMP directly somehow is very slow, python is fine). Anyway, the query runs fine but I can't figure out how to make use of the data generated by Python and format it into a JMP table. Any suggestions would be greatly appreciated. I've created a move script which generates the string exactly as produced...

    Sburel Sburel
    Discussions |
    Aug 30, 2022 7:34 PM
    1463 views | 2 replies
  • Open Excel within a button box - Strange behavior

    Hi.  I'm noticing that if I try to open an excel file using a script, the Excel Import Wizard appears if the Open command originates from a buttonbox, but it does not appear if the Open command is in the top-level of the script.  For the record, I do not want the wizard to appear in this case.  Is anyone familiar with this behavior, and if so, can I fix it? For example, I have a script where the u...

    nikles nikles
    Discussions |
    Aug 30, 2022 4:21 PM
    3201 views | 5 replies

Latest Discussions

Latest Discussions

  • How to transform least square means from Turkey table after box cox transformation

    Hello Everyone, I am running a three-way ANOVA with data expressed in percentage, but the data set is not normal. Since I have zeros, I first add a constant 0.00001, then I fit the model, and in the least square fit window, I used the box cox transformation to do a better fit. I know if I ask to save the predicted values, it will save the back-transformed data, but is there an option for JMP to sa...

    Viniaze Viniaze
    Discussions |
    Aug 27, 2022 9:14 AM
    653 views | 0 replies
  • XGBoost Add-In for JMP Pro no test set result in model screening

    I'm using model screening and include XGBoost as a method. However the result from XGBoost are only shown in Train set and Validation set.Why the result of XGBoost for test set is not shown? 

    TasapornV TasapornV
    Discussions |
    Aug 25, 2022 12:45 AM
    719 views | 0 replies
  • JMP Pro, Dantzig selector: how do I improve computational time

     Hello JMP community members. Concerning the use of the Dantzig selector on big and sparse datasets.I wondered what features would be at disposal to tune the computational time.Right now it takes about 40 minutes to get a result back for a problem with 380 rows and 149 non-singular parameters. This makes me wonder about the options available to tweak the computation time. I was thinking about redu...

    Not_A_Student Not_A_Student
    Discussions |
    Aug 12, 2022 7:49 AM
    720 views | 0 replies
  • JSL Script Creates New Taskbar Icon When Run

    Hi All, I have what seems to be an odd problem. I've created a JSL script that launches a window through which a user can select some options and then run scripts to pull data from various sources. The odd thing that is happening is that when one of these scripts is run it causes all subsequent JMP windows to open under a new taskbar icon. An example for clarity: 1) User opens jmp. There is 1 icon...

    jbakri jbakri
    Discussions |
    Aug 1, 2022 12:32 PM
    1092 views | 0 replies
  • Choice model platform and marginal effects?

    Hi everyone,I have used the choice model platform to design and analyse choice experiments. However, at the analysis step, there are some parts of JMP platform output that are not clear, and I wonder if you can provide an answer:It is not clear how marginal effects are calculated in JMP.More specifically, how do we obtain marginal probabilities from marginal utilities since neither the utility fun...

    gav2013 gav2013
    Discussions |
    Jul 18, 2022 7:14 AM
    1007 views | 0 replies
view all discussions