Skip to contents

This package has the data for the University of Washington Fish550 Applied Time Series Analysis course and lab book.

INSTALL

To install:

library(devtools)
devtools::install_github("atsa-es/atsalibrary")

Windows users:

You may need to turn off warning-error-conversion, because since the R 4.0 update, the tiniest warning stops installation of GitHub hosted packages.

Sys.setenv("R_REMOTES_NO_ERRORS_FROM_WARNINGS" = "true")

EXAMPLE

Type ?atsalibrary to see the data available. Then click on the dataset name for the help file for each dataset.

data(package="atsalibrary")

DOCUMENTATION

  • ATSA lab book - The atsalibrary is used in our Applied Time Series Analysis book developed from the labs in our course.
  • ATSA course website - We have lectures and all material from our course on our course website.

CITATION

Holmes, E.E., M.D. Scheuerell, and E.J. Ward. ‘atsalibrary’: Applied Time Series Analysis datasets. Version 1.4.

LICENSE

atsalibrary was developed by US federal government employees as part of their official duties. As such, it is not subject to copyright protection and is considered “public domain” (see 17 USC § 105). Public domain software can be used by anyone for any purpose, and cannot be released under a copyright license.