parameters
parameters copied to clipboard
:bar_chart: Computation and processing of models' parameters
## 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...
[`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...
``` mydf
Bug reported upstream following https://github.com/vincentarelbundock/modelsummary/issues/895. The variance of random effects is not relabelled: ``` library(magrittr) library(glmmTMB) mydf
Bug reported upstream following https://github.com/vincentarelbundock/modelsummary/issues/897 ``` library(magrittr) library(glmmTMB) mydf
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...
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 |...