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

  • 新版软件的"脚本编辑器"是否能改进?

    我已经使用了四个版本的软件。软件功能强大、感谢社区!
    都使用中文版。基本都用脚本来运行。
    我在写脚本时经常使用中文作为变量名称(这个不是好习惯)。 发现 在14版的脚本编辑器有些功能在16版不能实现:
    就是在脚本运行后、变量已经有赋值。当光标指向该变量时、能显示变量的结果。重点是在14版的中文变量也能这样显示、但在16版就不能实现中文变量的值这种显示了。
    新版软件的"脚本编辑器"是否能改进?非常感谢!

    lala lala
    Discussions |
    Jul 9, 2024 9:58 PM
    2474 views | 6 replies
  • Can this formula be completed in one step?

    I tried, but failedThanks Experts!dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); ca = "A";New Column( ca ); Column( ca ) << Formula( height / Lag( height, 5 ) > 1.1 ); dt << run formulas; Column( ca ) << deleteFormula; ca = "SumA";New Column( ca ); Column( ca ) << Formula( Sum( A[Index( Row() - 9, Row() )] ) ); dt << run formulas; Column( ca ) << deleteFormula; ca = "Sum1";New Column( ca ); Column( ca...

    lala lala
    Discussions |
    Jul 9, 2024 9:51 PM
    1267 views | 4 replies
  • Call another script without hard coding

    Hi,I was using Include() function to call other scripts from the main script, since the argument inside Include() is the hard coded script file path, my scripts won't be able to run on other people's laptops, is there any way to not hard code the argument?Thanks!

    ARETI052 ARETI052
    Discussions |
    Jul 9, 2024 1:16 PM
    1094 views | 2 replies
  • How to deal with experimental disallowed space in DoE

    Probably not the best title but here goes....If I was wanting to do a DoE screening design followed by optimisation study with a number of factors relating to a chemical reaction, how could I handle temperature, if the setpoint is at the solvent boiling point?  Under this circumstance a lower (-1) value is available but studying a higher value (+1) is experimentally challenging.  Lowering the setp...

    kjwx109prime kjwx109prime
    Discussions |
    Jul 9, 2024 8:40 AM
    1069 views | 2 replies
  • JMP 17 and Python

    I was hoping to integrate python into JMP JSL (version 17.2). I need to do some complex nesting but I can't even seem to do something simple. The scripting index for Python Submit showcases python generating a variable and then it being pulled into JSL using Python Get. //scripting index code Names Default To Here( 1 ); Python Init(); Python Submit( "\[ str = 'The quick brown fox jumps over the la...

    Owen Owen
    Discussions |
    Jul 9, 2024 7:20 AM
    2137 views | 5 replies

Latest Discussions

  • 新版软件的"脚本编辑器"是否能改进?

    我已经使用了四个版本的软件。软件功能强大、感谢社区!
    都使用中文版。基本都用脚本来运行。
    我在写脚本时经常使用中文作为变量名称(这个不是好习惯)。 发现 在14版的脚本编辑器有些功能在16版不能实现:
    就是在脚本运行后、变量已经有赋值。当光标指向该变量时、能显示变量的结果。重点是在14版的中文变量也能这样显示、但在16版就不能实现中文变量的值这种显示了。
    新版软件的"脚本编辑器"是否能改进?非常感谢!

    lala lala
    Discussions |
    Jul 9, 2024 9:58 PM
    2474 views | 6 replies
  • Time in hh:mm but plots in seconds

    I have time column with hh:mm data, however during analysis few plots show axis in seconds and few in hh:mm. How JMP decides what to use/display and how do I ensure output with consistent format?

    OrdinaryShark22 OrdinaryShark22
    Discussions |
    Jul 9, 2024 4:07 AM
    608 views | 1 replies
  • Why are the results of "Compare of density" and "Composition of densities" different?

    As the title states, I found differences in the result segments when performing density analysis. For example as the follows image, the orange data is not at a high point in "Compare of density", but it is the highest in "Composition of densities". Hope someone can help explain this reason, what is the operational difference between these two methods?

    CurbPuppy366 CurbPuppy366
    Discussions |
    Jul 8, 2024 10:00 PM
    922 views | 1 replies
  • How can get the volume of a specified folder directly using JSL?

    For example, this folder:C:\Windows Thanks!

    lala lala
    Discussions |
    Jul 8, 2024 8:42 PM
    2002 views | 7 replies
  • How to use the effect summary effectively for a mixture DOE?

    Hello, I ran a DOE on JMP 17, and I am beginning to parse the data with JMP using the effect summary. It is a four-component mixture. I've watched some videos in the JMP catalogue on using the effect summary for mixtures and been following what they've been doing (removing sources that had a P value >0.05, if it doesn't have any dependencies above it). Are there any circumstances, that I would dev...

    AutoSetMarmoset AutoSetMarmoset
    Discussions |
    Jul 8, 2024 11:02 AM
    2937 views | 9 replies

Latest Discussions

  • Feedback : 404 page for adobe svg plugin

    Setup : JMP 17.0.0 on Win11.I create boxplots and export to HTML (default graphics format = SVG).
    On line 16 of the html file, there is an autogenerated link to adobe :pluginspage="http://www.adobe.com/svg/viewer/install/"This webpage doesn't exist and I think the Adobe SVG Viewer is not available anymore, so the above link should be removed.https://web.archive.org/web/20121221000422/http://www.ado...

    kkchen kkchen
    Discussions |
    Jul 7, 2024 10:33 PM
    617 views | 0 replies
  • How do I get the partial eta squared for a model with random effects?

    Hello, I am conducting a two-way ANOVA with a random effect and need to report the partial eta squared. Does anyone know how to do this or calculate it from values displayed in the output? I tried the add-on but it does not support models with random effects. For the model I have a dependent variable and my model effects looks like:variable1variable2variable1*variable2variable3 & random all variab...

    ELM890 ELM890
    Discussions |
    Jul 2, 2024 9:53 AM
    766 views | 0 replies
  • Hyperparameters and neural network architecture

    Hello,I'm trying to reproduce the results obtained on JMP with the "Neural" model by adding nested cross-validation, which is not possible on the software. However, the architecture is very unclear and I can't understand the calculations performed by the model. I don't have access to certain information such as batch size, optimizer used, loss, learning rate (except the one for the boosting), and ...

    Grizzly Grizzly
    Discussions |
    Jul 2, 2024 5:42 AM
    536 views | 0 replies
  • Questions about Calculating Confidence Intervals in "Agreement within Raters" - Attributive Analyses

    Hello everyone, I am currently analyzing "Agreement within Raters" and would like to better understand how these confidence intervals are calculated. My main questions are:What steps or methods are used to calculate confidence intervals in "Agreement within Raters" of Attributive analyses?Which statistical distribution is typically used for these calculations? Could anyone recommend some literatur...

    DToniato DToniato
    Discussions |
    Jun 26, 2024 6:03 AM
    639 views | 0 replies
  • Creating a biomarker combination variable

    Hi. I want to analyze how well two biomarkers work together in the detection of diseased from healthy and compare the combination to the single markers. I have previously done such analysis in SPSS using binary logistic regression and then simply running ROC-analysis for single markers and combination. With JMP I cannot find how to combine two biomarkers using a logistic regression analysis. Could...

    kahuhti kahuhti
    Discussions |
    Jun 25, 2024 11:56 PM
    594 views | 0 replies
view all discussions