-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
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
Labels
No labels