Changelog
Source:NEWS.md
dsem 1.4.0
- Adding option for lower and upper bounds
- Adding
stepwise_selection
for automated stepwise model selection - Adding
plot
option to useggraph
as alternative to previousigraph
option - Adding
convert_equations
to extendsem::specifyEquations
and simplify specification for large models
dsem 1.3.0
CRAN release: 2024-07-22
- Adding option to specify constant marginal variance, as alternative to existing calculation which results in a constant conditional variance but a changing marginal variance along the causal graph
dsem 1.2.1
CRAN release: 2024-04-02
- removing
checkDepPackageVersion(dep_pkg="Matrix", this_pkg="TMB")
from.onLoad()
as requested by K. Kristensen
dsem 1.2.0
CRAN release: 2024-03-31
- Adding option to specify covariance via argument
covs
- Adding options to specify gmrf_parameterization=“projection”
- Adding vigette outlining how to fit dynamic factor analysis
- Fix bug arising when
tsdata
had two or more columns sharing a single variable name - Adding
make_dfa
helper function - Updating bering_sea dataset to include extra year of cold-pool, and changing vignette to match the published specification and results
- Updating the lag indexing for the Klein-I model in the vignette to use positive values for lags, and updating saved MCMC results to match that corrected specification
dsem 1.0.2
CRAN release: 2024-02-02
- Eliminate
eval
usage - Add codecov Action and badge
- Change default behavior so that all variables in
tsdata
have a standard deviation by default