Skip to content

Commit b2d3382

Browse files
committed
Fixing typos for publishing
1 parent fb18e0b commit b2d3382

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

paper/paper.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ bibliography: simstudy.bib
2424

2525
# Summary
2626

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
2828
allow users to generate simulated data sets in order to explore modeling
2929
techniques or better understand data generating processes. The user defines the
3030
distributions of individual variables, specifies relationships between
3131
covariates and outcomes, and generates data based on these specifications. The
3232
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
3535
study designs, step wedge designs, and missing data processes.
3636

3737
Simulation using `simstudy` has two fundamental steps. The user (1) **defines**
@@ -76,7 +76,7 @@ Empiricism and statistical analysis are cornerstones of scientific research
7676
but they can lead us astray if used incorrectly. Choosing the right methodology for the
7777
hypothesis and expected data is crucial for useful, valid results. Data
7878
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
8080
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.
8181

8282
There are several `R`-packages that allow for data generation under different

0 commit comments

Comments
 (0)