-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I'm sorry if this has been asked before, but I couldn't find a clear answer.
When I pipe my data frame to the Plot2WayANOVA function, it returns the following error: That dataframe does not exist
I've been using the same pipe sequence to feed data to ggplot and the lm functions, so there don't seem to be any errors
Is this by design or am I missing something here?
Min reproducible example:
iris %>%
Plot2WayANOVA(formula = Sepal.Length ~ Sepal.Width * Species,
dataframe = .,
plottype = "line")
Also results in:
Error in Plot2WayANOVA(formula = Sepal.Length ~ Sepal.Width * Species, :
That dataframe does not exist
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request