Skip to content

Commit

Permalink
remove stata install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
graemeblair committed Jun 28, 2018
1 parent e02727a commit f5678c5
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions README.Rmd
Expand Up @@ -20,7 +20,7 @@ options(digits = 2)
[![Coverage Status](https://coveralls.io/repos/github/DeclareDesign/randomizr/badge.svg?branch=master)](https://coveralls.io/github/DeclareDesign/randomizr?branch=master)
![CRAN downloads](https://cranlogs.r-pkg.org/badges/grand-total/randomizr)

**randomizr** is designed to make conducting field, lab, survey, or online experiments easier by automating the random assignment process. Social and lab scientists conducting experiments need a process to assign individuals or units of observation to treatment or control wings. Common designs include simple random assignment, complete randomization, block randomization, cluster randomization, and blocked cluster randomization. **randomizr** automates all of these processes and assists scientists in doing transparent, replicable science. We offer **randomizr** for both `R` and `Stata`.
**randomizr** is designed to make conducting field, lab, survey, or online experiments easier by automating the random assignment process. Social and lab scientists conducting experiments need a process to assign individuals or units of observation to treatment or control wings. Common designs include simple random assignment, complete randomization, block randomization, cluster randomization, and blocked cluster randomization. **randomizr** automates all of these processes and assists scientists in doing transparent, replicable science. We offer **randomizr** for both [`R`](https://declaredesign.org/R/randomizr) and [`Stata`](https://declaredesign.org/stata/randomizr).

## randomizr for R

Expand Down Expand Up @@ -86,17 +86,5 @@ If you would like to install the latest development release directly from GitHub
net install randomizr, from(https://raw.githubusercontent.com/DeclareDesign/strandomizr/master/) replace
```

## Getting started with randomizr for Stata

`complete_ra` (complete randomization) is the workhorse function that will be most appropriate for a large number of experimental situations: it assigns m of N units to treatment:

```{r eval=FALSE}
ssc install randomizr
set obs 100
complete_ra, m(50)
```

A Stata version of our [online tutorial](https://declaredesign.org/R/randomizr/articles/srandomizr_vignette.html) is also available.


Happy randomizing!

0 comments on commit f5678c5

Please sign in to comment.