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 usingstatsmodels
scripts/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.