cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • 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
    1058 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
    844 views | 1 replies
  • How do i Stack newly created column without specified naming

    num_columns = 3; col_names = Associative Array(); For(i = 1, i <= num_columns, i++,col_name = Char(400 + (i - 1) * 100);ATOM0TABLE << New Column(col_name, Character, Nominal, formula(Word(i, :FINAL_RESULT, "_"), "")); col_names[i] = col_name); stacktable = ATOM0TABLE << Stack( Columns ( col_names), // List of columns to stack Source Label Column("Label"), Stacked Data Column("Data"), Out...

    weilyne weilyne
    Discussions |
    Sep 1, 2023 1:48 AM
    1178 views | 2 replies
  • How to solve the problem that distribution commands need specification limit confirmation when the system is Chinese?

    Why is it that my distribution command asks for no capability analysis, but when I run this code it still asks me to confirm that a capability analysis is performed.There is no confirmation window when the system is in English, but there is when it is in Chinese. How to solve it, thanks!  Names Default To Here( 1 ); dt2 = New Table( "x", New Column( "y", set values( 1 :: 32 ) ) ); Column( dt2, 1 )...

    lehaofeng lehaofeng
    Discussions |
    Aug 31, 2023 10:09 PM
    1095 views | 2 replies
  • How to do interactive Graph Builder in a custom window without toolbars or menus?

    Currently I have the following script: gb = Graph Builder(...); rgb = Report(gb); win = New Window("Custom Window", Show Menu( 0 ), Show Toolbars( 0 ), rgb); gb << Close Window;This way I get my small GB plot in a nice window without unnecessary user controls.The problem is that I cannot select points on that plot - it's a report, plot is not interactive. How do I either:a) make it interactive, so...

    miguello miguello
    Discussions |
    Aug 31, 2023 1:10 PM
    2351 views | 6 replies

Latest Discussions

Latest Discussions

view all discussions