From ed68c1453ef8339592d98886b72ab3b12816539e Mon Sep 17 00:00:00 2001 From: Haziq Jamil Date: Tue, 19 Dec 2017 08:42:28 +0000 Subject: [PATCH] Update README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed9f335..5f6b334 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The package estimates these parameters using direct log-likelihood maximisation, While the main interest of I-prior modelling is prediction, inference is also possible, e.g. via log-likelihood ratio tests. For installation instructions and some examples of I-prior modelling, continue reading below. -The package is documented with help files, and the [vignette](https://cran.r-project.org/web/packages/iprior/vignettes/iprior_paper.pdf) provides an introduction to the concept of I-priors and also to using the package. +The package is documented with help files, and the [vignette](http://phd.haziqj.ml/iprior_paper.pdf) provides an introduction to the concept of I-priors and also to using the package. ## Installation @@ -63,5 +63,5 @@ Find the full list of options by typing `?iprior` in R. ## Resources -View the package vignette by typing `browseVignettes("iprior")` in R or visiting this [link](https://cran.r-project.org/web/packages/iprior/vignettes/iprior_paper.pdf). +View the package vignette by typing `browseVignettes("iprior")` in R or visiting this [link](http://phd.haziqj.ml/iprior_paper.pdf). This package is part of the PhD project entitled "Regression Modelling using Fisher Information Covariance Kernels (I-priors)" by Haziq Jamil [[link](http://phd.haziqj.ml)].