Closed kylebaron closed 4 months ago
library(mrgsolve)
#>
#> Attaching package: 'mrgsolve'
#> The following object is masked from 'package:stats':
#>
#> filter
as_data_set(
ev_rep(evd(amt = 100), ID = 1:3),
ev_rep(evd(amt = 200), ID = 1:2)
)
#> ID AMT CMT EVID TIME
#> 1 1 100 1 1 0
#> 2 2 100 1 1 0
#> 3 3 100 1 1 0
#> 4 4 200 1 1 0
#> 5 5 200 1 1 0
Created on 2024-05-25 with reprex v2.0.2
Created on 2023-09-21 with reprex v2.0.2