data(cars, package = "datasets")
mid <- interpret(dist ~ speed, cars)
# Default print provides a concise summary
print(mid)
# Setting main.effects = TRUE prints the contributions of each main effect
print(mid, main.effects = TRUE)
Run the code above in your browser using DataLab