If factory is a binary variable i.e. can be 1 or 2 and toyota_average is a mean of all the toyotas produced in factory 1 and 2, why does running this result in a standard error infinite and t value of zero?
reg1<-lm_robust(toyota_average ~ factory, data_table_toyota, se_type="classical") summary(reg1)
1.4m articles
1.4m replys
5 comments
57.0k users