# What is the expected values of each feature?
earf(iris)
#' # What is the expected values of Sepal.Length?
earf(iris, query = "Sepal.Length")
# What if we condition on Species = "setosa"?
earf(iris, query = "Sepal.Length", evidence = data.frame(Species = "setosa"))
Run the code above in your browser using DataLab