Parameter Comparison {gRcox} | R Documentation |
~~ A concise (1-5 lines) description of what the function does. ~~
compareVCC(cc1, cc2, mf, statistic = c("wald", "dev"), criterion = c("test", "aic", "bic")) compareECC(cc1, cc2, mf, statistic = c("wald", "dev"), criterion = c("test", "aic", "bic")) compareCC(cc1, cc2, mf, type = "ecc", statistic = c("wald", "dev"), criterion = c("test", "aic", "bic")) compareAllVCC(mf, order = TRUE, statistic = c("wald", "dev"), criterion = c("test", "aic", "bic")) compareAllECC(mf, order = TRUE, statistic = c("wald", "dev"), criterion = c("test", "aic", "bic")) compareAllCC(mf, type = "ecc", order = TRUE, statistic = c("wald", "dev"), criterion = c("test", "aic", "bic")) zeroECC(ecc, mf, statistic = c("wald", "dev"), criterion = c("test", "aic", "bic")) zeroAllECC (mf, order = TRUE, statistic = c("wald", "dev"), criterion = c("test", "aic", "bic"))
cc1 |
A colour class |
cc2 |
A colour class |
ecc |
An edge colour class |
mf |
An RCOX model object |
type |
Either 'ecc' (edge colour class) or 'vcc' (vertex colour class) |
order |
Should the result be sorted. |
statistic |
Use Wald or likelihood ratio test |
criterion |
Either 'test', 'aic' or 'bic' |
A dataframe with the test result.
Søren Højsgaard, sorenh@agrsci.dk