Builds a count matrix (age x region) and the row-normalised proportion matrix of unique-individual placements for one fiscal year, optionally filtered by gender.
Usage
morie_otis_rplace(
df,
year,
sex = NULL,
id_col = "unique_individual_id",
age_col = "age_category",
region_col = "region_at_time_of_placement",
year_col = "end_fiscal_year",
gender_col = "gender"
)Examples
if (FALSE) { # \dontrun{
df <- morie_otis_load()
morie_otis_rplace(df, year = 2024)
} # }