I’m wondering how to fix the following error:
variable lengths differ (found for '(cluster)')
I am running what I thought was a standard specification like so:
log(meetings) ~ log(users),
data = data,
fixed_effects = ~ company_id,
cluster = "company_id",
se = "stata")
Any thoughts?