Handle ANOVA Errors
handleAnovaError.Rd
This function handles ANOVA errors and warnings during the ANOVA calculation process.
Arguments
- list_tmb
A list of fitted glmmTMB models.
- group
A character string indicating the group for which ANOVA is calculated.
- ...
Additional arguments to be passed to the
car::Anova
function.
Examples
list_tmb <- fitModelParallel(Sepal.Length ~ Sepal.Width + Petal.Length,
data = iris, group_by = "Species", n.cores = 1)
#> Log file location: /tmp/RtmpS86cq0/htrfit.log
#> CPU(s) number : 1
#> Cluster type : PSOCK
anova_res <- handleAnovaError(list_tmb, "setosa", type = "III")