Replication Folder (InsightStack)
Replication Folder (InsightStack)
This folder allows replication of a simple linear regression analysis using synthetic data.
Folder Structure:
data/simulated_study_data.csvโ synthetic dataset (100 rows)scripts/run_regression.pyโ Python script usingstatsmodelsscripts/run_regression.Rโ R script usinglm()output/โ regression result summaries will be saved here
How to Use
- Run either script inside
scripts/. - Check
output/for results. - Modify or reuse this structure for your own replications.
This structure supports transparent, reproducible workflows.