modelbased
modelbased copied to clipboard
:chart_with_upwards_trend: Estimate effects, contrasts and means based on statistical models
Hello, I am trying to install the whole easystats package but I am getting an error with modelbased which means I can't install the dependencies I need. I am running...
Automatically updated the `DESCRIPTION` file using `usethis::use_latest_dependencies()`.
Automatically updated the `DESCRIPTION` file using `usethis::use_latest_dependencies()`.
When I try estimate_expectation I got the following error: m1_predict
I'm trying to reproduce this analysis using `modelbased::estimate_contrasts()`. It's basically a set of 'out of the box' contrasts fitted across an interaction. ``` r date_tib Normal - Hard to get...
Fixes #129
It says > As you can see, the first row is repeated as it corresponds to the same participant (so the random effects are the same). But I think after...
For functions like `estimate_relation()`, it is not obvious whether `Predicted` and `CI` columns are expectations, new-data predictions or link predictions. Include a line at the bottom of the print out...