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

  • 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
  • If statement - comma

    In JSL Editor, when the cursor is on the left of an opening bracket or on the right of a closing bracket, the bracket and the "other" bracket are highlighted:This behavior is known from other code editors and it helps a lot to find the way through complicated code : ) Is there a similar trick to highlight both brackets when the cursor is on the right of a comma which belongs to the same structure?...

    hogi hogi
    Discussions |
    Dec 20, 2024 6:40 AM
    1594 views | 6 replies
  • How to manage linked factors in DOE ?

    Hello everyone, I'm new in the community, sorry by advance if I post at the wrong place or if the question has been already answered. My issue concerned factors of DOE when they are not independant. In my example, it concerns the pressure step. For confidentiality reasons, I remove steps of the process and simplify the "recipes". Context :The DOE concerns the process in a reactor in a cocoa factor...

    JuliaL JuliaL
    Discussions |
    Dec 20, 2024 6:02 AM
    2360 views | 6 replies
  • Line Up box runs with JMP 17.2 but not with JMP 18.1

      I am running distribution platform to store multiple graphs in 4 columns per row this ran perfectly with JMP 17.2, but isnt running with JMP 18.2 Can someone please help?  Lub = lineup box( Dist_ BLE = dt_BLE << Distribution( Continuous Distribution( Column( :"Pout_accuracy"n), Quantiles( 0 ), Vertical( 0 ), Count Axis( 1 ), Show Counts( 0 ), ), SendToReport( Dispatch( ...

    vharibal vharibal
    Discussions |
    Dec 20, 2024 4:45 AM
    1025 views | 4 replies
  • Calculate and add dose range based on provided values

    I am building a script to import and analyze raw sample data generated in a bioassay.For this, it is necessary to identify reference data and sample data and to set the corresponding dose range.In my script I included a ‘sample info’ pop-up window in which operators can identify sample locations (Row x + x) and enter the desired dose-range for these samples. And this is where my struggle comes in!...

    Pim Pim
    Discussions |
    Dec 20, 2024 4:43 AM
    1116 views | 4 replies

Latest Discussions

  • 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
  • What scope of application results thereof, e.g. process development?

    What scope of application results thereof, e.g. process development?  : preventive maintenance optimization, cross match fleet, process optimizer

    Rajesh1 Rajesh1
    Discussions |
    Dec 18, 2024 1:55 PM
    395 views | 1 replies
  • Memory Issues after joining tables

    Hello All,

    Very frustrating issue here. I perform a join of two tables. Both tables are small, about 9-10 rows and 40 columns. The join completes successfully with this code.

    dt_join = dt1 << (With(dt2), Merge Same Name Columns, By Matching Columns(:col1 = :col1, :col2=:col2), Include Nonmatches(1,1), Preserve main table order(1));If I run any code after that there are no issues. My total memory wit...

    AdditiveRange10 AdditiveRange10
    Discussions |
    Dec 18, 2024 11:15 AM
    649 views | 2 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