I'm trying to use tidy
to put a regression result into table format to export to Excel. My codes worked fine last month, but today I got Error: Column 6 must be named
. Below is an example:
CarReg = lm(formula = speed ~., data = cars)
# Standardize coefficients
library(lm.beta)
CarRegS = lm.beta::lm.beta(CarReg)
# Table format
library(broom)
tidy(CarRegS)
Error: Column 6 must be named