parameters
parameters copied to clipboard
:bar_chart: Computation and processing of models' parameters
See https://github.com/easystats/report/issues/259
Applying `random_parameters` to `gls` models produce errors. Also `dof_kenward`. Thanks!
This requires adding a new `parallel` argument to `model_parameters` and then passing the value to `boot` calls: For example, here we can add `parallel = parallel` inside the call: https://github.com/easystats/parameters/blob/d7fed242cc655d88c0417f17f48d15c657b67b2b/R/bootstrap_model.R#L85...
Ala https://gist.github.com/bwiernik/55571550aa45d57ddaf7cd680c3211c3 ``` r library(dplyr, warn.conflicts = FALSE) library(parameters) mod Parameter | Coefficient | SE | 95% CI | t(29) | p | Std. Coefficient | Std. 95% CI #>...
When I run model_parameters on lavaan and blavaan model objects, it usually works. But I have encountered an issue for sem models with multiple-groups. For lavaan, model_parameters() is able to...
Hello, I have been running some stats on the same dataset with the same code and everything worked perfectly. However, today I updated R (now 4.2..0) and RStudio (2022.02.3+492), installed...
In the table outputs of the next reprex, we should see `Indirect Effect (ACME)` in each file where `ACME` appears and the same for `Direct Effect (ADE)` with `ADE`, however,...
imo this is a critical issue to be able to retrieve 'refit' standardized parameters with a posthoc method. improvements are possible with especially for the case of interaction, but a...
*Originally posted on https://github.com/easystats/parameters/issues/655* *@bwiernik*: > Strictly speaking, both the p values and CIs we currently report for standardized effects aren't strictly accurate because they don't include uncertainty in the...
Currently only the `refit` method works. This seems like a complex issue that will require work on `standardize_info()` (which does not support mlms).