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

  • Automate opening an hdf5 file

    Hello,   I am trying to create a .jsl script that will import the hdf5 files from Tensorflow, identify how many files are there (kernels + bias) and save them as datatables to then translate it to a form readable and usable as a surrogate by JMP. The way I am opening the datatables so far is very manual; I use  Open( "filename.h5", {"list_of", "dataset_names"}); to import all the dataset names. Ho...

    ekallou3 ekallou3
    Discussions |
    Dec 22, 2024 12:37 PM
    8004 views | 12 replies
  • How to hide\unhide GUI elements effectively?

    I have GUI that hides or unhides some elements depending on the selector.For now I have encapsulated all the elements that change in respective  If Box()'es, and change each on of them when ComboBox selector changes, like so:Names Default To Here( 1 ); modeSelectorOptions = {"Mode1", "Mode2"}; gui = V List Box( modeSelector = ComboBox(modeSelectorOptions, << Set Function( Function( {th...

    miguello miguello
    Discussions |
    Dec 20, 2024 10:13 PM
    923 views | 2 replies
  • How to Call SQL Server Stored Procedures in JMP 18.1.1

    Hello - I'm a relative newbie to JMP, but need assistance establishing a connection to several SQL Server database stored procedures.  The SPs have a few input parameters that need to be supplied at runtime, and they will generate recordsets of data based on that.  I've tried using just the ODBC System DSN approach, but the SPs aren't exposed there, so I've read that JSP is perhaps an option.  Any...

    BryGuy63 BryGuy63
    Discussions |
    Dec 20, 2024 12:32 PM
    1944 views | 4 replies
  • How to identify mins of maxes across data groups

    Suppose I took all the students in Big Class and put them in groups by gender and age, e.g. 12yo boys in one group, 12yo girls in another, etc. With that setup, I'd like to create a formula column that has a 1 if that group has the shortest maximum height for their age across both genders, and a 0 otherwise. For example, in this data: GroupNameHeightNEW COLUMN12yo GirlsKATIE590 JANE550 JACLYN660 L...

    BHarris BHarris
    Discussions |
    Dec 20, 2024 8:18 AM
    3929 views | 18 replies
  • how to reference a Transform Column?

    When I generate a Transform Column by sending Transform Column to a data table, I get the a reference to the Column as a return value. When I generate a Transform Column by sending Transform Column to a GraphBuilder Object, I get a refernce to a Graph Builder as a return value - no reference to the column  So asking this "Column" col2 for it's name doesn't work. Where can I find more information a...

    hogi hogi
    Discussions |
    Dec 20, 2024 7:40 AM
    2197 views | 5 replies

Latest Discussions

  • Automate opening an hdf5 file

    Hello,   I am trying to create a .jsl script that will import the hdf5 files from Tensorflow, identify how many files are there (kernels + bias) and save them as datatables to then translate it to a form readable and usable as a surrogate by JMP. The way I am opening the datatables so far is very manual; I use  Open( "filename.h5", {"list_of", "dataset_names"}); to import all the dataset names. Ho...

    ekallou3 ekallou3
    Discussions |
    Dec 22, 2024 12:37 PM
    8004 views | 12 replies
  • How to identify mins of maxes across data groups

    Suppose I took all the students in Big Class and put them in groups by gender and age, e.g. 12yo boys in one group, 12yo girls in another, etc. With that setup, I'd like to create a formula column that has a 1 if that group has the shortest maximum height for their age across both genders, and a 0 otherwise. For example, in this data: GroupNameHeightNEW COLUMN12yo GirlsKATIE590 JANE550 JACLYN660 L...

    BHarris BHarris
    Discussions |
    Dec 20, 2024 8:18 AM
    3929 views | 18 replies
  • how to reference a Transform Column?

    When I generate a Transform Column by sending Transform Column to a data table, I get the a reference to the Column as a return value. When I generate a Transform Column by sending Transform Column to a GraphBuilder Object, I get a refernce to a Graph Builder as a return value - no reference to the column  So asking this "Column" col2 for it's name doesn't work. Where can I find more information a...

    hogi hogi
    Discussions |
    Dec 20, 2024 7:40 AM
    2197 views | 5 replies
  • JMP16: Process Performance plot, removal of 1.33 curve and triangles

    In versions before JMP16, I was previously a JMP14 user, we could remove the 1.33 curve and now I also see triangles to idnetify process position.  How can I remove the Cpk1.33 curve and make everything circles.  I find these elements a bit distracting

    Gadsdon Gadsdon
    Discussions |
    Dec 19, 2024 5:32 AM
    1299 views | 2 replies
  • Oops - I lost my data ...

    take care that you don't:

    create a virtual link with a wrong table referencecreate a summary table with a compact column    It makes your data table non-accessible!

    hogi hogi
    Discussions |
    Dec 19, 2024 4:15 AM
    3523 views | 12 replies

Latest Discussions

  • ods output "DIFFS" in proc mixed

    Hi everyone,for my proc mixed I already got a table with Least-Squares Means, ods output "lsmeans".Additionally, I would like to have a table for the differences, ods output “DIFFS”.Can anyone tell me how to get to this output in the current jmp version (18.1.0)?Thanks in advance for your support.

    lvierbaum lvierbaum
    Discussions |
    Dec 12, 2024 5:32 AM
    586 views | 0 replies
  • Sample size for Reliability Life Test

    I have used the interval explorer for parametric reliability life test planning for sample size calculation of accelerated life test. Please can someone confirm if the sample size returned is the total sample size or sample size per stress levels? Assuming I have 3 temperature levels, do I use 75 samples per temperature level or 25?

    EngrAkin EngrAkin
    Discussions |
    Dec 11, 2024 7:11 AM
    543 views | 0 replies
  • Optimizing Enterprise Server Connections in JMP Live

    Hello JMP Community,I’ve recently started using JMP Live to share and collaborate on statistical analyses with my team, and I’m encountering some challenges managing connections to our enterprise server. Our organization uses a centralized server to store and process data, and while the integration with JMP Live is robust, we’ve experienced occasional delays when syncing large datasets or during s...

    Harry_Cmary Harry_Cmary
    Discussions |
    Dec 9, 2024 10:03 PM
    475 views | 0 replies
  • Pressure Test Method Results have a significant effect on my sample size and capability, how to avoid?

    Hello dear JMP community I will first explain the test method (no need to comment on whether it is right or wrong because this is what I got). The purpose is to detect a leakage.

    Measurement processPart is mounted to a pressure stationPressure station rotate a vacuum pump x times to create a vacuum (atmospheric pressure is approx. 1000mbar)Pressure p1 is sampled at time t1After 15 seconds p2 is sam...

    qLienceStats qLienceStats
    Discussions |
    Dec 5, 2024 11:58 PM
    411 views | 0 replies
  • help to get R squared predicted

    Hello!I installed a script from a community response regarding the calculation of R²pred, as shown in the image below (I'm using JMP 18 pro): (link da resposta do @erich_gundlach https://community.jmp.com/t5/JMP-Add-Ins/Predicted-R-square-calculator/ta-p/39927)  In PRESS, R²pred didn't appear. (Press is low because I haven't reduced the model yet, don't worry =))  I really need to show these R²pre...

    ivanpicchi ivanpicchi
    Discussions |
    Dec 4, 2024 10:21 AM
    482 views | 0 replies
view all discussions