The dataset used in this workflow is a dataframe consisting of 11,620 rows of data. The file is called motility_results_ph.csv and will be stored in an object named mr. However, for the purposes of this document, a sample of 500 rows will be used.
- Object Type: Data frame
- Number of Variables: 11
- Description of Variables:
1. ID1 (Factor with 75 levels): A unique identifier that represents date and number of video. Examples of values include "220219-1", "220219-10", etc.
2. ID2 (Factor with 5 levels): Each level is a value of pH ("pH.70", "pH.74", etc.)
3. ID3 (Factor with 6 levels): Each level is the name of a semental ("balder", "berthrand", etc.)
4. VCL (num): Curvilinear Velocity, a measure of velocity along a curved path.
5. VAP (num): Average Path Velocity, the velocity calculated along a smoothed path.
6. VSL (num): Straight Line Velocity, velocity between two points in a straight line.
7. LIN (num): Linearity of movement, calculated as VSL/VCL. It is a value between 0 and 1.
8. STR (num): Straightness of movement, calculated as VSL/VAP. Also a value between 0 and 1.
9. WOB (num): Wobble, a measure of the oscillation of the movement, calculated as VAP/VCL.
10. BeatCross (num): Beat Cross Frequency, the frequency with which the trajectory crosses the midpoint reference.
11. ALH (num): Amplitude of Lateral Head displacement, a measure of lateral movement of head.