Skip to content

Commit 8502620

Browse files
committed
Evaluate the second mr.raps analysis chunk
1 parent 9bce9ba commit 8502620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/perform_mr.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ res
520520

521521
MR-RAPS comes with two main options: `over.dispersion` (whether the method should consider systematic pleiotropy) and `loss.function` (either `"l2"`, `"huber"`, or `"tukey"`). The latter two loss functions are robust to idiosyncratic pleiotropy. The default option is `over.dispersion = TRUE`, `loss.function = "huber"`, and `shrinkage = FALSE`. To change these options, modify the `parameters` argument of `mr()` by, for example,
522522

523-
```{r eval=FALSE}
523+
```{r}
524524
res <-
525525
mr(
526526
dat,

0 commit comments

Comments
 (0)