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

## Summary The `equivalence_test()` function currently does not support lavaan objects (structural equation models), which limits its utility for researchers working with SEM frameworks. This feature request proposes adding lavaan...

Enhancement :boom:

[`BSDA::tsum.test`](https://cran.r-project.org/web/packages/BSDA/refman/BSDA.html#tsum.test) allows performing t-tests when only summary stats are available instead of the full data. However, the htest objects it returns are slightly different than those returned by `stats::t.test`, and...

Bug :bug:
Enhancement :boom:

``` mydf

Bug :bug:
3 investigators :grey_question::question:

Bug reported upstream following https://github.com/vincentarelbundock/modelsummary/issues/895. The variance of random effects is not relabelled: ``` library(magrittr) library(glmmTMB) mydf

Enhancement :boom:

Bug reported upstream following https://github.com/vincentarelbundock/modelsummary/issues/897 ``` library(magrittr) library(glmmTMB) mydf

Bug :bug:
Enhancement :boom:

Hi all, We found some kind of incompatibility between `labelled` and `paramters` for some data frames. Notice that the labels include several `NA` in the first example but not the...

Bug :bug:

Hello, the `include_reference` parameter doesn't seem to work for pscl model. Here it is in action for a lm model: ``` > mydf model parameters::model_parameters(model, include_reference=TRUE) Parameter | Coefficient |...

Bug :bug: