Australian Crime Trends

BINUJA BINU

2025-06-10

1 Introduction

This presentation explores trends in recorded offences in Victoria using the Crime Statistics Agency’s Year Ending December 2024 data. We examine how offence counts have evolved over time across major offence divisions, drill into subdivisions and subgroups for key categories, and highlight recent changes such as top-growing subdivisions. We also consider family-incident flags to understand patterns in personal offences. The goal is to provide clear insights into which types of offences are rising or falling, supporting informed discussion and decision-making.

2. Read dataset and prepare Table 01

  • Define the file location: set path <- "data/offence.xlsx".
  • Use excel_sheets(path) to list all sheet names in the workbook.
  • Print the sheet names with print(sheets) to confirm which sheets are available. This lets us identify the correct sheet (e.g., “Table 01”) for further reading.
  • Next, we read the chosen sheet with read_excel(path, sheet = "<sheet name>").

3.1 Total counts by Division over time

4. Trend for a chosen Division by Subdivision

Allow drilling into a single division, e.g., “A Crimes against the person”. You can filter and plot trends for its subdivisions.

5. Highlight top Subgroups in latest year

For the most recent year, find which Subdivision or Subgroup had the highest counts.

6.Use Table 03: Family Incident Flag

7. Conclusion

  • Trends by Offence Division reveal how different categories of crime have evolved over time in Victoria.

  • “Crimes against the person” shows notable patterns in subdivisions such as Assault and Sexual offences.

  • Recent year highlights: top subdivisions and subgroups indicate where counts have risen or remained high.

  • Family Incident Flag analysis uncovers distinctions in personal offences flagged as family-related.

  • Insights support stakeholders in understanding emerging areas of concern and resource allocation.

  • Limitations: counts reflect recorded offences only; population changes and reporting behaviour are not adjusted here.

Reference