Skip to contents

Custodial deaths by alert x medical cause (d06)

Usage

morie_otis_analyze_d06(data)

Arguments

data

d06 data.frame from OTIS.

Value

RichResult with summary + medical-cause-by-alert crosstab.

Examples

otis_d06 <- morie_synth_otis("d06", n = 120L, seed = 1L)
res <- morie_otis_analyze_d06(otis_d06)
class(res)
#> [1] "morie_otis_analysis_result" "morie_rich_result"         
#> [3] "list"