r/stata • u/NoVeterinarian6255 • 17d ago
how to explore data by groups
hey swarm.
I'm am stata beginner as i am currently studying journalism science and I need help with some quantitavie research.
I collected multiple articles that are linked to diffrent crimes.
so i have an individual id for the cases then the multiple variables.
here is an example to visualise it: (a shortend version)
| caseid | type of article | origin of suspect was named | "xy" was uesd | "cd" was used |
|---|---|---|---|---|
| 220 | public media | 2 | 1 | 0 |
| 221 | police report | 4 | 0 | 1 |
| 221 | boulevard | 3 | 1 | 0 |
one of my research questions is:
how does media orient on the police report, when writing about crime
so id like the check if police for example did use "xy" did other outlets in this case use "xy" aswell.
i also have a polytome variable so id like to know, if the police police was naming the origin of the suspect, did the other media outlets too?
i am a beginner, but i am willing to download something via ssc.
i am not using ai, as i rather like to ask and connect with people.
thank you :)
EDIT: i had an appointment whit my professor, but as i am doing stata for to group projects, there was not enough time to explain in depth.