We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35dc846 commit 4fb3ee8Copy full SHA for 4fb3ee8
README.md
@@ -1,6 +1,6 @@
1
# simMSM
2
### R package to generate data suitable for Marginal Structural Cox Model fit
3
-* This package simulates data suitable for fitting Marginal Structural Model.
+* This package simulates survival data suitable for fitting Marginal Structural Model.
4
5
## Installation
6
```R
@@ -23,7 +23,7 @@ require(simMSM)
23
setwd("C:/data") # change working dir
24
```
25
26
-## Using simmsm command to generate data in the wording directory
+## Using this pckage to generate data in the working directory
27
28
simmsm(subjects = 2500, tpoints = 10, psi = 0.3, n = 1000)
29
# This code generates 1000 datasets (takes time!)
0 commit comments