Introduction

Data related to the execution of an exercise is provided. In the data, there are 6 participants and 5 classe variables. The 5 classe variables are
1.exactly according to the specification (Class A),
2.throwing the elbows to the front (Class B),
3.lifting the dumbbell only halfway (Class C),
4.lowering the dumbbell only halfway (Class D)
5.throwing the hips to the front (Class E).

GOAL:

predict the manner in which the participants did the excercise.

Step1:

Since participants have performed correctly and incorrectly, first step above all would be to look at all the participants and classA-variable to see if there are any noticeable points to note.

step2:

In the column new_window, there are only 2 values. ‘yes’ and ‘no’. Considered the data with value = ‘no’ as there are more records with value ‘no’ (19216).

Step3:

Detemine what columns to use.

with(res, plot(n.var,error.cv,log="x",type= "o", lwd=2))