Registream

Latest version: v1.0.0

Safety actively analyzes 723217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.0.0

πŸš€ What's Included in v1.0.0 (Stata)

This is the **first public release** of RegiStream for Stata, providing automatic labeling of register data.

βœ… Main Features:
- **`autolabel.ado`** – Automatically applies **variable** and **value labels** based on predefined domain mappings.
- **Helper files** – Additional utilities to streamline register data workflows.
- **Preconfigured installation files** (`.pkg` and `.toc`) – Ensures smooth installation via `net install`.
- **Stata Help Files (`.sthlp`)** – Documentation and usage examples.

---

πŸ“– Installation Instructions

πŸ’‘ Option 1: Install via Net Install (Recommended)
To install RegiStream in Stata, run:
stata
net install registream, from("https://registream.com/install/stata/latest") replace

This command will install the latest version automatically.

πŸ’‘ Option 2: Manual Installation (For Secure Systems)
1. **Download the `.zip` package**:
[πŸ“₯ Download RegiStream v1.0.0 (Stata)](https://registream.com/install/stata/registream_stata.zip)
2. **Transfer and unzip** the file in a Stata-friendly location.
3. **Add the package to Stata’s `adopath`**:
stata
adopath + "/your/custom/path/registream"


---

πŸ“Œ Example Usage

βœ” Label all variables in English:

stata
autolabel variables, domain(scb) lang(eng)


βœ” Apply value labels for a specific variable:

stata
autolabel values kon, domain(scb) lang(swe)


βœ” Label selected variables while excluding some:

stata
autolabel variables ku*ink yrkarbtyp, domain(scb) lang(eng) exclude(ku3ink)


βœ” Lookup a variable in the domain data:

stata
autolabel lookup carb yrkarbtyp kaross, domain(scb) lang(eng)


---

πŸ“– Documentation & Support

πŸ“Œ **Full documentation & examples:**
πŸ”— [RegiStream Stata Documentation](https://registream.com/stata)

πŸ’¬ **Questions or Issues?**
- Reach out via email: πŸ“© jeffrey.clarksu.se
- Report issues on GitHub

Links

Releases

Has known vulnerabilities

Β© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.