easystats/parameters: parameters 0.20.0
Authors/Creators
- 1. Universitätsklinikum Hamburg-Eppendorf
- 2. Nanyang Technological University
- 3. Luxembourg Institute of Socio-Economic Research (LISER)
- 4. University of Kansas
- 5. University of California, Davis
- 6. Fors Marsh Group LLC
- 7. University of Washington
- 8. Northwestern University Research Computing Services @nuitrcs
- 9. University of Pittsburgh
- 10. YouGov
Description
The deprecated argument
df_methodinmodel_parameters()is now defunct and throws an error when used.The deprecated functions
ci_robust(),p_robust()andstandard_error_robusthave been removed. These were superseded by thevcovargument inci(),p_value(), andstandard_error(), respectively.The
styleargument incompare_parameters()was renamed intoselect.
p_function(), to print and plot p-values and compatibility (confidence) intervals for statistical models, at different levels. This allows to see which estimates are most compatible with the model at various compatibility levels.p_calibrate(), to compute calibrated p-values.
model_parameters()andcompare_parameters()now use the unicode character for the multiplication-sign as interaction mark (i.e.\u00d7). Useoptions(parameters_interaction = <value>)or the argumentinteraction_markto use a different character as interaction mark.The
selectargument incompare_parameters(), which is used to control the table column elements, now supports an experimental glue-like syntax. See this vignette Printing Model Parameters. Furthermore, theselectargument can also be used in theprint()method formodel_parameters().print_html()gets afont_sizeandline_paddingargument to tweak the appearance of HTML tables. Furthermore, argumentsselectandcolumn_labelsare new, to customize the column layout of tables. See examples in?display.Consolidation of vignettes on standardization of model parameters.
Minor speed improvements.
model_parameters().BFBayesFactorno longer drops theBFcolumn if the Bayes factor isNA.The
print()anddisplay()methods formodel_parameters()from Bayesian models now pass the...toinsight::format_table(), allowing extra arguments to be recognized.Fixed footer message regarding the approximation method for CU and p-values for mixed models.
Fixed issues in the
print()method forcompare_parameters()with mixed models, when some models contained within-between components (seewb_component) and others did not.
Files
easystats/parameters-0.20.0.zip
Files
(1.2 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:bac411674a0874da4f8668a79f937e6e
|
1.2 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/easystats/parameters/tree/0.20.0 (URL)