Parameter Comparison {gRcox}R Documentation

Pairwise comparison of parameters in RCOX models

Description

~~ A concise (1-5 lines) description of what the function does. ~~

Usage

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"))

Arguments

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'

Value

A dataframe with the test result.

Author(s)

Søren Højsgaard, sorenh@agrsci.dk

Examples






[Package gRcox version 0.1 Index]