Run supported Stata-compatible commands online
Work with familiar command syntax in a browser while keeping compatibility limits visible.
Independent software. Not affiliated with, sponsored by, or endorsed by StataCorp LLC.
What you can run
The maintained command table covers data loading, data management, descriptive statistics, hypothesis tests, estimation, postestimation, graphics, time series, panels, and programming. A command marked supported can still have narrower option coverage than Stata.
Known unsupported commands and options are reported as errors rather than intentionally ignored. Always check the notes for the exact command you plan to use.
Runnable example
import delimited "hsb2.csv", clear
summarize math, detail
tabulate race female
regress math female i.race, robust
This example combines detailed summaries, a two-way table, factor variables, and robust OLS. Open the live demo, create a new do-file, and adapt the snippet.
Compatibility is about behavior, not recognition
A parser recognizing a command name is not enough for a real project. Results can depend on missing-value rules, weights, categorical-variable expansion, convergence behavior, stored results, and option interactions. Validate material results against an appropriate reference and report any discrepancy.
Related guides
Try the workflow
Open the live project, inspect the existing do-file, and adapt the example above. No stats.camp account is required for the demo.
Open live demo