Changelog
Source:NEWS.md
multilevelcoda 1.3.3
CRAN release: 2025-11-11
New Features
-
substitution()supports moderated substituion viaatargument. -
complr()now supports multiple composition input (see examples). -
substitution()supports compositional outcomes. -
substitution()output is now weighted across levels of the reference grid.
Other Changes
- Syntax for
brmcoda()updated to support multiple compositions (see examples).
multilevelcoda 1.2.2
New Features
- Add a new function
multilevelcoda_sim()to bundle simulation study results in ashinyapp. - Add more methods for
brmcoda(looandpp_check).
multilevelcoda 1.2.0
CRAN release: 2023-08-12
multilevelcoda 1.1.0
CRAN release: 2023-06-16
New Features
- Add method
updateto support update an existingcompilrorbrmcodaobjects. - Add method
summarytosubstitutionto summarise output produced by functionsubstitution. - Add argument
weighttosubstitutionto allow for different methods for calculating reference compostion. - Add user control over specifying reference composition and reference grid in
substitutionmodel. - Ensure that
complirthrows errors for missing data and 0s in input compositional data.