vignettes/warnings.Rmd
warnings.Rmd
When using the crest.get_modern_data()
function,
crestr may raise a series of notes and warnings that must be
assessed. They however do not need to be ‘fixed’ to be able to continue
with the analysis. There are markers of small deviations from the
perfect dataset, but this might be expected. These notes can be accessed
with the PSE_log()
. Their origin is detailed here and
practica solutions are proposed.
This warning is raised to indicate that some taxa reported in the
data file (df
) were not found in the proxy-species
equivalency table (PSE
). Possible cause(s):
df
dataset has not been properly cleaned and
contains extra columns, such as ‘total sum’, age ranges, …This warning is raised when some taxa names found in df
or PSE
are not found in the selectedTaxa
input
file. These taxa are added automatically with a default value of 0
(i.e. the taxa will not be used for the reconstruction of any
variable).
This warning is raised when some taxa names found in the
PSE
file are not properly classified (i.e. no family, genus
and species names provided). If you use the template generated by
createPSE()
, the first column should contain the value ‘4’.
Note: You do not have to classify all the taxa, especially the taxa that
are so broad that they will be excluded from the reconstructions.
This warning is self-explanatory. The df
dataset is
checked. The sum per column is calculated and all the names of taxa that
are not recorded in any sample are excluded.
This warning is raised to indicate that some taxa reported in the
proxy-species equivalency table (PSE
) were not found in the
data file (df
). Possible cause(s):
PSE
dataset has been recycled from another study
and contains taxa observed in other records.This warning is raised if no species correspond to the classification proposed in the PSE file. Unclassified will not be used for any reconstructions. Possible cause(s):
This warning is raised if, at the end of the classification process, a taxon name has been depleted of all its composing species. This is different than warning #6. In this case, some species were first found, but subsequently reclassified into a different, better resolved category. Unclassified will not be used for any reconstructions.
This warning is raised if the classification is successful, but no data correspond to the species within the study region. If the taxon is important, consider expanding the study area to include its native area, or make sure that the name of the targeted group of species has not changed (i.e. the species can be found in other regions, but the regional subgroup has been reclassified as something else).
This warning is raised if the regional classification is successful
but there are not enough data to fit the PDFs. If the taxon is
important, consider lowering the minGridCells
parameter to
include species with fewer data points, or increase the extent of the
study area.