Skip to content

Commit

Permalink
Move to HTTPS links
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Rivera committed Mar 13, 2018
1 parent b2ae07a commit 4ac0b1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install.packages("randomizr", repos="http://r.declaredesign.org")

### Getting started with randomizr for R

**randomizr** has five main random assignment functions, corresponding to the common experimental designs listed above. You can read more about using each of these functions in our [reference library](http://declaredesign.org/R/randomizr/reference/) or by clicking on the function names: `simple_ra()`, `complete_ra()`, `block_ra()`, `cluster_ra()`, and `block_and_cluster_ra()`.
**randomizr** has five main random assignment functions, corresponding to the common experimental designs listed above. You can read more about using each of these functions in our [reference library](https://declaredesign.org/R/randomizr/reference/) or by clicking on the function names: `simple_ra()`, `complete_ra()`, `block_ra()`, `cluster_ra()`, and `block_and_cluster_ra()`.

`complete_ra()` (Complete randomization) is the function that will be most appropriate for a large number of experimental situations: when you want to assign a fixed `m` units out of a population of `N` units to treatment:

Expand Down Expand Up @@ -71,7 +71,7 @@ table(Z, clust_var)
knitr::kable(table(Z, clust_var))
```

For more information about all of **randomizr**'s functionality, please see our [online tutorial](http://declaredesign.org/R/randomizr/articles/randomizr_vignette.html)
For more information about all of **randomizr**'s functionality, please see our [online tutorial](https://declaredesign.org/R/randomizr/articles/randomizr_vignette.html)

## randomizr for Stata

Expand All @@ -97,7 +97,7 @@ set obs 100
complete_ra, m(50)
```

A Stata version of our [online tutorial](http://declaredesign.org/R/randomizr/articles/srandomizr_vignette.html) is also available.
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 4ac0b1f

Please sign in to comment.