Skip to content

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

Description

@mthulin

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions