data frame containing all the variables and the corresponding Information
Value.
Arguments
data
Person Query as a dataframe including date column named "Date"
This function assumes the data format is MM/DD/YYYY as is standard in a
Workplace Analytics query output.
before_start
Start date of "before" time period in YYYY-MM-DD.
Defaults to earliest date in dataset.
before_end
End date of "before" time period in YYYY-MM-DD
after_start
Start date of "after" time period in YYYY-MM-DD.
Defaults to day after before_end.
after_end
End date of "after" time period in YYYY-MM-DD. Defaults to
latest date in dataset.
mybins
Number of bins to cut the data into for Information Value
analysis. Defaults to 10.
return
String specifying what to return. The current only valid
option is "table".