Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'data' must be a data.frame, environment, or list #6

Open
mthulin opened this issue Apr 1, 2022 · 0 comments
Open

'data' must be a data.frame, environment, or list #6

mthulin opened this issue Apr 1, 2022 · 0 comments

Comments

@mthulin
Copy link
Owner

mthulin commented Apr 1, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant