rempsyc
R package rempsyc by rempsyc — release notes from GitHub.
Publication-ready psychology tables and plots, tracking APA style as closely as the software allows.
◆Recent moves
- 11mo ago
Point labels and per-group correlations added to nice_scatter
The release notes open with continuous integration housekeeping, but the substance sits at the end: nice_scatter gains has.ids for labelling individual points via ggrepel and has.group.r and has.group.p for reporting correlations per group. A nice_lm() fix for factor covariates with more than two levels resolves a failure that would have blocked common designs outright.
View source ↗ - 1y ago
Excel correlation export delegated to the correlation package
cormatrix_excel becomes a thin call to correlation::cormatrix_to_excel, explicitly to reduce maintenance. A clear instance of the package's habit of keeping the formatting layer and handing the computation to whoever specialises in it.
View source ↗ - 2y ago
Table spacing control and a fix for name collision with afex
A digest release whose recurring theme is friction with neighbouring packages: the nice_table class collided with afex's print method, paired t-tests needed a workaround, and plot_means_over_time was extended past five groups. The new spacing argument lets tables switch between double and single spacing as journals require.
View source ↗ - 2y ago
Standardized coefficients switch to APA 7th edition b* notation
The clearest example of the package following the style manual rather than its users' habits: APA 7 advises against beta for standardized coefficients, so output changed to italic b with an asterisk. Z statistics also moved to two digits to match Wald Z reporting in structural equation modelling output.
View source ↗ - 2y ago
Legend and standardization-check fixes
A small CRAN submission covering a redundant legend in nice_varplot and a bug when checking standardization on data containing character variables. No new capability.
View source ↗ - 2y ago
nice_table starts coercing model objects automatically
Automatically converting objects such as emmGrid to data frames, and renaming t.ratio to t, removes a manual step between fitting a model and formatting its output. Small individually, but this accumulation of input coercions is what makes the table function usable across the many model classes psychology workflows produce.
View source ↗