NEWS
RMixtCompUtilities 2023-09-25
- use requireNamespace instead of require in examples
RMixtCompUtilities 2023-06-14
- getter functions manage errored mixtComp run
- remove blockcluster from suggested packages
- lint
- change maintainer
RMixtCompUtilities 2020-11-12
- export formatData, completeAlgo and formatModel functions to avoir using RMixtCompUtilities::: in RMixtComp
- add class parameter for functional models in plotDataBoxplot
- change default value of nInitPerClass in createAlgo function
- change default value of empiric in getPartition function
RMixtCompUtilities 2020-10-02
- formatModel manages data.frame and matrix for models with hyperparameters
- bug correction for heatmap* functions with pkg = "plotly"
- use uniroot instead of optimize to find the ci bounds for functional data
- bug corrections in plotDataCI and plotDataBoxplot when using class parameter (color, position, error when combined with grl = TRUE)
- add unexported icl function
- remove colours in barplot functions
- change maintainer
RMixtCompUtilities 2020-06-04
- print.MixtComp prints correctly functional and rank parameters
- add getProportion function
- doc correction
- add class parameter to plotDataBoxplot, plotDiscrimVar and computeDiscrimPowerVar functions
- getCompletedData returns a data.frame with proper column types and returns rank as a string
- label order correction for functional data
RMixtCompUtilities 2019-12-16
- can use grl = TRUE in plot.MixtComp
- add plotData parameter in plot.MixtComp
- bug correction in extractCIPoissonVble when grl = TRUE
- plotDataBoxplot uses ggplot2 and plotly
- plotParamConvergence works for nClass = 1
RMixtCompUtilities 2019-08-27
RMixtCompUtilities 2019-07-02
- Extract plot and getter functions from RMixtComp