Version 2.3.1 Release Notes
- Fixed issue with anchors in cross-references
- Updated version number to three components
Version 2.3.0.1 Release
Notes
- Updated contact email
- Fixed issue with S3 methods and all
Version 2.3.0 Release Notes
- Now supports model classes: glmmTMB,Sarlm
- Added d-sep and Chi-squared tests for gammodels
- Added support for tibbleanddata.table
- Added stop_psemto deal with unsupported functions,
e.g.,poly
- Fixed issue with infinite loops with sortDag
- Fixed issue with getSDxnot being able to get numeric
from data.frame with additional attributes
- Fixed issue with GetDataobtaining transformed data
fromlme4objects
- Fixed issue with non-recursive models and
igraph::is_dag
- Fixed issue with GetSDynot returning correlation when
NAs are present
- Fixed issue with arguments in formulae for
all.vars_transandall.vars_notrans
- Fixed issue with GetSDyandglm.nb
- Fixed issue with rsquaredwhen random slopes were not
present as corresponding fixed effects
- Fixed issue with GetSingleDatagetting transformed data
fromgammodels
- Fixed issue with anovaLRTreturning weird rownames
- Fixed issue passing single object to anova.psem
Version 2.2.0 Release Notes
- Added log-likelihood chi-squared goodness-of-fit and AIC statistics
from Shipley & Douma 2020
- Added coefficient standardization for GLM(M)
- Added preliminary support for GAMs
- Fixed issue with interactions coded with “:” and
coefs
- Fixed issue with AICc and AIC.type = "dsep"calculating
incorrectly
Version 2.1.2 Release Note
- Updated coefsto remove depracated functionemmeans::CLD
Version 2.1.1 Release Notes
- Fixed bug with interactions without main effects in
coefs
- Fixed issue with rsquared.glmfor “gaussian” family
andmethod = "nagelkerke" -Fixed issue withcar::Anovaoutput andhandleCategoricalCoefs`
Version 2.1.0 Release Notes
- implemented igraphpackage for DAG construction and
evaluation
- replaced pbkrtestwithcar::Anova
- added plot.psemfunction usingDiagrammRpackage
- coefsnow returns coefficients for categorical
variables using- emmeansand- Anova
- added multigroupfunction and analysis
- added sqrt link for poisson GLMMs
- Changed contact e-mail to new affiliation
- Fixed bug with KRpandlmerModmodels with
intercepts
- Fixed bug with getOLREand single observation-level
random effects glmerMods
- Fixed errant parentheses in rsquaredleading to wrong
values for lme
- Fixed bug in cyclicwhere incorrect error was
returned
Version 2.0.2 Release Notes
- Fixed bug with partialCorrand negative correlations
returning wrong P-value
- Fixed with coefsand standardization with mixed
models
Version 2.0.1 Release Notes
- Fixed bug with KRpand uneven sample size
- New warning issued when NAs present in the dataset
- Added Gamma distribution to rsquared
- Fixed bug to determine whether graph is cyclic
- Fixed bug thowing errors with calls to lmer
- Fixed bug creating errors with objects fit using
lmerTest
- Added pkgdown website
Version 2.0 Release Notes
New syntax
- All functions have been re-written from the ground up
- Incorporates new psemfunction and S3 objects
- All necessary information can now be obtained with a single function
summary
Updated R[2] functions
- Extends to new distributions and model types using a single function
rsquared
New standardization
procedures
- Implements range standardization for all response types
- Adds multiple forms of standardization for binary responses, see
?coefs
NOTES
- Removed sem.plotfunction
- Removed sem.lavaanfunction
- groups=argument is currently broken but will be fixed
in version 2.1 (see doc)