Skip to contents

Artificial Transport Accident Commission attendant care data

Format

Time series of class `tsibble`

Source

Synthetic data

Details

group_costs is a daily `tsibble` with index `billing_period` and two values:

adjusted_hours:Total attendant care hours
nclaims:Number of active claims

The data is disaggregated using two keys:

age_group:Age group of client at the time of accident
injury_group:Injury sustained by client due to accident

Examples

group_costs
#> # A tsibble: 14,711 x 5 [28D]
#> # Key:       age_group, injury_group [42]
#>    billing_period age_group injury_group adjusted_hours nclaims
#>    <date>         <fct>     <fct>                 <dbl>   <dbl>
#>  1 1995-01-15     0-9       ABI - H               8643.       5
#>  2 1995-02-12     0-9       ABI - H               1065.       5
#>  3 1995-03-12     0-9       ABI - H                564.       5
#>  4 1995-04-09     0-9       ABI - H                768.       5
#>  5 1995-05-07     0-9       ABI - H               1682.       5
#>  6 1995-06-04     0-9       ABI - H               1066.       5
#>  7 1995-07-02     0-9       ABI - H                660.       5
#>  8 1995-07-30     0-9       ABI - H               1214.       5
#>  9 1995-08-27     0-9       ABI - H               2679.       5
#> 10 1995-09-24     0-9       ABI - H               1548.       5
#> # ℹ 14,701 more rows