see
see copied to clipboard
plot() not working with describe_distribution(x) when x is a list
https://github.com/easystats/datawizard/pull/105 adds a method for lists in describe_distribution(), but lists are not supported by plot():
library(datawizard)
library(see)
x <- describe_distribution(list(mtcars$mpg, mtcars$cyl))
plot(x)
Error: Failed at retrieving data :( Please provide original model or data through the `data` argument