Releases: hlorenzo/ddsPLS
Releases · hlorenzo/ddsPLS
Weighting modification and deflat protection
Major bug fixed (deflation)
v116 Major bug fixed in deflation
Pakistan
New options
- New parameter
L0
which corresponds to the maximum number of variables to be selected on each of theR
components. This is for objectsmddsPLS
andperf_mddPLS
, under nameL0s
which is a vector of integer values corresponding to the to be tested vvalues ofL0
in the cross-validation procedures. - Nice visualisations for components and super-components through
barplot
orheatmap
classical R functions. Extra variance explained is accessible also, thanks to classical OLL or RV paradigms. Those are accessible formddsPLS
objects underplot
method. - Methods
summary
for objectsmddsPLS
andperf_mddPLS
describing different components and missing path formddsPLS
objects and cross-validation results (time, convergence,...) fromperf_mddPLS
objects. - New parameter
var_selected
frommddsPLS
objects permitting to know the selected variables and their coefficients on the components and super-components. - New parameter
keep_imp_mod
frommddsPLS
objects permitting to know whether the imputation models must be kept and returned to the user. It makes objects heavier but can be useful for interpretations. - New parameter
NZV
frommddsPLS
objects permitting to fix the threshold above which coefficients are considered as null. Might not be changed by users. - New parameter
getVariances
frommddsPLS
objects permitting to know whether variances must be computed, quite time consuming but important for interpretation.
Code enhancements
- New initializations of missing values: marginal block missing value imputations.
- Use of
Rcpp
classical functions decrease time of computations. - Modification of the
Tribe Stage
, use the all Y and not its projected component S for estimating missing values. - Use of biased variance estimators as to fit with the Python version.
Mispellings fixed
v1.0.1 debug +2