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)
2.1m questions
2.1m answers
60 comments
57.0k users