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.
Choose Language Hide Translation Bar
pepedavis
Level I

What is the meaning of "MeanAbsDif to Mean" and "MeanAbsDif to Median" under "Tests that the Variances are Equal" in the Fit Y by X Platform?

Oneway(
    Y( :Data ),
    X( :Date CalGroup ),
    Each Pair( 1 ),
    Means( 1 ),
    Unequal Variances( 1 ),
    Std Dev Lines( 0 ),
    Mean Diamonds( 1 ),
    Display( :Norm Cal CAT, N Items( 4 ) ),
    SendToReport( Dispatch( {"Tests that the Variances are Equal"}, "Oneway Plot", FrameBox, {Frame Size( 377, 101 )} ) )
)
1 REPLY 1

Re: What is the meaning of "MeanAbsDif to Mean" and "MeanAbsDif to Median" under "Tests that the Variances are Equal" in the Fit Y by X Platform?

See Help.

Recommended Articles