knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of psyntur
is primarily to provide some functions and data-sets that are helpful with teaching statistics and data analysis to students in the Psychology Department at Nottingham Trent University.
You can install the development version of psyntur
using devtools
:
devtools::install_github("mark-andrews/psyntur")
If devtools
is not available, install it with install.packages('devtools')
.
The source code is available here: https://github.com/mark-andrews/psyntur.
library(psyntur) tukeyboxplot(y = time, x = task, data = vizverb, by = response) shapiro_test(time, by = task, data = vizverb)
Vignettes explaining the main functions provides by psyntur
are as follows:
In addition, all functions and data sets are listed here, each with links to their help pages.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.