Skip to content

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

@mthulin

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.

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