Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Keep the perform_mr vignette building on R 4.3.3 and 4.3.2 #564

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions vignettes/perform_mr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ ld_mat

Here `ld_matrix()` returns the LD correlation values (not R^2^) for each pair of variants present in the 1000 genomes data set.

```{r}
```{r eval=FALSE}
dat <- harmonise_data(
exposure_dat = bmi_exp_dat,
outcome_dat = chd_out_dat
Expand All @@ -642,7 +642,7 @@ dat <- harmonise_data(

Convert to the `MRInput` format for the MendelianRandomization package:

```{r}
```{r eval=FALSE}
dat2 <- dat_to_MRInput(dat)
```

Expand Down
Loading