Render a docx document that analyses a dataset

report_vpc_analysis(
  data_path,
  meta_data_path,
  report_path = "vpc-analysis.docx",
  bins = 7,
  ci = 0.8
)

Arguments

data_path

Path to the data file

meta_data_path

Path to the metadata file

report_path

Path to the output report file

bins

Number of bins for time profile plots

ci

Confidence interval for the analysis