Skip to content

Commit 4fb3ee8

Browse files
authored
Update README.md
1 parent 35dc846 commit 4fb3ee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# simMSM
22
### R package to generate data suitable for Marginal Structural Cox Model fit
3-
* This package simulates data suitable for fitting Marginal Structural Model.
3+
* This package simulates survival data suitable for fitting Marginal Structural Model.
44

55
## Installation
66
```R
@@ -23,7 +23,7 @@ require(simMSM)
2323
setwd("C:/data") # change working dir
2424
```
2525

26-
## Using simmsm command to generate data in the wording directory
26+
## Using this pckage to generate data in the working directory
2727
```R
2828
simmsm(subjects = 2500, tpoints = 10, psi = 0.3, n = 1000)
2929
# This code generates 1000 datasets (takes time!)

0 commit comments

Comments
 (0)