readme.md

R package: "lsr"

Description

The lsr package is the package associated with my introductory statistics class lecture notes, Learning Statistics with R. The package contains a number of convenience functions and simple statistical tools that I've found are handy for beginners to have access to.

Version

The current version on CRAN is 0.3.2. The repository files represent the current state of 0.5, to correspond with version 0.5 of the book

Installation

From CRAN

The easiest way to use any of the functions in the lsr package is to install the CRAN version. The CRAN page for the package is here. It has no dependencies on any packages (other than those that are distributed as the R core, obviously), and can be installed from within R using the command:

install.packages("lsr")

From bitbucket

The devtools package contains functions that allow you to install R packages directly from bitbucket or github. If you've installed and loaded the devtools package, the installation command is

install_bitbucket("lsr-package","dannavarro")

Package contents

Each function can be found in a separate file, with the usual .R extension. Some minimal documentation and commenting can be found in the source code, but as usual the most extensive help information is in the .Rd file associated with each function.

Descriptive statistics

Plotting functions

Effect size calculations

Other inferential statistics

Data manipulation

Workspace management



svannoy/lsr-package documentation built on May 30, 2019, 8:45 p.m.