# NOT RUN {
# Read in a list of results
results <- read_stats(system.file("results.csv", package = "tidystats"))
# Set the default results list
options(tidystats_list = results)
# Example: regression term
report("lme4_lme", term = "Days")
report("lmerTest_lme", term = "Days")
# }
Run the code above in your browser using DataLab