knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

statg012

Statistical Inference

What does statg012 do?

The goal of statg012is 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 >

install.packages("devtools")
library(devtools)
devtools::install_github("yijin71/statg012")

Getting started

Then type the following code to help open the main help page

library(statg012)
?statg012

Vignette

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



yijin71/statg012 documentation built on May 23, 2019, 4:04 p.m.