pmparams 0.3.3
Changes
- Added
.expitargument toformat_param_table()for controlling formatting of logit-transformed parameters. (#119) - Adjust test expectation associated with recent
pmtables::sig()refactor (#122) - Bump R version requirement to R 4.1 (#119)
pmparams 0.3.1
Bug fixes
-
.digitsand.maxexwere not previously getting passed to two internal functions informat_param_table, affecting the display of CV% and pRSE output. (#107)
pmparams 0.3.0
Changes
- CI works how you expect on both regular and bootstrap tables.
.zscorehas been deprecated in all places, and is now calculated based on the provided.ci. (#93) - As part of the above change,
define_boot_table()now has a.ciargument for specifying a confidence interval. (#89) - In
define_boot_table(),.nonboot_estimateshas been deprecated. This argument only served to join a “fixed” column, which was used to determine if confidence intervals should be calculated for a given parameter. We now determine this by comparing the lower and upper intervals. (#89) -
format_param_tableandformat_boot_tablewill now substitute hyphens for negative values (e.g.,-4.2) with LaTeX styled negative signs (e.g.,$-$4.2). This makes the negative signs more obvious. (#96)
New features
- Introduces new
make_boot_pmtable()function (analogous tomake_pmtable) for creating formattedpmtablestables for bootstrap parameter estimates. The bootstrap vignette has been updated to reflect the change in workflow. (#90) - Adds new
boot_notes()function for creating generic footnotes similar toparam_notes(), but unique to bootstrap runs. Only one footnote is currently returned by this function. (#94)
Bug fixes
- Grammar fixes for footnotes generated by
param_notes(). (#95) - Grammar fixes for
param_keydocumentation. (#97)
pmparams 0.2.1
New features
Update wording in argument descriptions, examples, and vignettes. (#63, #74, #77)
Add
.cleanup_colsargument toformat_param_tableand deprecate.select_colsargument. The flexibility in.select_colshas limited utility..cleanup_colsis a simpler version of.select_colsthat users can set to T or F. If user wants to select certain columns, they can set.cleanup_cols= F and then usepmtables::st_selectto further select their columns if needed. (#74)
Bug fixes
- Update
.maxexand.digitsarguments to carry through all functions. (#63)
pmparams 0.2.0
New features
Allow users to input
THETAinERRORblock. (#21)Allow additive error log terms (
addErrLogDV) as a transformation option in parameter key. (#19)Carry specified CI level through all functions. (#15)
make_pmtablegenerate specific parameter tables by filtering and using pmtables. (#15)param_notesgenerate data frame of generic footnote equations to append to parameter tables. (#39)
pmparams 0.1.0
Initial release, featuring the following exported functions:
define_param_table: Suppress warning message for NA’s in internalgetpCVfunction when take sqrt of value < 0.format_param_table: Change default scientific notation to put values >1,000 into scientific notation.define_boot_table: Combine bootstrap estimates with non-bootstrap estimates and parameter key.format_boot_table: Format bootstrap parameter estimate values and output selected columns to be shown in the bootstrap parameter table.
