Type of t-statistic returned by mnrfit for an ordinal model?

1 view (last 30 days)
Is the t-statistic in the stats output of mnrfit(X,Y,'model','ordinal') 2-tailed or 1-tailed? Thank you!

Accepted Answer

the cyclist
the cyclist on 4 Feb 2023
The t-statistic does not have "tailedness". It is a ratio of the effect coefficient to the standard error.
One might use the t-statistic to perform a hypothesis test that has tailedness, but the statistic itself does not.
  4 Comments
Jeff Miller
Jeff Miller on 7 Feb 2023
Just to elaborate slightly, the p value that you compute with tcdf will be one-tailed, and it would be appropriate to double that value for a two-tailed test.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!