Archive for February, 2020

Labeling variables in R

February 2nd, 2020 – 4:23 pm
Tagged as: Computing Notes

This great procedure makes it easy to remember what variables are related to in R. One of the troubles with exploratory data analysis is that when one has a lot of variables it can be confusing what the variable was created for originally.  Certainly code comments can help but that makes the files larger and [...]