In both the code and documentation, data are referred to by column numbers (e.g., indiv[,8]) rather than names (indiv$Sex). Is there a clever reason for this? I'd be keen to change to the names for readability if there's not some special reason to do that. I'm happy to make the changes and submit a PR if it's useful.
In both the code and documentation, data are referred to by column numbers (e.g.,
indiv[,8]) rather than names (indiv$Sex). Is there a clever reason for this? I'd be keen to change to the names for readability if there's not some special reason to do that. I'm happy to make the changes and submit a PR if it's useful.