Issue submitted via e-mail:
boot_summary throws an error message when used with data imported from Stata or Excel (and na.omit):
modKj <- lm(kj ~ centdic + age + sex + bmi, data = na.omit(reg))
boot_summary(modKj)
Error in model.frame.default(formula = get(".y.boot", envir = .carEnv) ~ :
'data' must be a data.frame, environment, or list
Haven't yet been able to replicate the error.
Issue submitted via e-mail:
boot_summary throws an error message when used with data imported from Stata or Excel (and na.omit):
Haven't yet been able to replicate the error.