diff --git a/README.Rmd b/README.Rmd index 8309e3daadb82bd0414e5c892785ac1376c188c4..7eff48b1267d6b473845d288611c79aa60e3ad02 100644 --- a/README.Rmd +++ b/README.Rmd @@ -1,8 +1,3 @@ - -```{r setup, include=FALSE} -knitr::opts_chunk$set(echo = TRUE) -``` - # VarExp The R package **VarExp** provides functions for the estimating of the percentage of phenotypic variance explained by genetic effects, interaction effects or jointly by both effects. This suite of functions are useful for meta-analysis designs where pooling individual genotype data is challenging. A pre-print article related to this work is available [here](bioRkiv link) @@ -57,7 +52,7 @@ Note that in the case of a binary exposure, the two latter columns can be replac Data used in this tutorial are included in the ***VarExp*** package. -```r +``` r # Load the package library(VarExp)