This is a help function to extract phenotypic (and covariate) data from an object read in with genDataRead (or loaded with genDataLoad).
showPheno(data.in, n = 5, from, to, sex)
A table with phenotypic and covariate data (if any) extracted from 'data.in'.
The data read in by genDataRead).
Number of rows to display or "all" (default: 5).
From which row to display (optional, default: from the first).
To which row to display (optional).
If the sex column is part of the phenotypic information, the user can choose based on one of the categories used in this column (optional); NB: this does not combine with the 'to' and 'from' arguments.