Association between variables: database

Asked

Viewed 127 times

2

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 intend to perform an association analysis between variable Gravidade_acidente and the variable Sexo_Vitima.

My question is that the database has id Acidente repeated and do not know if I can make association analysis with the data in this form or create a new database without repetition of id Acidente.

  • Your data seems strange to me. As you have in a same accident, the same victim with different age groups?

  • Ana, that doesn’t sound like a programming question to me, but a question of statistics, data analysis. This type of question would fit on this site here: http://stats.stackexchange.com

  • Poix is Molx you’re right

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.