|
9 | 9 | status](https://github.com/kgoldfeld/simstudy/workflows/R-CMD-check/badge.svg?branch=main)](https://github.com/kgoldfeld/simstudy/actions) |
10 | 10 | [](https://CRAN.R-project.org/package=simstudy) |
| 12 | +[](https://joss.theoj.org/papers/640fd4333948933b2817343e86df3424) |
12 | 13 | [](https://CRAN.R-project.org/package=simstudy) |
14 | 15 | [](https://codecov.io/gh/kgoldfeld/simstudy) |
@@ -48,7 +49,9 @@ typically characterize the *gamma* distribution. When we estimate the |
48 | 49 | parameters, we are modeling μ (or some function of μ), so we should |
49 | 50 | explicitly recover the `simstudy` parameters used to generate the model, |
50 | 51 | thus illuminating the relationship between the underlying data |
51 | | -generating processes and the models. |
| 52 | +generating processes and the models. For more details on the package, |
| 53 | +use cases, examples, and function reference see the [documentation |
| 54 | +page](https://kgoldfeld.github.io/simstudy/articles/simstudy.html). |
52 | 55 |
|
53 | 56 | ## Installation |
54 | 57 |
|
@@ -83,16 +86,16 @@ dd <- trtAssign(dd, nTrt = 4, grpName = "grp", balanced = TRUE) |
83 | 86 | dd |
84 | 87 | #> id x y grp |
85 | 88 | #> 1: 1 11.191960 8.949389 4 |
86 | | -#> 2: 2 10.418375 7.372060 2 |
87 | | -#> 3: 3 8.512109 6.925844 4 |
| 89 | +#> 2: 2 10.418375 7.372060 4 |
| 90 | +#> 3: 3 8.512109 6.925844 3 |
88 | 91 | #> 4: 4 11.361632 9.850340 4 |
89 | | -#> 5: 5 9.928811 6.515463 2 |
| 92 | +#> 5: 5 9.928811 6.515463 4 |
90 | 93 | #> --- |
91 | | -#> 246: 246 8.220609 7.898416 4 |
92 | | -#> 247: 247 8.531483 8.681783 4 |
93 | | -#> 248: 248 10.507370 8.552350 4 |
| 94 | +#> 246: 246 8.220609 7.898416 2 |
| 95 | +#> 247: 247 8.531483 8.681783 2 |
| 96 | +#> 248: 248 10.507370 8.552350 3 |
94 | 97 | #> 249: 249 8.621339 6.652300 1 |
95 | | -#> 250: 250 9.508164 7.083845 4 |
| 98 | +#> 250: 250 9.508164 7.083845 3 |
96 | 99 | ``` |
97 | 100 |
|
98 | 101 | ## Contributing & Support |
|
0 commit comments