get_group {BMisc} | R Documentation |
get_group
Description
A function to calculate a unit's group in a panel data setting with a binary treatment and staggered treatment adoption and where there is a column in the data indicating whether or not a unit is treated
Usage
get_group(df, idname, tname, treatname)
Arguments
df |
the data.frame used in the function |
idname |
name of column that holds the unit id |
tname |
name of column that holds the time period |
treatname |
name of column with the treatment indicator |
[Package BMisc version 1.4.6 Index]