powered by
Data from Weeks & Williams example 1
data_weeks1
An object of class data.frame with 16 rows and 3 columns.
data.frame
A dataframe with 3 treatment factors. The treatment combinations are connected.
Note: This data is based on Table 1 of Weeks & Williams. Table 2 is missing treatment combination (1,2,4).
library(lfe) cbind(data_weeks1, .group=con_check(data_weeks1, ~ f1+f2+f3))
Run the code above in your browser using DataLab