Last data update: 2014.03.03

R: U.S. monthly civilian unemployment rate
unemployrateR Documentation

U.S. monthly civilian unemployment rate

Description

U.S. monthly civilian unemployment rate, seasonally adjusted and measured in percentage, from January 1948 to March 2004. The data set is available in Tsay (2005).

Usage

data(unemployrate)

Format

unemployrate is a data frame with 675 observations

Source

The data are obtained from the Bureau of Labor statistics, Department of Labor.

References

Tsay, R.S. (2005) Analysis of Financial Time Series. Second ed. Wiley, Hoboken.

Examples

data(unemployrate)
plot.ts(unemployrate)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(BAYSTAR)
Loading required package: mvtnorm
Loading required package: coda
##
## On Bayesian analysis of Threshold autoregressive model (BAYSTAR)

## Copyright (C) 2007-2016 Cathy W. S. Chen, Edward M.H. Lin, F.C. Liu, and Richard Gerlach

Version: 0.2-9loaded

> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/BAYSTAR/unemployrate.Rd_%03d_medium.png", width=480, height=480)
> ### Name: unemployrate
> ### Title: U.S. monthly civilian unemployment rate
> ### Aliases: unemployrate
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(unemployrate)
> plot.ts(unemployrate)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>