method predict allows to project new, unseen data to obtain the corresponding PCs (works for standard, rotation and complex)
more efficient storing/loading of files; Unfortunately, this and the point above made it necessary to change the code considerably. As a consequence, loading models which were performed and saved using an older package version (0.x.y) is not supported.
add method to summarize performed analysis (summary)
add method to return input fields
improve docs (resolves #7)
correct and consistent use of definition of loadings
New in release 1.0.0
predict
allows to project new, unseen data to obtain the corresponding PCs (works for standard, rotation and complex)summary
)