You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: paper/paper.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -24,14 +24,14 @@ bibliography: simstudy.bib
24
24
25
25
# Summary
26
26
27
-
The `simstudy` package is a collection of functions for R [@rcoreteam2020], that
27
+
The `simstudy` package is a collection of functions for R [@rcoreteam2020] that
28
28
allow users to generate simulated data sets in order to explore modeling
29
29
techniques or better understand data generating processes. The user defines the
30
30
distributions of individual variables, specifies relationships between
31
31
covariates and outcomes, and generates data based on these specifications. The
32
32
final data sets can represent randomized control trials, repeated measure
33
-
designs, cluster-randomized trials, or naturally observed data processes. Other
34
-
complexities that can be added include survival data, correlated data, factorial
33
+
designs, cluster-randomized trials, or naturally observed data processes. Many other
34
+
complexities can be added, including survival data, correlated data, factorial
35
35
study designs, step wedge designs, and missing data processes.
36
36
37
37
Simulation using `simstudy` has two fundamental steps. The user (1) **defines**
@@ -76,7 +76,7 @@ Empiricism and statistical analysis are cornerstones of scientific research
76
76
but they can lead us astray if used incorrectly. Choosing the right methodology for the
77
77
hypothesis and expected data is crucial for useful, valid results. Data
78
78
simulated with `simstudy` under the assumptions derived from a hypothesis
79
-
enables researchers to test and refine their analysis methodology without the
79
+
enables researchers to test and refine their analysis methodologies without the
80
80
need for time-intensive, expensive pre-tests or collection of actual data. Additionally data generated with `simstudy` can be used in generalized, theoretical simulation studies to further the field of methodology.
81
81
82
82
There are several `R`-packages that allow for data generation under different
0 commit comments