| palaeodataMemory {memoria} | R Documentation |
Output of computeMemory
Description
List containing the output of computeMemory applied to palaeodataLagged. Its slots are:
Usage
data(palaeodataMemory)
Format
List with four slots.
Details
-
memorydataframe with five columns:-
Variablecharacter, names and lags of the different variables used to model ecological memory. -
mediannumeric, median importance acrossrepetitionsof the givenVariableaccording to Random Forest. -
sdnumeric, standard deviation of the importance values of the givenVariableacrossrepetitions. -
minandmaxnumeric, percentiles 0.05 and 0.95 of importance values of the givenVariableacrossrepetitions.
-
-
R2vector, values of pseudo R-squared value obtained for the Random Forest model fitted on each repetition. Pseudo R-squared is the Pearson correlation beteween the observed and predicted data. -
predictiondataframe, with the same columns as the dataframe in the slotmemory, with the median and confidence intervals of the predictions of all random forest models fitted. -
multicollinearitymulticollinearity analysis on the input data performed with vif. A vif value higher than 5 indicates that the given variable is highly correlated with other variables.
Author(s)
Blas M. Benito <blasbenito@gmail.com>