hmetad 0.2.0
CRAN release: 2026-08-21
New features
- Added
allow_negative_valuesargument tofit_metad, which models M-ratio on the identity (rather than the logarithmic) scale to allow negative values of M-ratio - Added ability to simulate with negative M-ratios. Note that the
log_Marguments to simulation functions are renamed to reflect this - Added functions for empirical quantities (i.e.,
type1_probabilities,type2_probabilities,joint_probabilities,roc1,roc2, andmean_confidence), allowing for easy comparison with model estimates - Added functions for area under type 1 and type 2 ROCs (i.e.,
auroc1,auroc2,auroc1_draws, andauroc2_draws) - Added a
by_responseargument toroc2_drawsand related functions, allowing for type 2 ROCs collapsed across type 1 responses
hmetad 0.1.2
CRAN release: 2026-05-15
Bug fixes
- Resolved error in
posterior_predict()andposterior_epred()for models with multilevel effects on a single confidence level -
cov_matrix()now works for scalar inputs -
aggregate_metad()now removes rows withNAvalues prior to aggregation
New features
-
metac2_parameters()function streamlines setting priors for confidence criteria
Minor improvements and fixes
-
aggregate_metad()andfit_metad()now perform more thorough checks on the number of confidence levels,K -
aggregate_metad()has increased efficiency
hmetad 0.1.1
CRAN release: 2026-04-20
Minor improvements and fixes
aggregate_metad()now preserves column typesaggregate_metad()andfit_metad()now inferKusing the maximum confidence level (instead of the number of unique levels)aggregate_metad()andfit_metad()now have more helpful errors/messages for invalid data argumentsMinor updates to package documentation