Last updated on 2025-02-05 17:50:32 CET.
Package | ERROR | OK |
---|---|---|
lavaanExtra | 13 | |
rempsyc | 13 | |
report | 1 | 12 |
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
Version: 0.6.0
Check: examples
Result: ERROR
Running examples in ‘report-Ex.R’ failed
The error most likely occurred in:
> ### Name: report.estimate_contrasts
> ### Title: Reporting 'estimate_contrasts' objects
> ### Aliases: report.estimate_contrasts report_table.estimate_contrasts
> ### report_text.estimate_contrasts
>
> ### ** Examples
>
> ## Don't show:
> if (requireNamespace("modelbased", quietly = TRUE) && requireNamespace("emmeans", quietly = TRUE)) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf
+ ## End(Don't show)
+ library(modelbased)
+ model <- lm(Sepal.Width ~ Species, data = iris)
+ contr <- estimate_contrasts(model)
+ report(contr)
+ ## Don't show:
+ }) # examplesIf
> library(modelbased)
> model <- lm(Sepal.Width ~ Species, data = iris)
> contr <- estimate_contrasts(model)
We selected `contrast=c("Species")`.
Error: Sorry, calculating marginal contrasts failed with following error:
Package `collapse` required for this function to work. Please install
it by running `install.packages("collapse")`.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang