Coerce an mrgsimsds object to an arrow table
Arguments
- x
an mrgsimsds object.
- ...
passed to
arrow::as_arrow_table().- schema
passed to
arrow::as_arrow_table().
Examples
mod <- house_ds(end = 5)
out <- mrgsim_ds(mod, events = ev(amt = 100))
arrow::as_arrow_table(out)
#> Table
#> 22 rows x 7 columns
#> $ID <double>
#> $time <double>
#> $GUT <double>
#> $CENT <double>
#> $RESP <double>
#> $DV <double>
#> $CP <double>
#>
#> See $metadata for additional Schema metadata