Practice Stata-compatible syntax on a Chromebook

Use a modern Chromebook browser for supported statistics workflows without installing a desktop application.

Try the live demo View supported commands

Independent software. Not affiliated with, sponsored by, or endorsed by StataCorp LLC.

Designed for a browser-first classroom

Chromebooks are often managed devices where students cannot install software. stats.camp runs its statistics engine in the browser, so an instructor can share the live demo or ask students to open the app and work from the same supported command set.

The live demo requires no account. Creating and syncing personal projects uses GitHub sign-in.

A simple lab sequence

import delimited "hsb2.csv", clear
describe
summarize math read write
tabulate race
regress math female i.race

The sequence loads a CSV, inspects its schema, summarizes test scores, creates a frequency table, and runs a regression. It is short enough for a first lab while exercising several distinct parts of the engine.

Classroom checks

Browser storage can be cleared or unavailable in private browsing, so local persistence should not be treated as the only backup.

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