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

  • Best way to convert UTC time format to numeric

    Hi All,  (JMP 17 & JMP 18EA)   I have some XML data with a column that contains a time stamp, but the data format is not very compatible for what I'd like to do with it in JMP.   The data is in the following UTC format yyyy-mm-ddThh:mm:ss.SSSZ, where the usual meanings are applied to the abbreviations. Here, there is actually a "T" after dd, and a Z after ".SSS", and the .SSS stands for millisecon...

    SDF1 SDF1
    Discussions |
    Feb 18, 2025 4:01 AM
    4372 views | 3 replies
  • How can get an AI to be more familiar with the JSL scripting language in JMP?

    I often use AI to write Python code, but I find it's less familiar with JSL. I explain that I want to open local JMP files or save results as JMP tables, but it often gives me code that deals with CSV files, or the JMP table code it generates doesn't work.I have to constantly remind it of the correct syntax.Here's a syntax reference for reading JMP files:import jmp import numpy as np import pandas...

    lala lala
    Discussions |
    Feb 18, 2025 1:47 AM
    1713 views | 5 replies
  • I lost my ability to do drag and drop into graphs i graph builder.

    I lost my ability to do drag and drop into graphs i graph builder. I get a red stop sign when i try. The only way is to first mark the axis and then clickon a varaible. Itried to use the deselecting the accelarate graphics help hiven for olsd versions od JMP - it did not HelpThis happend yesterday in JMP pro and today when i installed the JMP 18.1 it behaved in the same way. Did not work. This is ...

    Markku Markku
    Discussions |
    Feb 17, 2025 10:30 AM
    664 views | 2 replies
  • 我怎么才能把pass比例小于等于97%的group自动标注出来吗?

    我想得到如下效果(效果图是我手动定制的):

    CompleteGemsbok CompleteGemsbok
    Discussions |
    Feb 17, 2025 1:21 AM
    731 views | 3 replies
  • 请问如何批量设置百分比显示到小数点后第一位

    1. 我想要的结果:带一位小数的百分比(如图 1 中 2025/2/10 - BB-02-01 列所示)。我可以通过自定义进行调整(如图 2 所示),但无法一次性批量设置所有列。图1↑ 图2↑ 2.我希望在图表中不显示“#N/A”这一列。 我真的很感激您的帮助,谢谢!

    CompleteGemsbok CompleteGemsbok
    Discussions |
    Feb 16, 2025 9:54 PM
    817 views | 3 replies

Latest Discussions

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
    664 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
    489 views | 0 replies
  • Logistic regression - confidence bands.

       

    beimar_iriarte_ beimar_iriarte_
    Discussions |
    Jan 10, 2025 12:10 PM
    505 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
    487 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
    393 views | 0 replies
view all discussions