Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xsswang committed Apr 21, 2022
1 parent ac73303 commit f3fae58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# <span style="color: blue;">remiod</span>: Reference-based Controlled Multiple Imputation of Longitudinal Binary and Ordinal Outcomes with non-ignorable missingness
# <span style="color: blue;">remiod</span>: Reference-based Multiple Imputation of Longitudinal Binary and Ordinal Outcomes with non-ignorable missingness

<!-- badges: start -->

Expand Down Expand Up @@ -80,7 +80,7 @@ test = remiod(formula = y6 ~ tx + y0 + y1 + y3, data = schizow,
n.iter = 100, thin = 2, warn = FALSE, seed = 1234)

extdt = extract_MIdata(object=test, method="J2R",mi.setting=NULL, M=10, minspace=2)
result = miAnalyze(y6 ~ y1 + tx, data = extdt, pool = TRUE)
result = miAnalyze(y6 ~ y0 + tx, data = extdt, pool = TRUE)
```

## Support
Expand Down

0 comments on commit f3fae58

Please sign in to comment.