Skip to content

yijin71/statg012

Repository files navigation

---
output: github_document
---

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

```{r, echo = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)
```

# statg012 <img src="tools/standalone.png" align="right" />

## Statistical Inference

### What does statg012 do?

The goal of `statg012`is to provide R datasets and functions to help students from STATG012 Statistical Inference better understand bayesiean inference, compare statistics between prior density and posterior density and see how R can be utilized to plot densities of prior and posterior. It was created by YI
JIN as a part of a postgraduate project during the 2016-2017 academic year,
supervised by Paul Northrop.


### Installation

You can install statg012 from github, typing the following at the R Console command prompt `>`

```{r gh-installation, eval = FALSE}
install.packages("devtools")
library(devtools)
devtools::install_github("yijin71/statg012")
```

### Getting started

Then type the following code to help open the main help page
```{r Getting started}
library(statg012)
?statg012
```

### Vignette
See the vignette `statg012-vignette` in `User guides, package vignettes and other documentation' for an overview of the package.


Releases

No releases published

Packages

No packages published

Languages