cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Graph Builder

    HelloI have data that included Die X and Die Y and  which BIN was FAIL or PASSI understand this graph I should create this by Graph Builderbut I tried to do it and I did receive so beautiful result or something close to it.so I have a few questions1) How I can create the demo of the circle wafer2) how I can note X in a place where I do not have data for this unit3) Color and square shape I believe...

    Dennisbur Dennisbur
    Discussions |
    Sep 3, 2023 11:30 PM
    1963 views | 3 replies
  • Is it possible to run multiple univariate Cox survival analysis in one step in JMP ?

    I am trying to test multiple variables in independant univariate Cox survival analysis (with years of survival and years of follow-up censor). Is there a way to run multiple variables at once but to have an independant univariate Cox analysis instead of a multivariate analysis ? I have a lot of variables I'd like to test and would prefer not having to clock them all one by one.Is there a script I ...

    GCardin GCardin
    Discussions |
    Sep 3, 2023 10:45 PM
    1907 views | 1 replies
  • PickFile() from within a Project does not use file filters

    When I use PickFile() outside of a project, it works as noted in the scripting guide, scripting index, and other posts here in the forums. However, when I run the script within a project, the window that opens is a different one. It seems to be in order to allow you to pick a file that is saved to the project itself, but the filters do not work even though it shows the folder that I specified as d...

    R2OKeefe R2OKeefe
    Discussions |
    Sep 3, 2023 8:45 PM
    1576 views | 0 replies
  • Regression model does not provide correct quadratic equation

    Hello:I created a 2^3 full factorial experiment with 4 center points. X1, X2 and X3  are the factors and Y is the response. X2 and X3 are just any random factor, but X1 is the radius and Y is the area. So mathematically relation is Y=3.14*X1^2Below are the three scenarios where I computed regression equation based on just X1, both X1 and X1^2 and only X1^2. When I only consider X1^2, it is no more...

    VarunK VarunK
    Discussions |
    Sep 3, 2023 8:27 PM
    4396 views | 4 replies
  • Split whole string into 2 new column

    table<< New Column("d0", Character, Nominal, Formula(Word(Column(table, "Data"), "_", 1, 3))); table<< New Column("d1", Character, Nominal, Formula(Word(Column(table, "Data"), "_", 4, 6)));
    string= 1_1_1_1_1_1
    wanted to split this string into 2 column with data 1_1_1 for d0 and 1_1_1 for d1. Somehow the script above not working

    weilyne weilyne
    Discussions |
    Sep 3, 2023 12:52 PM
    1351 views | 1 replies

Latest Discussions

  • Graph Builder

    HelloI have data that included Die X and Die Y and  which BIN was FAIL or PASSI understand this graph I should create this by Graph Builderbut I tried to do it and I did receive so beautiful result or something close to it.so I have a few questions1) How I can create the demo of the circle wafer2) how I can note X in a place where I do not have data for this unit3) Color and square shape I believe...

    Dennisbur Dennisbur
    Discussions |
    Sep 3, 2023 11:30 PM
    1963 views | 3 replies
  • PickFile() from within a Project does not use file filters

    When I use PickFile() outside of a project, it works as noted in the scripting guide, scripting index, and other posts here in the forums. However, when I run the script within a project, the window that opens is a different one. It seems to be in order to allow you to pick a file that is saved to the project itself, but the filters do not work even though it shows the folder that I specified as d...

    R2OKeefe R2OKeefe
    Discussions |
    Sep 3, 2023 8:45 PM
    1576 views | 0 replies
  • Split whole string into 2 new column

    table<< New Column("d0", Character, Nominal, Formula(Word(Column(table, "Data"), "_", 1, 3))); table<< New Column("d1", Character, Nominal, Formula(Word(Column(table, "Data"), "_", 4, 6)));
    string= 1_1_1_1_1_1
    wanted to split this string into 2 column with data 1_1_1 for d0 and 1_1_1 for d1. Somehow the script above not working

    weilyne weilyne
    Discussions |
    Sep 3, 2023 12:52 PM
    1351 views | 1 replies
  • JMP >> ANALYSIS >> TREND TEST for CONTINUOUS Y by ORDINAL X?

    Hi JMP Community,   JMP Pro 16.1, Windows 10 Pro:   I have an apparently trivial question: How can I test for a Trend in Continuous data (Ys) across Ordinal X? I am familiar with the Cochran Trend Test for Ordinal Ys by Nominal X, but I cannot find an equivalent test for my data.   In the mock data, I simulated two behaviors: Y1 has a clear negative trend across the Ordinal XY2 has a weak trend ac...

    Thierry_S Thierry_S
    Discussions |
    Sep 1, 2023 2:31 AM
    1587 views | 1 replies
  • Estimating the average sample standard deviation from the standard error of the means of a set of samples.

    I have a set of composite samples. Each is a composite of 8 charges of material collected in a single weigh boat. The weights were collected for each composite sample and divided by 8 for a mean sample weight. Is it possible to estimate the variation within the composited 8 from the large set of mean sample weights? Thank you!
    Jason

    ResponseOtter42 ResponseOtter42
    Discussions |
    Sep 1, 2023 2:18 AM
    1360 views | 1 replies

Latest Discussions

view all discussions