Skip to content

R package substitute for the package mentioned in 'Discovering Statistics Using R'

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.note
Notifications You must be signed in to change notification settings

profandyfield/DSUR.noof

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSUR.noof

Description

DSUR.noof is a package for R, including (almost) all functions of the DSUR package mentioned in Andy Field's 'Discovering Statistics Using R'. This is by no means an official version of the DSUR package -- just my private collection which I wanted to share.

Development

This package is a work in progress. It is usable, but the functions are not fully documented yet. Please refer to the book 'Discovering Statistics Using R' when in need of further explanation for a function and be sure to check back regularily for updated versions. Also, if you find any mistakes of any sort please let me know.

Installation

The package can be easily installed by using the devtools to install it directly from GitHub. Just copy the following commands into your R console and execute them.

install.packages("devtools")
library(devtools)
install_github("Frostarella/DSUR.noof")

Credits

  • Credit goes to Andy Field, Jeremy Miles, and Zoë Field (Authors of 'Discovering Statistics Using R'), as well as G. Jay Kerns and Antonio Trujillo-Ortiz et al., for the functions in this package.
  • This package was made by following several online resources on how to write R packages:

About

R package substitute for the package mentioned in 'Discovering Statistics Using R'

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.note

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 100.0%