Main Content
linhyptest
Description
returns an ANOVA-style table with p-values for tests that determine if
sequential combinations of Cox model coefficient estimates are zero.
testTable
= linhyptest(coxMdl
)linhyptest
tests successive null hypotheses, starting with the
hypothesis that all the coefficients are 0. The function then tests to determine if all but
the first coefficient are 0, all but the first two coefficients are zero, and so on, up to
the number of coefficients minus one. A significant p-value indicates
that you can reject the null hypothesis, meaning the assumption that all coefficients in a
particular combination of coefficients are 0.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2021a