
Estimate the (very rough) time to run SEQuential analysis on current machine
SEQestimate.Rd
Estimate the (very rough) time to run SEQuential analysis on current machine
Arguments
- data
data.frame or data.table, if not already expanded with
SEQexpand
, will preform expansion according to arguments passed to eitherparams
or...
- id.col
String: column name of the id column
- time.col
String: column name of the time column
- eligible.col
String: column name of the eligibility column
- treatment.col
String: column name of the treatment column
- outcome.col
String: column name of the outcome column
- time_varying.cols
List: column names for time varying columns
- fixed.cols
List: column names for fixed columns
- method
String: method of analysis to preform
- options
List: optional list of parameters from
SEQopts
- verbose
Logical: if TRUE, cats progress to console