Skip to contents

Person-level segregation-placement analysis (b01)

Usage

morie_otis_analyze_b01(data)

Arguments

data

b01 data.frame (76,934 rows in the public release).

Value

A morie_otis_analysis_result list with reason / alert / year-trend tables. Within-year only – UniqueIndividual_ID is not cross-year-safe.

Examples

otis_b01 <- morie_synth_otis("b01", n = 120L, seed = 1L)
res <- morie_otis_analyze_b01(otis_b01)
class(res)
#> [1] "morie_otis_analysis_result" "morie_rich_result"         
#> [3] "list"