Version 3.10.9
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.
- 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.
- The augment and tidy functions were not respecting the conf.level. They used conf.level=0.95 always.
- 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.
- 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.
- Added a plot.marssMLE() function.