powered by
Calculates the degrees of freedom for multi-dimensional contrast.
h_md_denom_df(t_stat_df)
Usually the calculation is returning 2 * E / (E - n) where E is the sum of t / (t - 2) over all t_stat_df values t.
2 * E / (E - n)
E
t / (t - 2)
t_stat_df
t
(numeric) n t-statistic derived degrees of freedom.
numeric
n