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

  • How to make recursive function with associative array as parameter

    I'm trying to parse a nested associative array in JMP 16 (extracted from a JSON). The basic structure of the JSON is as follows:{
    "groupOp": "&", "rules": [ {"column": "col1", "op": "==", "value": 1}, {
    "groupOp": "|",
    "rules": [
    {"column": "col2", "op": "==", "value": 2}
    {"column": "col3", "op": "==", "value": 3}
    ]
    }
    }This would allow structured storage o...

    jconte jconte
    Discussions |
    Aug 31, 2022 6:03 PM
    1488 views | 3 replies
  • Help with JSL Throw() not functioning as expected

    Dear All,   (JMP Pro 16.1.0, Win10)   I have an issue related to a previous post of mine here, if you're interested in some "back story".   The primary issue I'm having now is that the Throw() command is not working as expected. In my code (see at end for full code), I have in a few places a test to see whether there is currently an open graph builder report, looks like this, and it's wrapped in a...

    SDF1 SDF1
    Discussions |
    Aug 31, 2022 12:47 PM
    2590 views | 5 replies
  • How do I append to a Tab Box with variability charts?

    Very new to this so please excuse if I miss anything.  I would like a Main tab and sub-tabs.The below is what I am starting with. I want the main tab to be "NTLM" and sub tabs to be "Rsh" How do I properly append the chart to the tab box? Names Default To Here( 1 ); nw = New Window( "PCM Analysis",Tab Box(tp = V List Box())); ////////////////////NTLM //////////Rsh Variability Chart( Y( :Rsh ),...

    Hobbi Hobbi
    Discussions |
    Aug 31, 2022 9:24 AM
    2347 views | 5 replies
  • set default line widths on map shapes in graph builder

    Is it possible to set a different default line width on a map shape in graph builder? Currently, every time I make a map with a referenced "map role" column in graph builder it defaults to a width of 1. To change it to the appropriate scale, I have to go to: customize graph>Shape:>line width and change it manually every time. Thanks

    fever fever
    Discussions |
    Aug 31, 2022 6:31 AM
    3062 views | 5 replies
  • 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
    1139 views | 1 replies

Latest Discussions

  • How to make recursive function with associative array as parameter

    I'm trying to parse a nested associative array in JMP 16 (extracted from a JSON). The basic structure of the JSON is as follows:{
    "groupOp": "&", "rules": [ {"column": "col1", "op": "==", "value": 1}, {
    "groupOp": "|",
    "rules": [
    {"column": "col2", "op": "==", "value": 2}
    {"column": "col3", "op": "==", "value": 3}
    ]
    }
    }This would allow structured storage o...

    jconte jconte
    Discussions |
    Aug 31, 2022 6:03 PM
    1488 views | 3 replies
  • set default line widths on map shapes in graph builder

    Is it possible to set a different default line width on a map shape in graph builder? Currently, every time I make a map with a referenced "map role" column in graph builder it defaults to a width of 1. To change it to the appropriate scale, I have to go to: customize graph>Shape:>line width and change it manually every time. Thanks

    fever fever
    Discussions |
    Aug 31, 2022 6:31 AM
    3062 views | 5 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
    1033 views | 1 replies
  • Count number of occurrences of a character in a string

    Hi,I am trying to count the number of occurrences of a character in a string. How do I achieve that using JSL?For eg:Number of occurrences of letter 'A' in the below stringsAPPLE -> 1PEARS -> 1BANANA -> 2 

    psundar6 psundar6
    Discussions |
    Aug 30, 2022 1:44 PM
    1858 views | 1 replies
  • How to reorder columns in Col List Box by Drag&Dropping just like in any built-in platform

    I've written my own platform that runs some analysis.I cast columns into roles just like in any other platform (or it looks that way at least).I noticed, that in my custom platform in Col List Box I cannot drag and drop columns to re-order, while in any built-in platform I can do that.Do they use some other control? Or is there some optional parameter for Col List Box that allows re-ordering?  

    miguello miguello
    Discussions |
    Aug 30, 2022 11:58 AM
    905 views | 1 replies

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
    655 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
    721 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
    1097 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
    1010 views | 0 replies
view all discussions