cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • HTTP Request wtih Headers on JMP 15

    Hello, I'm trying to make an HTTP request to an API but I need to pass on two headers, a username and a token, however after several different tries I'm not able to pass more than one header. If I pass only the username, it reaches the API, however when I pass both it doesn't parse them correctly (I'm able to connect from diffent sources, such as through a Python script). Here's the attempt I beli...

    luizpdlh luizpdlh
    Discussions |
    Feb 7, 2023 9:06 PM
    2473 views | 2 replies
  • get current dir path from other file (not the jsl file)

    Hi guys:)Small but important question,I wish to extract the directory path of a table  that's used in my script...To be clear : when I use the function "get default directory()"  inside the code - it returns the path from were the script file is and not were the data table I use inside the script - (at the beginning the script working on a table that's "currently open" and in the view of current d...

    ariel ariel
    Discussions |
    Feb 7, 2023 8:38 PM
    14072 views | 7 replies
  • Running a JSL script within another JSL script

    HelloI hope this one is easy, but I'm having difficulties figuring it out (new JSL user)... I have a "large" JSL script, of which within it, I want to run a "short" JSL script.   However, I do not want to put the code of the shorter script within the larger one since the same code is used within several of my scripts (its a database query builder). Is there a way to simply run the shorter script (...

    jim_pappas jim_pappas
    Discussions |
    Feb 7, 2023 7:00 PM
    18764 views | 11 replies
  • JSL How to Dispatch a message to a specific variability chart in SendToReport?

    Hello, I am receiving dozens of warnings in the log file which seem to come from Dispatch not being addressed as desired. I use JMP 16.0.0. Here is an example to illustrate the issue. My real application is more complex with several individual Dispatch commands to the charts. dt = Open("$SAMPLE_DATA\Big Class.jmp"); dt:age << SetModelingType("Continuous"); dt << VariabilityChart( X(:sex), Y(:...

    AlexanderKrebs AlexanderKrebs
    Discussions |
    Feb 7, 2023 6:58 PM
    1751 views | 4 replies
  • How to set default wrap text size to text box in bivariate plot (or any other type)

    When generating a bivariate plot (for example) - the text box size is to narrow for the inside writing. After running the script i need to CTRL Right click the text box are and choose "Wrap Text" then choose the size i want. Is there any way to default choose the size? or any way to add to script to generate the plot with the desired wrap text size?   For example:
     text box resultText box results i...

    edahari edahari
    Discussions |
    Feb 7, 2023 6:57 PM
    1928 views | 4 replies

Latest Discussions

  • JSL How to Dispatch a message to a specific variability chart in SendToReport?

    Hello, I am receiving dozens of warnings in the log file which seem to come from Dispatch not being addressed as desired. I use JMP 16.0.0. Here is an example to illustrate the issue. My real application is more complex with several individual Dispatch commands to the charts. dt = Open("$SAMPLE_DATA\Big Class.jmp"); dt:age << SetModelingType("Continuous"); dt << VariabilityChart( X(:sex), Y(:...

    AlexanderKrebs AlexanderKrebs
    Discussions |
    Feb 7, 2023 6:58 PM
    1751 views | 4 replies
  • jmp sur python

    Bonjour, J'essaie d'utiliser python pour comparer les résultat obtenu sur JMP.  J'ai donc mon code généré par JMP mais je doit l'appliquer sur python et j'arrive à rien générer.  j'arrive pas à "import jmp_score as jmp " qui me sort des erreurs Import "jmp_score" could not be resolved Si quelqu'un ce connais en python et sait comment faire

    ChiSquareErmine ChiSquareErmine
    Discussions |
    Feb 7, 2023 6:53 PM
    1862 views | 4 replies
  • col mean with byVar argument not running in script

    I am trying to use the Col Mean function with 2 additional columns to group by. The formula works perfectly when I manually enter it, but when I copy it into my script and run I get only one (incorrect) number in the first row. If I click in to view the formula and then hit apply the column the properly populates. This seems to be specific to trying to add the byVar argument as my col mean formula...

    chappe chappe
    Discussions |
    Feb 7, 2023 1:10 PM
    2062 views | 4 replies
  • Combinations of a list put into columns

    I'm trying to take a list of things and make all possible pairs of combinations appear in a set of two columns.  I currently have a script generated that does permutations (plus repeates of the same value in col a vs col b) but I'm struggling on how to reduce it down to combinations. For example, if the list of things was 1, 2, 3, 4, 5 then I don't need both 1/2 and 2/1, or 1/1.  Below is my scrip...

    JM13 JM13
    Discussions |
    Feb 7, 2023 10:26 AM
    4227 views | 9 replies
  • Counting and Using Row Identifier

    Hello All,

    Wanted to ask a question regarding counting of rows. I am attaching a data table which should hopefully illustrate the example. 

    So I have data where the main variable is density of features. There is a unique value of the density per each ROI, per each sample (ID). In the normalized variable I am taking each density value per each ROI per each sample with unique ID and dividing by the wh...

    Ekarshalev Ekarshalev
    Discussions |
    Feb 7, 2023 8:58 AM
    3463 views | 7 replies

Latest Discussions

  • JMP Script Window - Hovering over a variable do not show the value stored in the variable if passed between scripts

    I have found that hovering over a variable is very useful feature in JMP Script Window/Editor when debugging the script. I have been working with very long script which I have divided to smaller pieces by using Include-feature. I am able to pass variable content correctly between the included scripts but it looks like hovering do not work on included script windows (showing empty variable content ...

    JanneI JanneI
    Discussions |
    Jan 27, 2023 5:51 AM
    801 views | 0 replies
  • Choice experiment: probability profiler baseline assumptions

    Dear community,  For the probability profiler as used to analyse data in choice experiment analysis, I am wondering how to optimally set the baseline scenario to compare probability profiler data.  Following for instance von Wedel & Hagist (2022), utilize the probability profiler to compare the baseline of the combination of attributes with the lowest marginal utilities. While such an analysis is ...

    Declan_JMP Declan_JMP
    Discussions |
    Jan 23, 2023 3:54 AM
    1616 views | 0 replies
  • Can we find some tutorials videos in YouTube?

    Hello everyone, passing by to say hello and to share that I created a YouTube Channel with JMP 17 Video Tutorials in english, spanish and portuguese.As an enthusiast about Problem Solving, passionated about JMP and a JMP Partner, I hope you'll come with me, subscribe to the channel and enjoy all the videos that are there and yet to come.https://www.youtube.com/@planaconsultoria Best regards!

    Matheus_Plana Matheus_Plana
    Discussions |
    Jan 15, 2023 10:27 AM
    1656 views | 0 replies
  • Data puzzles via Hanukkah of Data is underway

    If you're looking for some data wrangling puzzles, the Hanukkah of Data series of daily puzzles is underway at https://hanukkah.bluebird.sh/5783/. They're on day 2 of 8 now. As far as I can tell, you can do them whenever and there's no competitive part. I'm doing them in JMP, of course!

    XanGregg XanGregg
    Discussions |
    Dec 19, 2022 11:21 AM
    825 views | 0 replies
  • Slope and Intercept Collector error "matrix must be non-singular in access or evaluation of 'Inv' , Inv/*###*/(x` * x)"

    HI all,I have a question about an error I'm getting when using @stan_koprowski's slope and intercept add-in. I've posted my question on the add-in's thread but due to the much lower exposure compared to discussion posts, I thought that it might be a good idea to ask here as well. I made a mock data table with three groups and several observations in each group. When I run the add-in I am getting t...

    Lavik17 Lavik17
    Discussions |
    Dec 19, 2022 10:20 AM
    965 views | 0 replies
view all discussions