collpcm 1.4
Minor changes
- Correction to label switching algorithm for when number of groups is
fixed through model.search=FALSEincollpcm.control()
collpcm 1.3
Minor changes
- Fixed bug in MKL position finding for latent dimension
d=1; this bug did not cause any problems ford=2but meant that ford=1the run would break
at the MKL optimization
- Fixed minor bug in beta initialization in
collpcm.control(); it is unlikely that this bug had a
significant impact on results
collpcm 1.2
Minor changes
- Added checks for bad values of latent space dimension argument in
collpcm.fit()
- Removed erroneous reshaping of the latent position array samples in
collpcm.fit(); this code had no impact as its effect was
undone in a later reshaping step
- plotfunction for- collpcmclass changed to
automatically include pie charts of membership
Larger changes
- Rewrite of the collpcm.control()function for better
clarity
- collpcm.fit()now has a native implementation of
Procrustes matching which was previously sourced from- veganpackage
- A vignette has been added to this version