table(diet$Study_Type) will show the frequency of all phrases in this field.
We need to clean this field up and use consistent terminology. Multiple types may be specified by separating with a ";", but the types themselves should be constrained to the following options:
table(diet$Study_Type)
will show the frequency of all phrases in this field.We need to clean this field up and use consistent terminology. Multiple types may be specified by separating with a ";", but the types themselves should be constrained to the following options:
Phrases to delete: "tagged" "estimation"
Note that there are 18 records with no Study_Type value and 63 records with NA, so we need to look those up and fill in.