- Fixed important issue with the predictions output.
- Fixed compatibility with dplyr 0.8.
- Fixed barplot function.
- Fixed issue with the predictions in the pm$Data.Obs_Pred output.
- Fixed issue with the Cross-validation with two or more traits to use as testing.
MSEP
was changed toMAAPE
.print
function was added.ORCID
was added to the authors of the package.
Changes:
IBCF.Years()
now hascolID
parameter to select the identifiers of the observations.- Fixed a bug caused by the sequence in a for cycle.
Changes:
- Fixed important issue from
IBCF()$predictions_Summary
, now the correlation only uses the predicted testing data. - Now
IBCF()
function show$yHat
that is an average of the prediction values of every partition. - Now
IBCF()
function shows in$predicted_Partition
all the partitions values predicted (before was$Predictions
and was changed to not confuse with$yHat
). - Now
IBCF()
function shows in$observed
all the response values from the DataSet. - Now
IBCF()
function shows in$Data.Obs_Pred
all the response and predicted values from the DataSet. - Now
IBCF.Years()
function shows in$predicted
all the values predicted. - Now
IBCF.Years()
function shows in$observed
the response values for all the years from the Traits selected inTraits.testing
. - Now
CV.RandomPart()
shows the lenght in every partition in$CrossValidation_length
. - Now
CV.RandomPart()
admitsTraits.testing
to only use aPTesting
percentage defined of the traits specified in the parameter to be used to fit the model.
Changes:
- Initial release