Open auremoser opened 8 years ago
Missing data in trait databases is a persistent problem affecting analyses. The most common approach is to delete missing cases but this can introduce additional biases and reduce statistical power of analyses and affect model selection and inference.
In these cases imputation might be more appropriate and there are a number of approaches suggested, making use of both relationships between traits as well as taxonomic relationships.
vegan::taxondive()
)Currently exploring use of missForest
and Rphylopars
to impute missing data. A framework for testing out different imputation approaches would probably work best.
Crossvalidated imputation error can also be used to assess contribution of individual to traits to overall imputation error.
Feel free to leave suggestions on formalising such a process, useful tools and approaches or get in touch if you have an idea for a feature to add.
Cool. I'd also add these resources:
Lots of these are for newsrooms but I thought they might be useful for everything.
Thanks for these! Going to also add them to #10 as a lot refers to basic data quality checks.
A interesting added feature could be functionality for exploring potential data biases of analytical datasets.