Skip to content

Version 3.10.9

Choose a tag to compare

@eeholmes eeholmes released this 30 Mar 22:41
· 1108 commits to master since this release

See version 3.10.5 information. Version 3.10.9 has some minor fixes and added plot() method. Note 3.10.9 is the same as 3.10.8 submitted to CRAN on 3-30-18.

  1. The vignettes were using the geometry LaTeX library which CRAN does not have. I removed the dependency on the package and specified geometry with native LaTeX.
  2. The augment and tidy functions were not respecting the conf.level. They used conf.level=0.95 always.
  3. The DFA chapter had an error in the function that computed the fitted values (observations) under rotation. The fitted values do not change, only the estimated loadings and the trends.
  4. The tidy function checks if the user is requesting parameters and rotation if form="dfa". Outputs an error since getting the CIs on a rotated Z is non-trivial.
  5. Added a plot.marssMLE() function.