Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Datasets:
Duplicated from
chuxuan/REPRO-Bench
ljx529
/
REPRO-Bench
like
0
Tasks:
Image-Text-to-Text
Languages:
English
ArXiv:
arxiv:
2507.18901
Tags:
reproducibility
social-science
agents
Dataset card
Files
Files and versions
xet
Community
main
REPRO-Bench
/
17
/
replication_package
/
code
/
lib
/
stata
/
ado
/
reg_interaction.ado
ljx529
Duplicate from chuxuan/REPRO-Bench
c35658f
about 2 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
132 Bytes
program
reg_interaction
syntax
, yvar(str) [indep(str)
if
(str)]
reg
`yvar'
B_1 L_1 B_L_1_1
`indep'
`if'
, robust
end
exit