MSEP
was changed to MAAPE
.print
function was added.ORCID
was added to the authors of the package.Changes: * IBCF.Years()
now has colID
parameter to select the identifiers of the observations. * Fixed a bug caused by the sequence in a for cycle.
Changes:
IBCF()$predictions_Summary
, now the correlation only uses the predicted testing data.IBCF()
function show $yHat
that is an average of the prediction values of every partition.IBCF()
function shows in $predicted_Partition
all the partitions values predicted (before was $Predictions
and was changed to not confuse with $yHat
).IBCF()
function shows in $observed
all the response values from the DataSet.IBCF()
function shows in $Data.Obs_Pred
all the response and predicted values from the DataSet.IBCF.Years()
function shows in $predicted
all the values predicted.IBCF.Years()
function shows in $observed
the response values for all the years from the Traits selected in Traits.testing
.CV.RandomPart()
shows the lenght in every partition in $CrossValidation_length
.CV.RandomPart()
admits Traits.testing
to only use a PTesting
percentage defined of the traits specified in the parameter to be used to fit the model.Changes: