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

  • jmp_python.exe vulnerabilities reported by Microsoft Defender Enterprise

    Microsoft Defender has been reporting vulnerabilities which can be reconciled by updating Python. We have 6 devices affected, but only 1 had Python installed manually. The other 5 trace back to jmp_python.exe. The JMP update function doesn't appear to affect Python. How do you intend to resolve the vulnerability reported?

    RobbCGO RobbCGO
    Discussions |
    Jan 27, 2025 11:43 AM
    1220 views | 3 replies
  • Line graph with multiple trends on same graph

    Hello JMP. I'm trying to design a line graph with multiple entries to observe trends on the same graph. I can do this in Excel, but not in JMP.Pictured below is the example in Excel. How can I do this in JMP?            

    Timo51 Timo51
    Discussions |
    Jan 27, 2025 7:41 AM
    699 views | 3 replies
  • Write Slope to Data Table

    I have a data table with variable data over time per batch.  Each variable value is on an individual row with it's corresponding time.  I am looking to write the slope of the linear fit of that X(time) to Y(variable).  I have done a bivariate fit per batch with a linear fit to get the slope per batch.  I am looking to write this value back to the data table.  The goal is to add a column of each ba...

    Sarah1 Sarah1
    Discussions |
    Jan 26, 2025 8:53 PM
    384 views | 1 replies
  • Retrieving Selected Items from Filter in JMP Graph Using JSL

    In JMP, the values entered in the Text edit box can be retrieved using get text(); for items in the List box, they can be retrieved using get items().
    Is there a way to get the currently selected items in the Filter of the current Graph? In the JSL below, I hope that when the Saving button above is pressed, I can obtain the items selected by the user in the Filter. How can I achieve this?
    For exampl...

    BabyDoragon BabyDoragon
    Discussions |
    Jan 26, 2025 7:55 AM
    629 views | 2 replies
  • étiquettes dans un graphique

    bonjour, Est-ce qu'il ya une astuce vis jsl pour faire afficher les étiquettes à partir d'une certaine valeur qu'on pourrait choisir ? pour ce graphique, on ferait afficher que les étiquettes des valeurs les plus grandes. cordialement 

    Françoise Françoise
    Discussions |
    Jan 25, 2025 6:20 AM
    1725 views | 5 replies

Latest Discussions

  • jmp_python.exe vulnerabilities reported by Microsoft Defender Enterprise

    Microsoft Defender has been reporting vulnerabilities which can be reconciled by updating Python. We have 6 devices affected, but only 1 had Python installed manually. The other 5 trace back to jmp_python.exe. The JMP update function doesn't appear to affect Python. How do you intend to resolve the vulnerability reported?

    RobbCGO RobbCGO
    Discussions |
    Jan 27, 2025 11:43 AM
    1220 views | 3 replies
  • Line graph with multiple trends on same graph

    Hello JMP. I'm trying to design a line graph with multiple entries to observe trends on the same graph. I can do this in Excel, but not in JMP.Pictured below is the example in Excel. How can I do this in JMP?            

    Timo51 Timo51
    Discussions |
    Jan 27, 2025 7:41 AM
    699 views | 3 replies
  • Write Slope to Data Table

    I have a data table with variable data over time per batch.  Each variable value is on an individual row with it's corresponding time.  I am looking to write the slope of the linear fit of that X(time) to Y(variable).  I have done a bivariate fit per batch with a linear fit to get the slope per batch.  I am looking to write this value back to the data table.  The goal is to add a column of each ba...

    Sarah1 Sarah1
    Discussions |
    Jan 26, 2025 8:53 PM
    384 views | 1 replies
  • Retrieving Selected Items from Filter in JMP Graph Using JSL

    In JMP, the values entered in the Text edit box can be retrieved using get text(); for items in the List box, they can be retrieved using get items().
    Is there a way to get the currently selected items in the Filter of the current Graph? In the JSL below, I hope that when the Saving button above is pressed, I can obtain the items selected by the user in the Filter. How can I achieve this?
    For exampl...

    BabyDoragon BabyDoragon
    Discussions |
    Jan 26, 2025 7:55 AM
    629 views | 2 replies
  • Numeric Formats in Tabulate Platform

    Hi all,I am trying to change the numeric formats in the tabulate platform, and I can't get it to do scientific notation or engineering SI.  Is it not possible?  I would also really like to reduce the number of significant digits.  I am able to change the number of significant digits for some columns, but in others where the value is 10^-7 (or something like that), I can't.  For example, in the HT2...

    natalie_ natalie_
    Discussions |
    Jan 23, 2025 2:36 PM
    6727 views | 5 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
    676 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
    498 views | 0 replies
  • Logistic regression - confidence bands.

       

    beimar_iriarte_ beimar_iriarte_
    Discussions |
    Jan 10, 2025 12:10 PM
    515 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