Skip to content

Missing values error with no missing values? #129

@stepanjaburek

Description

@stepanjaburek

Hi Dustin,

been using flexplot for a while, and now all of a sudden it throws a missing values error whenever I try to visualize anything.

flexplot(iq~agility, data=avengers)
Error in if (axis[1] != "1") non.axis.one = predictors[-1] else non.axis.one = predictors :
missing value where TRUE/FALSE needed

when trying to plot your something from your avengers dataset for example (definitely no missing values)
or even using your code from flexplot guides.
e.g.
library(flexplot)
data(avengers)
flexplot(iq~agility, data=avengers)

Not sure if I´m missing something, but I don´t think so. Thanks in advance, love the package.

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