
Sprott-Doob-Iftene (May 2021) Table 1: IEDM-reviewed population
Source:R/sprott_doob.R
morie_siu_sprott_doob_iftene_table1.RdSprott-Doob-Iftene (May 2021) Table 1: IEDM-reviewed population
Examples
head(morie_siu_sprott_doob_iftene_table1())
#> $title
#> [1] "Sprott, Doob & Iftene (May 2021) Table 1 -- Population characteristics of SIU stays receiving >=1 IEDM review under CCRA s.37.8"
#>
#> $summary_lines
#> $summary_lines$Source
#> [1] "Sprott, Doob & Iftene (9 May 2021), p. 7 of 23"
#>
#> $summary_lines$`N total stays reviewed by an IEDM`
#> [1] 265
#>
#> $summary_lines$`Female / Male`
#> [1] "0.8% (2) vs 99.2% (263)"
#>
#> $summary_lines$`Indigenous share`
#> [1] "40.4% (107)"
#>
#> $summary_lines$`Black share`
#> [1] "15.8% (42)"
#>
#> $summary_lines$`Mental health need flag share`
#> [1] "26.4% (71)"
#>
#>
#> $tables
#> $tables[[1]]
#> $tables[[1]]$title
#> [1] "Gender (N=265)"
#>
#> $tables[[1]]$data
#> category percent n
#> 1 Female 0.8 2
#> 2 Male 99.2 263
#>
#>
#> $tables[[2]]
#> $tables[[2]]$title
#> [1] "Age group (N=265)"
#>
#> $tables[[2]]$data
#> category percent n
#> 1 18-24 15.5 41
#> 2 25-29 29.8 79
#> 3 30-39 32.8 87
#> 4 40-49 17.0 45
#> 5 50-64 4.9 13
#>
#>
#> $tables[[3]]
#> $tables[[3]]$title
#> [1] "Race (N=265)"
#>
#> $tables[[3]]$data
#> category percent n
#> 1 White 30.9 82
#> 2 Indigenous 40.4 107
#> 3 Black 15.8 42
#> 4 Other/Missing 12.8 34
#>
#>
#> $tables[[4]]
#> $tables[[4]]$title
#> [1] "Mental health flag (N=265)"
#>
#> $tables[[4]]$data
#> category percent n
#> 1 Mental health need flag 26.4 71
#> 2 No mental health need flag 73.6 194
#>
#>
#>
#> $interpretation
#> [1] "Reproduces Sprott, Doob & Iftene's Table 1. Indigenous people make up 40.4% of IEDM-reviewed SIU stays -- a stark over-representation against the Indigenous share of the Canadian adult population (~5%). Black people are 15.8% of stays vs ~4% of the adult population (~4x over-representation). The mental-health flag applies to 26.4% of reviewed stays."
#>
#> $warnings
#> character(0)
#>
#> $payload
#> $payload$table1_iedm_population
#> $payload$table1_iedm_population$n_total
#> [1] 265
#>
#> $payload$table1_iedm_population$gender
#> category percent n
#> 1 Female 0.8 2
#> 2 Male 99.2 263
#>
#> $payload$table1_iedm_population$age_group
#> category percent n
#> 1 18-24 15.5 41
#> 2 25-29 29.8 79
#> 3 30-39 32.8 87
#> 4 40-49 17.0 45
#> 5 50-64 4.9 13
#>
#> $payload$table1_iedm_population$race
#> category percent n
#> 1 White 30.9 82
#> 2 Indigenous 40.4 107
#> 3 Black 15.8 42
#> 4 Other/Missing 12.8 34
#>
#> $payload$table1_iedm_population$mental_health
#> category percent n
#> 1 Mental health need flag 26.4 71
#> 2 No mental health need flag 73.6 194
#>
#>
#>