end_window
without trt_end_date
Code
derive_var_trtemfl(adae, end_window = 10)
Condition
Error in `derive_var_trtemfl()`:
! `end_window` argument was specified but not `trt_end_date`
Either both or none of them must be specified.
initial_intensity
without intensity
Code
derive_var_trtemfl(adae, initial_intensity = AEITOXGR)
Condition
Error in `derive_var_trtemfl()`:
! `initial_intensity` argument was specified but not `intensity`
Either both or none of them must be specified.
intensity
without initial_intensity
Code
derive_var_trtemfl(adae, intensity = AETOXGR)
Condition
Error in `derive_var_trtemfl()`:
! `intensity` argument was specified but not `initial_intensity`
Either both or none of them must be specified.
intensity
without initial_intensity
Code
derive_var_trtemfl(adae2, intensity = AETOXGR)
Condition
Error in `derive_var_trtemfl()`:
! `intensity` argument was specified but not `initial_intensity`
Either both or none of them must be specified.
group_var
specified without subject_keys
Code
derive_var_trtemfl(adae2, group_var = AEGRPID, subject_keys = NULL)
Condition
Error in `derive_var_trtemfl()`:
! `group_var` argument was specified but not `subject_keys`
`subject_keys` argument must be provided when `group_var` is specified.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.