latentcor 1.1.0
- Rename main function from estRtolatentcor.
- Add help function get_typesto automatically generate
types for data matrix.
- Add more documentation on parameters.
- Add more documentation for speed comparison between original method
and approximation.
latentcor 1.2.0
- Add user-defined use.nearPD, so that user can decide if
latent correlation matrix should be adjusted to be positive definite
automatically.
- Remove redundant code for checking positive definiteness.
- Minor correction on types detection to accommodate NAvalues.
latentcor 1.2.1
- Temporarily disable approximation method due to deprication of
package chebpol.
latentcor 2.0.0
- Add interpolation functions ipolinto package to enable
approximation method. Also export evaluation functionsevaluationto help compare the accuracy betweenoriginalandapproxmethods.
latentcor 2.0.1
- Export r_ml_wrapperfunction as a port function to call
interpolants for continuous developers.