annakrystalli / rmacroRDM

Tools to handle macroecological datasets in R
MIT License
12 stars 5 forks source link

potential data biases #9

Open auremoser opened 8 years ago

auremoser commented 8 years ago

A interesting added feature could be functionality for exploring potential data biases of analytical datasets.

annakrystalli commented 8 years ago

What features, tools or functionality would be most helpful in probing your datasets and assessing for biases?

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.

proposed tools

taxonomic biases:

imputation:

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.

Model/trait selection:

Your input is needed!

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.

auremoser commented 8 years ago

Cool. I'd also add these resources:

Lots of these are for newsrooms but I thought they might be useful for everything.

annakrystalli commented 8 years ago

Thanks for these! Going to also add them to #10 as a lot refers to basic data quality checks.