I have the following database:
id Acidente id_Vitima Sexo_Vitima Faixa_etaria Gravidade_acidente
1 1 1 7 2
2 1 1 6 1
2 2 2 8 1
3 1 2 6 3
3 1 2 2 3
3 1 2 7 3
3 1 2 7 3
I want to do an association analysis between variable Gravidade_acidente
and variable Sexo_Vitima
.
My question is that the database has id Acidente
repeated and I do not know if I can do parsing the data in this form or creating a new database without repeating id Acidente
.