EDIorg / ecocomDP

A dataset design pattern and R package for ecological community data.
https://ediorg.github.io/ecocomDP/
Other
32 stars 13 forks source link

Model development: Annotating Categorical Variables #123

Open kzollove opened 2 years ago

kzollove commented 2 years ago

The problem as I understand it is that categorical variables are transferred from the L0 to the L1 dataset, but the definitions of those variable remain in the L0 metadata.

Annotating categorical variables of the L0, which become values in L1, would facilitate full transfer of the L0 content to the L1, which negates the effort to lookup the content in the L0.

This could be implemented by adding a “value” column to variable_mapping table.