Conduct a log-likelihood test for comparing terms in ASReml-R models
logl_test(
model.obj,
rand.terms = NULL,
resid.terms = NULL,
decimals = 3,
numeric = FALSE,
quiet = FALSE
)
A data frame of terms and corresponding log-likelihood ratio test p-values.
An ASReml-R model object
Character vector of random terms to test. Default is NULL.
Character vector of residual terms to test. Default is NULL.
Number of decimal places to round p-values. Default is 3.
Logical. Should p-values be returned as numeric? Default is FALSE (formatted).
Logical. Suppress model update messages and warnings? Default is FALSE.