biostata / astatur

R package to accompany "Applied Statistics using R"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lifecycle: experimental

astatur

Homepage

This packages is the companion package to our book "Applied Statistics using R".

All datasets and code-examples used in the book are included in this package. In addition, the package contains several convenience functions that are used in the book.

Installation

You can install the package from github using

#install.packages("devtools")
devtools::install_github("ihrke/astatur")

Usage

In order to run the example codes from the book, you can use the following to install all packages used in the book.

library(astatur)
install.packages(astatur.all.used.packages)

Code-examples

All code-examples presented in the book are included in this package. The list of files can be accessed here or by clicking on the filenames below:

About

R package to accompany "Applied Statistics using R"

License:MIT License


Languages

Language:R 100.0%