parameters icon indicating copy to clipboard operation
parameters copied to clipboard

:bar_chart: Computation and processing of models' parameters

Results 98 parameters issues
Sort by recently updated
recently updated
newest added

See https://github.com/easystats/report/issues/259

Enhancement :boom:

Applying `random_parameters` to `gls` models produce errors. Also `dof_kenward`. Thanks!

3 investigators :grey_question::question:

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...

Help us :eyes:
Enhancement :boom:
Low priority :sleeping:
3 investigators :grey_question::question:

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 #>...

Enhancement :boom:

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...

Bug :bug:

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...

3 investigators :grey_question::question:
waiting for response :love_letter:
reprex :bar_chart:

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,...

3 investigators :grey_question::question:

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...

Enhancement :boom:

*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...

Enhancement :boom:

Currently only the `refit` method works. This seems like a complex issue that will require work on `standardize_info()` (which does not support mlms).

Bug :bug:
Enhancement :boom:
Reprex :floppy_disk: