Skip to contents

Custodial deaths by alert x housing unit (d07)

Usage

morie_otis_analyze_d07(data)

Arguments

data

d07 data.frame from OTIS.

Value

RichResult with summary + housing-unit-by-alert crosstab.

Examples

otis_d07 <- morie_synth_otis("d07", n = 120L, seed = 1L)
res <- morie_otis_analyze_d07(otis_d07)
class(res)
#> [1] "morie_otis_analysis_result" "morie_rich_result"         
#> [3] "list"