I uploaded document(.csv) to the project. There is 9 column(9 variable). In the task said that it is necessary to divide a variable(wages) into groups(the average salary, median, Kurtosis,Standard deviation) but still need to indicate the gender(variable gender) and the man is married or not(variable - marital status). For example there is data:
wages gender status ............
5000 M NO
3000 M Yes
4500 W NO
2000 M NO
3500 W Yes
6500 M NO
8000 W NO
.
.
.
.
and if we divide on the average wages than must be: 1)for man with status NO (5000+2000+6500)/3=4500
wages gender status
4500 M NO
With what methods can this be done?