Create a benvo object

benvo(subject_data, sub_bef_data = NULL, by = NULL, ...)

Arguments

subject_data

data.frame containing subject level covariates.

sub_bef_data

named list of data frames that contain subject-bef relevant data. NULL by default which returns a "base benvo" Which can be built upon/added to.

by

optional key to link subject - sub_bef data. Will use the intersection of column names if not specified directly.

...

optional arguments for specifying date-time columns see set_datetime_cols

Value

benvo object

Details

benvo is a constructor function which creates benvo objects. In particular, note that the benvo function will explicitly check the data you provide, to ensure benvo methods can be performed without error.

See also

Introductory and more Specialized vignettes.