4. Expected Output
Interpreting Output¶
After the pipeline completes, you'll find several files and directories in your output folder (--outdir). These include:
- SplineResults/: Contains the results of the spline modeling, including
.Rdsfiles and plots (.pngfiles). - EstIRRCatch_summary.csv: A summary CSV file combining the estimation results from the spline models.
- Logs: Detailed logs of the pipeline execution for troubleshooting.
Output Files and Directories¶
-
SplineResults/: Directory containing: -
*.Rds: R data files resulting from the spline modeling. -
*.png: Plots generated from the modeling. -
EstIRRCatch_summary.csv: A combined CSV file summarizing the estimation of Incidence Rate Ratios (IRR) by catchment area.
Understanding the Results¶
- Spline Modeling Results: The
.Rdsfiles can be loaded into R for further analysis or visualization. - Plots: The
.pngfiles provide visual representations of the spline models, trends, and other relevant analyses. - Summary CSV:
EstIRRCatch_summary.csvcontains aggregated results, which can be opened with any spreadsheet software or analyzed programmatically.