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

  • Display image on hover (but not downloading image to table)

    Hi, I have some several GB files where I have a column, "link" to a unique image for that row.Today I hover over a point and see my link and can click on it to open the image in a browser.I've tried creating a new column "Image", labeled it, and set formula to New Image(:link)but this downloads every image then creates a ridiculously large file.

    My goal is to hover over a point or click on a point ...

    SamKing SamKing
    Discussions |
    Jan 22, 2025 10:09 AM
    1733 views | 7 replies
  • profileur et indicateur de sensibilité

    bonjour, j'ai affiché l'indicateur de sensibilité dans le profileur (triangle mauve)je n'ai pas trouvé des informations dans l'aide. comment interpréter cette information? cordialement

    Françoise Françoise
    Discussions |
    Jan 22, 2025 5:57 AM
    1110 views | 2 replies
  • Set Column Data Type for JSON Panda Split

    I am using JSL to import a JSON file using a Panda Split format.  When I do this, all columns are imported as Character, when in practice they should be a combination of Character and Numeric.  I can write a JSL script convert each to Numeric, but this will also convert the Character columns (and delete their data). Using JSL, can I detect if a Data Type should be Character or Numeric and convert ...

    robot robot
    Discussions |
    Jan 21, 2025 10:46 PM
    941 views | 4 replies
  • Overlay plot scatter with line and marker

    Hi Guys, Attached is my JMP data, I would like to make a following scatter plot with lines and markers to compare two groups "with DSSA" in red color and "No DSSA" in blue color. Could anyone check the raw data and show me how to create the following plot? Thanks in advance.  The following two plots are what I got, the plot is either with straight lines or the markers are different from part to pa...

    TDK_Long TDK_Long
    Discussions |
    Jan 21, 2025 10:43 PM
    1030 views | 3 replies
  • How to color part of the plot

    Hi Guys,  I have the following plot captured from others, it has two different colors blue and red at two local area. This is very useful to highlight the areas. Could someone advise how to color the plot like this. Thanks a lot.   

    TDK_Long TDK_Long
    Discussions |
    Jan 21, 2025 10:50 AM
    637 views | 2 replies

Latest Discussions

  • DOE

    1-How can I get Coefficient of variation (%) in JMP after analysis ?

    Cedrick1 Cedrick1
    Discussions |
    Jan 21, 2025 7:24 AM
    699 views | 2 replies
  • DOE

    How Can I get Adequat precision in JMP after analysis Box-benken design ?

    Cedrick1 Cedrick1
    Discussions |
    Jan 21, 2025 6:57 AM
    442 views | 1 replies
  • Get a question box to adjust y-axis (JMP v. 16)

    Hi all, I want to make variability charts through my dataset. Here I have written the script below which does that. However, I would like to have a box show up and ask for y-axis limits for each of these charts. Then I can write min and max for the y-axis in the question box and it will adjust to this. Is that possible to do in JSL?  Names Default To Here(1); sd = currentdatatable(); Fitmod = {}; ...

    Juli Juli
    Discussions |
    Jan 21, 2025 5:51 AM
    716 views | 3 replies
  • How do I save the output report statistics of Neural predictive model performance? because they change every time I open the neural report.

    I know that I can save the formula to predict the responses but to evaluate the model I need to keep the model statistics, and it changes every time I open the neural report. If someone can provide me with some guidance, I need to be able to open the neural report more than just once. 

    Ayman_Aljazzar Ayman_Aljazzar
    Discussions |
    Jan 19, 2025 1:24 AM
    500 views | 1 replies
  • Slicing Associative Arrays?

    Fox matrix indexing, one can use 0 and get a full slice:m = [ 1 2 , 3 4]; m[0,1]; // [1, 3]  For Data tables this works as well: test = new table("test",
    add rows(10),
    new column("col1",Character, set each value({"A","B","C"}[random integer(3)])),
    new column("col2", set each value(random uniform(5)))); test[4,0]
     For lists of lists, this is not possible: list= {{"A", 3},{"B", 5}}; list[0,1]Sure, the...

    hogi hogi
    Discussions |
    Jan 17, 2025 10:52 PM
    981 views | 4 replies

Latest Discussions

  • Question About F-Tests in GLMMs with Binomial Errors

    Hi,
    I have a question regarding Generalized Linear Mixed Models (GLMMs) in JMP pro. Most statisticians consider it inappropriate to use F-tests or t-tests to evaluate predictor contributions in GLMs or GLMMs with binomial errors. This is because F- and t-tests are based on sums of squares, which assume normally distributed residual errors.
    While using a logit link function helps linearize the relati...

    LanaMilana LanaMilana
    Discussions |
    Jan 17, 2025 2:21 AM
    675 views | 0 replies
  • How to adjust the size of R plot imported with get R graphics(); ?

    I'm trying to run R code in JMP to create a plot. I succeeded in importing the plot in png format, but failed to adjust the size of the plot. I can adjust the "plot_from_R" in png format with the set size(); function in jsl, but it is not proportional and distorted. How can I import plot_from_R in the size I want?   R Init(); R Submit( "\[ windows(300,100) #it doesn't work plot(function(x) dnorm(...

    CountableModel1 CountableModel1
    Discussions |
    Jan 15, 2025 4:01 PM
    497 views | 0 replies
  • Logistic regression - confidence bands.

       

    beimar_iriarte_ beimar_iriarte_
    Discussions |
    Jan 10, 2025 12:10 PM
    514 views | 0 replies
  • Exceptions are the utilities Show, Write, and Print ...

    from: https://www.jmp.com/support/help/en/18.1/?os=win&source=application#page/jmp/advanced-expressions-macros-and-lists.shtml#  If you assign the expression x+y to a, quoting it as an expression with Expr, then whenever a is evaluated, it evaluates the expression using the current values of x and y and returns the result.
    Exceptions are the utilities Show, Write, and Print, which do not evaluate e
    ...

    hogi hogi
    Discussions |
    Jan 7, 2025 10:44 PM
    493 views | 0 replies
  • Extract Expr: Issue with scoped variable

    This works: Extract Expr(:height << set name( "new" ), :height );  But this one doesn't *):Extract Expr(myDataTable:height << set name( "new" ), myDataTable:height );Fortunately there is this dirty trick of Extract Expr (it automatically resolves every defined variable **) - which allows this workaround:x = Expr( myDataTable:height); Extract Expr(myDataTable:height << set name( "new" ), x ) *) why...

    hogi hogi
    Discussions |
    Jan 7, 2025 11:35 AM
    399 views | 0 replies
view all discussions