Creates a list of results for one-dimensional contrasts using a t-test statistic and the given degrees of freedom.
h_test_1d(object, contrast, df)
List with est
, se
, df
, t_stat
and p_val
(2-sided p-value).
(mmrm
)
the MMRM fit.
(numeric
)
contrast vector. Note that this should not include
elements for singular coefficient estimates, i.e. only refer to the
actually estimated coefficients.
(number
)
degrees of freedom for the one-dimensional contrast.