rsdmx quickstart guide

The goal of this document is to get you up and running with rsdmx as quickly as possible.

rsdmx provides a set of classes and methods to read data and metadata documents exchanged through the Statistical Data and Metadata Exchange (SDMX) framework.

SDMX - a short introduction

The SDMX framework provides two sets of standard specifications to facilitate the exchange of statistical data: (1) standard formats (2) web-service specifications

SDMX allows to disseminate both data (a dataset) and metadata (the description of the dataset).

For this, the SDMX standard provides various types of documents, also known as messages. Hence there will be: * data SDMX-ML documents. The two main document types are the Generic and Compact ones. The latter aims to provide a more compact XML document. They are other data document derivating from the main types. * metadata SDMX-ML documents. The main metadata document is known a Data Structure Definition (DSD). As its name indicates, it describes the structure and organization of a dataset, and will generally include all the master/reference data used to characterize a dataset. The 2 main types of metadata are (1) the concepts, which correspond the dimensions and/or attributes of the dataset, and (2) the codelists which inventory the possible values to be used in the representation of dimensions and attributes.

For more information about the SDMX standards, you can visit the SDMX website, or this introduction by EUROSTAT.

How to deal with SDMX in R

rsdmx offers a low-level set of tools to read data and metadata in the SDMX-ML format. Its strategy is to make it very easy for the user. For this, a unique function named readSDMX has to be used, whatever it is a data or metadata document, or if it is local or remote datasource.

  • what rsdmx does support: a SDMX format abstraction library, with focus on the the main SDMX standard XML format (SDMX-ML), and the support of the three format standard versions (1.0, 2.0, 2.1)
  • what rsdmx does NOT support: an interface to SDMX web-services. Although in a near future rsdmx plans to support helpers to build SDMX data queries according to SDMX web-services, its primary strategy is to give an emphasis on the SDMX-ML format. As result, rsdmx can be applied to a wider range of datasources, that do not necessarily provide SDMX standard compliant web-services or even may require to download the data prior its reading in R.

Let’s see then how to use rsdmx!

Install rsdmx

rsdmx can be installed from CRAN

or from its development repository hosted in Github (using the devtools package):

Load rsdmx

To load rsdmx in R, do the following:

Read dataset documents

This section will introduce you on how to read SDMX dataset documents, either from remote datasources, or from local SDMX files.

Read remote datasets

The following code snipet shows you how to read a dataset from a remote data source, taking as example the FAO data portal: http://data.fao.org/sdmx/repository/data/CROP_PRODUCTION/.156.5312../FAO?startPeriod=2008&endPeriod=2008

You can try it out with other datasources, such as: * OECD StatExtracts portal: http://stats.oecd.org/restsdmx/sdmx.ashx/GetData/MIG/TOT../OECD?startTime=2000&endTime=2011 * EUROSTAT portal: http://ec.europa.eu/eurostat/SDMX/diss-web/rest/data/cdh_e_fos/..PC.FOS1.BE/?startperiod=2005&endPeriod=2011 * European Central Bank (ECB): https://sdw-wsrest.ecb.europa.eu/service/data/DD/M.SE.BSI_STF.RO.4F_N

The online rsdmx documentation also provides a list of data providers, either from international or national institutions.

Read local datasets

This example shows you how to use rsdmx with local SDMX files, previously downloaded from EUROSTAT.

## Warning in rbind(Obs = structure(c("1995", "1.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1992", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "8.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "0.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "3.1", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1996", "0.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "43.894"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1992", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "388.334"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "25.208"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "32.399", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1996", "14.195"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.883"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "42.999"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1992", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "494586.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "68.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "32.399", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1996", "5.567"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.488"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "50.724"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "523.945"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "70.363", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "39.569", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1996", "56.067"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "2.169"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "66.454"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "523.945"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "85.13", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "39.569", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1996", "66.73"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "1.917"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.06"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.03", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "0.02", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1996", "0.05"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "10.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "2.2", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "3.8", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1996", "2.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1985", "6.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "13.4", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "5.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "3.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "16.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "2.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "13.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "3.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "57.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "6.515"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1985", "31.139"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "31.355"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "3.586", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "285.113"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "1.223"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "72.078"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "83.694"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "6.142"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "27.797"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "18.524"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "3365.053"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "12.32"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "2321"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1985", "249.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "2266"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "303.658", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "363123.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "1.165"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "599"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "226.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "2.39"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "15.369"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "23.933"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "2051"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "25.117"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "586.318"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "61.155"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "62.37", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "3.478", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "384.678"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "1.752"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "55.447"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "204.762", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "28.689"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "39.552"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "45.621"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "2798.472"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "31.307"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "663.244"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1985", "39.184"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "80.989", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "3.702", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "384.678"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "1.836"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "77.19"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "247.737", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "37.208"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "60.349"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "57.652"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "3010.536"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0.07"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.06"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.08", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "0.07", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "0.04"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "0.03"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "0.05"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.08", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0.03"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.18"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0.11"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "3.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1985", "7.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "7.8", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "13.9", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "4.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "17.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "6.4", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "3.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "30.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "10.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "51.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "20.8", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "10.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "8.7", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1987", "1.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "11.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "4.6", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1998", "3.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "2.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "13.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "212.2", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "0.367"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "51.839"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "42.104", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1987", "11.928"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "6.729"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2.602"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "535.771", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1998", "149.65"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "1.166"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "128.286"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "7.813"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "110.21"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "1.638"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "212.2", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "0.693"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "410.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "35.039", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1987", "862"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "5.904"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "20.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "131467", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1998", "234294"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "1.163"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "161.55"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "3.04"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "621"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.906"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "198.894", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "1.413"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "134.757"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "78.059", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "36.739", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1998", "72.024"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "5.794", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "1445.292", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1998", "248.524"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "1.727"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "257.817"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "76.226"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "223.437", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "1.268"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "223.26", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "1.761"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "84.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "57.078", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1995", "47.706", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1998", "81.737"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "3.673"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "899.373", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1998", "285.634"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "1.753"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "245.371"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "98.858"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "141.535"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "3.556"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "0.09", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.13"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "0.07", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1995", "0.05", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1998", "0.09"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.11", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "0.05", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1998", "0.05"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.09"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.07"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.13", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "21.9", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "16.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "11.8", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1995", "4.6", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1998", "22.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "16"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "7.6", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1998", "6.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "4.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "17.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "9.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "17"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "1.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1986", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.924"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.441"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1986", "0.544"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "71.119"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "23.777"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "2.107"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.015"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.19"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "3.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1986", "0.449"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "17451"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "30282.546"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.82"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.008"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "0.907"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "3.359"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "17.421"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.178"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "200.476"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "32.08"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "13.648"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.35"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.908"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.671"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1986", "1.163"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "119.383"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "32.08"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "17.701"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.033"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1986", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "16.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "4.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "21.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "18.5", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "15.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "645.029"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "43.282"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1052.349"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "189.66", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "30.333"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "616.067"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "3128"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1340282.28"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "189.66", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "16.771"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "827.714"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "99.108", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2005", "1419.841"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "235.222", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "43.339"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "1000.223"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "128.696", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2005", "1419.841"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "269.339", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "65.855"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.15"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.13", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2005", "0.15"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "0.15", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "25.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "12.5", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2005", "29.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "26.3", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "33"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "92.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "226.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "25.6", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "169"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "54.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "8.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "246.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1990", "9.4", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1981", "15.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "8.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "32"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "125.8", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("1998", "110"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "89.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "84.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "6.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "2.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "6.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "180.9", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "17.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "15.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "121.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "908.596"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1433.405"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "264.099", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "10420.797"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "280.337"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "15.597"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "322.578"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "6093.54"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1990", "97.401", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1981", "52.162"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.917"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1809.243"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "14792.598", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("1998", "5091.992"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1272.374"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "344.747"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "261.299"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "26.189"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "143.881"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1504.783", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "34.771"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "84.424"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "6856.807"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "930.13"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "3135"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "24704", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1991", "10558", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 5)
## Warning in rbind(Obs = structure(c("1981", "13393.85"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2221"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2.82"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "199.063"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "5610.932"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1990", "12713", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1981", "45.767"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "15.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1180.35"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "3629793", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("1995", "6960322"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1602.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2201.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "705.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "10.19"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "56.43"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "8479", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "19.225"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "109.075"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "3792.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "6240.59", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "22321.125"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1051.285"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "167.265"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "2018.192"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "14027.583"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "240.623"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "478.133"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "25.388"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "45199.74", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "7915.615"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "818.653", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "584.364", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "124.136"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "568.281"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "150.902"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "207.921"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "11913.225"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1430.649"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2440.553"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "7059.363", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1993", "981.014", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1991", "30896.44", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "455.883"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "224.218"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "873.525"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "10558.598"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "312.458"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "568.564"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2.706"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1990", "8167.313"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "24831.608", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("1995", "9709.236"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2433.656"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "554.564"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "707.009", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "160.994"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "676.36"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1932.489", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "75.49"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "262.754"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "11559.779"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "1.66", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "1.03"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.12"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.37"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.31"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.86"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.49"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.39", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("1998", "1.59"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.24", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0.11"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0.49"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.68"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.41"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "145"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "385.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "5.7", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1993", "95", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1991", "387.4", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "89"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "21.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "23.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "292.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "30.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "158"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "11.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1990", "144.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "211.2", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("1995", "215.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "171.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "135.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "18.3", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "16.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "29.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "232.3", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "37.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "49"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "205.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "6.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "28.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "21.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "3.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "5.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "12"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "52.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "27.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "3.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "29.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "22.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "5.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "3.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "23.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "10.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "43", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 7)
## Warning in rbind(Obs = structure(c("1981", "45.916"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1765.074"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "108.209"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "37.611"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "58.877"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "41.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "12.025"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "1264.184"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "1.223"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "425.205"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "92.516"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "210.069"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "31.252"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "47.428"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "54.852"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2421.624", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 7)
## Warning in rbind(Obs = structure(c("1981", "59.112"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "23006"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2268.65"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "857.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "6.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "4255"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "36.149"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "96.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1600948"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "1.165"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "535.46"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "590.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "567.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "12.16"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "26.223"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "70.869"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1339.4", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 7)
## Warning in rbind(Obs = structure(c("1998", "5811.651"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "271.194"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "108.774"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "26.651", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "1820.676"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "1.752"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "180.616"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "497.228", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "145.562"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "68.109"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "135.092"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "2304.62"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "94.787"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "6574.146"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "5469.502", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "175.97"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "141.247"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "16.976"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "2233.227"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "1.836"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "813.284"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "148.822"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "601.585", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "188.783"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "102.969"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "170.718"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "4082.576", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 7)
## Warning in rbind(Obs = structure(c("1991", "0.29", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "0.26"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.14"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.51", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1998", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "0.03"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.16"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.2", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0.13"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.31"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0.32"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.5", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 7)
## Warning in rbind(Obs = structure(c("1981", "12.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "5.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "68.6", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "34.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "13.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "74"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "49.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "4.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "57.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "36.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "15.6", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "18.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "51.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "31.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "72.5", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 7)
## Warning in rbind(Obs = structure(c("1981", "31.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "20.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "24", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 7)
## Warning in rbind(Obs = structure(c("1987", "4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "4.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "18.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "30.7", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("1998", "16"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "9.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "28.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "1.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "72.9", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "12.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "20.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1946.954"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "106.682"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "107.308"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "115.973", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 7)
## Warning in rbind(Obs = structure(c("1987", "42.84"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "14.635"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "4.22"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "3608.129", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("1998", "740.106"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "3.803"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "409.712"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "14.469"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "606.066", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "25.669"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1138.311"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2502.42"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "845.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "66.22"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "96.513", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 7)
## Warning in rbind(Obs = structure(c("1987", "3096"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "12.841"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "33.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "885359", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("1995", "770912", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "3.791"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "515.95"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "5.63"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "3415", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "14.192"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "629.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "4783.603"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "325.532"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "241.599", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "110.867"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "142.206"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "19.117", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "9018.247", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "876.718", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "5.629"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1159.261"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "167.776"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "915.905", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "45.385"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2008", "4477.276"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "5648.449", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "173.486"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "290.585"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "157.217", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 7)
## Warning in rbind(Obs = structure(c("1995", "143.964"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "161.383"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "5.957"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "6056.788", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("1995", "1075.376", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "5.714"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "783.651"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "217.592"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "778.329", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "55.728"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1919.061"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "0.3", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "0.32"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "0.2", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 7)
## Warning in rbind(Obs = structure(c("1995", "0.14"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "0.18"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.37", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "0.34", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("1998", "0.23"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0.08"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.39"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.15"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.63", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "0.21"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.23"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "70.8", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "33.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "7.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "32.5", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 7)
## Warning in rbind(Obs = structure(c("1995", "13.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "43.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "26"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "51.5", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("1995", "23.8", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "14.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "55.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "21.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "93.6", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "27.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "34.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1986", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "3.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "7.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "1.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "5.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "5.493"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "59.667"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "4.127"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1986", "6.724"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.472"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.735"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "869.651"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "76.808"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "3.058"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.619"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "288.555"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "7.071"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "76.69"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "32.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1986", "5.555"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.414"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "5.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "213394"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "108424"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "1.19"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.342"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "159.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "17.981"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "40.051"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "2.526"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "2748.156"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "123.305"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "83.011"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.936"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "11.338"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "6.712"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1986", "14.383"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.037"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1459.84"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "151.245"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "107.658"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "1.344"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "486.471"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.05"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.08"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.07"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.06"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1986", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "4.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "12.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "3.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "10.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "8.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "230.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "17"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1992", "12.7", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 7)
## Warning in rbind(Obs = structure(c("1981", "31.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "185.9", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 16)
## Warning in rbind(Obs = structure(c("1998", "156.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "151.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "141.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "7.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "271.8", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "54.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "27.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "190", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 8)
## Warning in rbind(Obs = structure(c("1981", "14192.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "640.961"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1992", "131.69", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 7)
## Warning in rbind(Obs = structure(c("1981", "108.471"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "21860.004", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 16)
## Warning in rbind(Obs = structure(c("1998", "7241.022"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2156.659"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "580.601"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "74.968"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2261.043", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "108.485"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "146.341"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "10705.297", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 8)
## Warning in rbind(Obs = structure(c("1998", "54154", "de"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1981", "18241.62"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "395.537"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1992", "22753", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 7)
## Warning in rbind(Obs = structure(c("1981", "95.172"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "5363986", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 16)
## Warning in rbind(Obs = structure(c("1991", "4158441"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2715.88"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "3708.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "29.17"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "12740.3", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "59.982"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "189.073"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "5921.1", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 8)
## Warning in rbind(Obs = structure(c("1998", "13680.089", "de"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "3832.445"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "460.263", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2002", "1123.429"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "63457.284", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "10736.314"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1256.745", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "520.485"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "265.332"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "360.413"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "15474.933", "de"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1991", "42344.021", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "1735.688"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "597.669", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2002", "1189.196"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "36695.315", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 16)
## Warning in rbind(Obs = structure(c("1991", "7705.993"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "4125.019"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "933.961"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "675.027"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2903.702", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "235.53"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "455.461"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "18047.886", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 8)
## Warning in rbind(Obs = structure(c("1991", "2.28", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "0.71"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.58", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2002", "0.98"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2.05", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 16)
## Warning in rbind(Obs = structure(c("1998", "2.26"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.45"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0.86"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2.2", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 8)
## Warning in rbind(Obs = structure(c("1998", "12.4", "de"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1991", "530.9", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "46.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "57.8", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2002", "304.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "312.1", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 16)
## Warning in rbind(Obs = structure(c("1991", "178"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "290.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "228.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "67.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "349.1", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "118.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "84.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "320.3", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 8)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "4.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "20.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "20.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "17.016"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "16.497"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "3.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "0.5", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "0.5", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "0.614", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "0.594", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "0", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "0.1", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "2.1", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "21.6", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "21.6", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "26.532", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "25.662", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "0.01", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "2.4", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "7.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "31.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "31.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "26.185"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "25.387"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "0.3", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "0.3", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "0.369", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "0.356", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "0", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "0", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "9", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "94.8", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "94.8", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "116.448", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "112.626", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "0.06", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "10.7", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.983"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.983"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.201"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.201"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "4.905"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "4.905"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "5.858"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "6.292"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "8.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "35.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "17.354"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "35.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "17.354"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "29.572"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "20.726"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "28.67"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "22.263"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "6.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "2.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "4.422"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "4.422"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "5.281"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "5.673"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "2.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "23.772"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "23.772"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "29.032"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "29.032"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "2.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "10.313"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "10.313"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "12.596"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "12.596"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "9.525"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "9.525"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "11.376"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "12.22"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "5.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "2.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "24.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "25.386"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "24.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "25.386"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "20.073"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "30.319"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "19.46"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "32.567"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "4.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "3.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "3.932"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "3.932"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "4.696"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "5.044"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "3.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "40.834"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "40.834"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "49.87"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "49.87"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.03"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.876"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.876"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.07"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.07"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "15.894"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "15.894"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "18.983"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "20.39"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "4.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "19.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "18.401"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "19.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "18.401"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "16.356"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "21.976"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "15.857"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "23.606"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "3.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "2.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "6.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "6.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "7.764"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "8.339"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "3.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "39.979"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "39.979"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "48.826"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "48.826"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.03"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.663"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.663"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.81"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.81"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "13.465"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "13.465"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "16.081"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "17.274"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "10.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "2.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "44.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "28.67"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "44.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "28.67"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "36.841"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "34.241"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "35.717"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "36.78"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "8.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "3.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "19.79"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "19.79"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "23.635"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "25.388"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "2.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "50.128"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "50.128"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "61.221"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "61.221"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.03"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "5.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.357"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.357"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.436"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.436"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "10.252"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "10.252"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "12.521"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "12.521"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "36.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "7.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "281.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "5.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "34", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1993", "25.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1447.071"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "77.038"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "13531.419"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "224.579"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "356.564", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1993", "50.824"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1417.551"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "10955"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "17233750.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "606.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "356.564", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1993", "28.101"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1672.232"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "204.72", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2005", "18256.742"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "489.979", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "435.471", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "113.616"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "2190.803"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "265.837", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2005", "18256.742"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "592.814", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "435.471", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1993", "110.342"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.31"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.26", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2005", "1.99"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.2", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "0.22", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "0.52"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "55.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "25.7", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2005", "379.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "15.4", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "41.5", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1993", "55.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1985", "7.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "1.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "32.5", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "26"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "18.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "1.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "1.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "6.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "3.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "4.068"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1985", "36.252"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "14.681"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "8.667", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "1253.502"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0.003"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "81.777"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "52.934"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "10.64"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "12.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "19.269"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "7.693"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "18143"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1985", "290.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "1061"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "733.947", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "1596472.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0.003"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "679.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "143"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "4.14"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "7.077"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "24.895"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "15.684"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "4583.186"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "36.456"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "13.482", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "8.407", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "1691.239"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0.004"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "62.907"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "114.996", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "47.523"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "18.805"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "47.456"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "19.549"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "5184.505"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1985", "45.618"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "17.507", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "8.947", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "1691.239"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0.004"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "87.577"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "139.132", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "61.634"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "27.791"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "59.971"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0.04"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.04"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.02", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "0.16", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "0.18"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "0.05"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.05", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0.04"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.09"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0.11"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "2.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "4.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1985", "8.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1.7", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "33.5", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "35.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "19.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "3.6", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "6.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "13.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "11.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "33.3", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "3.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "7.1", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1987", "1.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "11.1", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1998", "8.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "2.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "6.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "17.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "7.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "340.23", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "1.644"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "19.438"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "34.387", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1987", "16.134"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "3.386"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.261"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1301.167", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1998", "396.562"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "1.087"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "94.41"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "2.133"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "147.124"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "14.098"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "340.23", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "3.109"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "154"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "28.617", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1987", "1166"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2.971"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "319279", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1998", "620861"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "1.084"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "118.89"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.83"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "829"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "7.795"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "318.896", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "6.338"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "70.935"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "85.2", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "28.13", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1998", "47.984"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "7.031", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "3242.28", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1998", "658.569"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "1.609"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "351.07"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "51.819"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "245.951", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "29.371"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "357.963", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "7.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "31.61"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "46.616", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1995", "36.527", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1998", "54.454"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.369"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2184.205", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1998", "756.908"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "1.633"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "180.576"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "67.205"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "188.941"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "30.609"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "0.14", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.07"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "0.06", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1995", "0.04", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1998", "0.06"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.14", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "0.12", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1998", "0.12"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.12"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.05"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.16", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "0.13"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "35", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "0.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "6.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "9.6", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1995", "3.5", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1998", "14.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "18.6", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1998", "16.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "4.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "12.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "6.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "22.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "15.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1986", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "3.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.756"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1986", "4.416"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "703.972"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "170.187"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.951"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.596"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.973"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1986", "3.648"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "172740"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "216751.94"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.37"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.33"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "9.978"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.178"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "2218.251"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "229.618"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "57.147"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.507"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.56"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1986", "9.446"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1181.724"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "229.618"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "74.115"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "1.295"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.07"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.03"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.05"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1986", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "10"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "7.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "45.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "14"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "330.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "17.1", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "39.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "1799.273"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "145.23"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "15889.928"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "174.856", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "78.319"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "1718.486"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "20652"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "20237571.38"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "174.856", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "43.303"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "2144.996"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "246.332", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2005", "21438.868"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "216.863", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "162.299"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "2790.069"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "319.872", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2005", "21438.868"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "248.316", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "170.036"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.31", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2005", "2.34"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "0.14", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0.74"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "71.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "30.9", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2005", "445.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "24.2", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "85.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "5.609"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "5.609"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "6.851"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "6.851"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "18.277"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "18.277"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "21.828"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "23.447"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "2.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "1.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "7.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "14.379"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "7.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "14.379"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "6.443"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "17.173"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "6.247"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "18.447"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "1.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.76"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.76"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.908"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.976"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "42.577"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "42.577"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "52"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "52"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.03"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "22.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "235.018"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "235.018"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "287.028"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "287.028"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.15"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "27.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "4.378"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "4.378"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "5.229"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "5.617"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "8.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "2.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "34.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "26.996"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "34.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "26.996"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "28.829"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "32.242"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "27.949"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "34.633"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "6.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "3.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "2.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "25.467"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "25.467"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "30.416"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "32.671"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "3.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "29.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "313.033"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "313.033"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "382.307"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "382.307"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "36.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "3.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "35.464"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "35.464"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "43.312"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "43.312"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "2.599"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "2.599"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "3.104"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "3.334"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "3.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "16.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "9.183"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "16.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "9.183"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "13.382"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "10.967"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "12.974"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "11.78"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "3.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "9.003"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "9.003"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "10.753"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "11.55"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "5.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "54.738"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "54.738"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "66.851"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "66.851"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.03"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "6.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "14.312"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "14.312"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "17.479"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "17.479"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "2.058"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "2.058"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "2.458"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "2.64"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "9.084"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "9.084"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.661"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "10.849"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.641"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "11.654"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.055"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.055"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.26"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.353"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "2.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "27.703"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "27.703"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "33.833"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "33.833"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "3.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "2.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "25.976"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "25.976"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "31.725"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "31.725"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "5.947"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "5.947"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "7.103"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "7.63"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "15.263"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "15.263"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.743"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "18.228"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.721"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "19.58"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "2.926"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "2.926"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "3.495"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "3.754"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "47.001"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "47.001"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "57.403"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "57.403"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.03"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "5.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.397"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.397"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "5.37"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "5.37"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "2.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.201"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "2.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.201"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "2.23"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.246"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "2.162"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.246"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.038"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.038"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.046"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.046"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.636"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.636"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "5.662"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "5.662"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.107"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.107"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "5.016"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "5.016"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.621"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.621"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.979"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.979"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "4.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "6.143"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "4.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "6.143"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "3.635"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "7.502"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "3.524"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "7.502"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.273"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.273"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.554"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.554"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "13.143"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "13.143"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "16.052"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "16.052"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "12.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "12.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "10.408"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "10.091"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "2.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.1", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "1", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "1", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "1.228", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "1.188", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "0", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "0.1", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "0.5", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "5.5", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "5.5", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "6.756", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "6.534", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "0", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "0.6", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "5.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "21.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "21.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "18.008"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "17.458"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "4.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "0", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "0", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "0", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "0", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "0", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "0", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "0.3", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "3.1", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "3.1", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "3.808", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "3.683", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "0", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2006", "0.4", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.484"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.484"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.591"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.591"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.275"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.275"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.336"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.336"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "33.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "2.731"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "33.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "2.731"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "27.672"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "3.336"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "26.828"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "3.336"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "6.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.592"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.592"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.723"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.723"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.082"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.082"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.986"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.986"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "2.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "26.68"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "26.68"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "32.584"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "32.584"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "3.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.85"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.85"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "2.21"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "2.374"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "2.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "9.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "6.654"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "9.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "6.654"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "7.517"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "7.947"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "7.288"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "8.536"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "1.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.302"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.302"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.555"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.67"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "3.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "40.709"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "40.709"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "49.718"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "49.718"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.03"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "5.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "8.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "197.154"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "269.342"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "2.591"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "44.262"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "16.129"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "193.132"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "343036.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "44.262"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "8.918"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "227.831"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.034", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2005", "363.399"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "5.046", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "54.058"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "31.601"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "298.483"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.044", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2005", "363.399"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "6.105", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "54.058"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "35.016"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.04"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2005", "0.04"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "0.03"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.14"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "7.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2005", "7.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.2", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "5.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "17.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1985", "11.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "0.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "3.4", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "1.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "7.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "0.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "1.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "1.225"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1985", "58.924"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "6.614"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.918", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "69.742"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "34.427"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "30.465"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "4.009"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "2.725"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "4.573"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "2.316"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "1009"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1985", "472.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "478"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "77.755", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "88824.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "286.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "82.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "1.56"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "1.506"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "5.909"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "4.722"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "254.888"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "123.989"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "20.952", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "0.891", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "94.097"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "26.483"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "65.601", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "16.77"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "5.379"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "11.263"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "5.885"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "288.33"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1985", "74.147"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "27.207", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "0.948", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "94.097"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "36.868"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "79.369", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "21.749"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "5.915"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "14.233"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.12"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.03", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "0.02", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.03", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0.03"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1985", "14.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "2.6", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "3.6", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "8.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "2.1", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "2.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "2.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "24.8", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "5.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "7.2", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 7)
## Warning in rbind(Obs = structure(c("1987", "0.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "3.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "12.6", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1998", "3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "3.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "11.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "12.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "34.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "1.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "252.99", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "0.93"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "29.044"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "35.071", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 7)
## Warning in rbind(Obs = structure(c("1987", "6.697"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2.431"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.784"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1476.769", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1998", "137.004"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "1.498"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "159.994"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "52.106"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "3.213"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "290.699"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "2.959"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "252.99", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "1.758"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "230.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "29.186", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 7)
## Warning in rbind(Obs = structure(c("1987", "484"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2.133"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "6.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "362368", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1998", "214495"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "1.493"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "201.48"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "332.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "1.25"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1638"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "1.636"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "237.126", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "3.584"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "74.393"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "64.255", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "23.547", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1998", "16.285"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "4.876", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "3737.766", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1998", "227.522"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "2.217"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "417.81"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "98.142"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "21.44"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "368.792", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "4.522"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "266.176", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "4.467"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "47.23"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "47.543", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 7)
## Warning in rbind(Obs = structure(c("1995", "30.576", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1998", "18.482"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.107"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2478.979", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1998", "261.497"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "2.251"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "306.018"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "83.818"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "27.806"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "373.324"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "6.423"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "0.1", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.07"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "0.06", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 7)
## Warning in rbind(Obs = structure(c("1995", "0.03", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1998", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.09", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "0.14", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1998", "0.04"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0.03"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.14"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.09"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.23", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "26.1", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "9.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "9.8", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 7)
## Warning in rbind(Obs = structure(c("1995", "3", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1998", "5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "4.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "21.1", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1998", "5.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "5.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "21.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "20.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "2.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "44.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "3.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1986", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "3.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "3.551"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "3.837"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1986", "1.465"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.735"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "69.953"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "23.992"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.026"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.008"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "4.571"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "31.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1986", "1.21"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "5.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "17165"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "30556.23"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.004"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "2.776", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "14.622"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "12.424"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "2.526"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "199.365"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "32.37"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "6.527"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.079"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "7.33"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "5.834"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1986", "3.133"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.037"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "117.427"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "32.37"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "8.465"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.017"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "0", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.05"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "1.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1986", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "4.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "11.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "1.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "13.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "6.7", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "10.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "447.094"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "13.311"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "663.904"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "68.592", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "21.819"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "427.019"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "962"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "845554.416"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "68.592", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "12.064"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "576.544"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "44.532", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2005", "895.746"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "85.071", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "41.581"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "693.292"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "57.827", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2005", "895.746"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "97.409", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "47.371"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.11"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.06", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "0.05", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0.19"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "17.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "5.6", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2005", "18.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "9.5", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "23.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.269"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.269"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.328"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.328"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.216"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.216"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.264"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.264"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "14.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "21.1", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "61.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "98.784", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "3.497"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "61.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "791.9", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "3.497"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "50.553"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "73.154", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "4.271"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "49.011"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "66.363", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "4.271"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.03"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "0.03", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "11.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "14.2", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.231"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.231"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.282"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.282"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.214"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.214"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "5.146"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "5.146"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "3.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "35.08"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "35.08"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "42.843"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "42.843"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.871"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.871"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.064"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.064"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "7.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "49.2", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "32.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "230.088", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "2.555"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "32.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "1844.5", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "2.555"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "26.764"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "170.391", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "3.121"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "25.947"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "154.574", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "3.121"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "0.08", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "6.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "33", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.281"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.281"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.343"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.343"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "3.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "38.788"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "38.788"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "47.371"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "47.371"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "5.861"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "5.861"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "7.158"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "7.158"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "2.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "23.439"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "23.439"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "28.627"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "28.627"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "2.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "5.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "11.6", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "2.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "24.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "54.238", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "26.137"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "24.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "434.8", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "26.137"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "20.486"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "40.166", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "31.921"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "19.861"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "36.437", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "31.921"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "0.02", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "4.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "7.8", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "2.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "24.596"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "24.596"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "30.039"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "30.039"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "2.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "7.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "80.033"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "80.033"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "97.745"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "97.745"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.05"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "9.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "2.79"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "2.79"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "3.408"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "3.408"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.65"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.65"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.794"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.794"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.593"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.593"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.945"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.945"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.127"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.127"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.155"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.155"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "5.16"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "5.16"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "6.302"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "6.302"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.262"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.262"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.32"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.32"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.485"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.485"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.814"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.814"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "27", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "126.339", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "1.144"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "1012.8", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "1.144"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "93.56", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "1.397"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "84.875", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "1.397"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "0.04", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "18.1", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "2.891"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "2.891"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "3.53"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "3.53"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "3.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "58.329"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "151.816"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "8.921"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "14.014"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "1.668"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "57.139"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "193354.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "24.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "14.014"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.922"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "67.405"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "35.869", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2005", "204.832"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "18.977", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "17.115"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "3.516"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "88.307"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "46.577", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2005", "204.832"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "22.959", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "17.115"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "3.621"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.05", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2005", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.01", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "2.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "4.5", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2005", "4.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.6", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "1.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "1.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "2.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1985", "7.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "0.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "53.6", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "5.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "17.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "1.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "1.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "2.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "2.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "18.486"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1985", "37.861"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "6.227"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "14.303", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "281.815"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0.14"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "78.925"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "42.976"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "10.46"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "4.106"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "12.486"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "34.957"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "1533"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1985", "303.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "450"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1211.289", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "358922.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0.14"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "655.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "116.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "4.07"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "2.27"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "16.132"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "71.268"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "387.258"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "49.595"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "11.97", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "13.875", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "380.228"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0.208"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "60.714"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "111.869", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "52.593"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "4.373"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "30.751"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "88.831"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "438.067"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1985", "47.642"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "15.543", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "14.765", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "380.228"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0.211"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "84.523"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "135.348", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "68.209"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "8.914"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "38.861"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0.19"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.05"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.02", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "0.27", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "0.04"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "0.05"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.05", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0.05"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0.07"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "10.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1985", "9.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1.5", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "55.3", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "7.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "19"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "3.5", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "6.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "4.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "7.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "8.9", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "0.9", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1987", "0.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2.5", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1998", "1.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "3.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "91.02", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "0.038"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "6.362"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "4.414", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1987", "8.081"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2.083"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.573"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "294.422", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1998", "56.89"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0.052"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "27.023"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "1.336"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "58.033"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "6.981"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "91.02", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "0.071"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "50.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "3.673", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1987", "584"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.828"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "4.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "72245", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1998", "89068"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0.052"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "34.03"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.52"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "327"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "3.86"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "85.313", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "0.145"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "45.545"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "14.085", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "22.452", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1998", "5.913"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1.416", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "592.914", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1998", "94.478"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0.077"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "132.565"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "18.279"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "77.725", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "10.225"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "95.764", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "0.18"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "10.345"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "5.983", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1995", "29.155", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1998", "6.711"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.808"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "494.232", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1998", "108.585"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0.078"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "51.687"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "23.707"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "74.528"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "15.157"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "0.04", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.04"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "0.01", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1995", "0.03", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1998", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.03", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "0.03", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1998", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.04"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.08", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "0.05"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "9.4", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "1.2", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1995", "2.8", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1998", "1.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "3.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "4.2", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1998", "2.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "3.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "2.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "7.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0.001"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "24.607"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0.001"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "6038"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0.002"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "130.064"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "5.689"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0.003"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "41.306"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "7.378"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1992", "2.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "11.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "8.2", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "6.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "236.057"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1992", "21.594"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "544.393"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "83.891", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "12.755"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "225.458"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1992", "3731"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "693344.544"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "83.891", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "7.052"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "283.193"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "70.291", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2005", "734.501"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "104.044", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "18.114"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "366.045"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "91.275", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2005", "734.501"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "119.134", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "27.692"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.05"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.09", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2005", "0.08"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "0.07", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0.08"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "9.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "8.8", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2005", "15.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "11.6", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "13.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "10.462"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "10.462"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "12.777"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "12.777"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "41.772"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "41.772"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "51.016"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "51.016"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.03"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "13.244"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "13.244"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.413"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "16.174"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "16.174"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.291"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.291"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.577"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.577"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "6.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "66.768"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "66.768"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "81.543"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "81.543"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.04"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "7.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.359"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.359"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.439"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.439"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.551"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.551"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.673"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.673"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "2.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "12"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "2.816"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "12"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "2.816"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "9.912"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "3.439"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "9.61"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "3.439"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "2.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "3.726"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "3.726"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.551"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.551"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.585"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.585"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.715"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.715"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "8.061"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "8.061"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "9.845"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "9.845"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "1.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "4.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "6.979"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "4.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "6.979"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "3.965"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "8.523"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "3.844"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "8.523"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.893"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.893"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.091"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.091"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "16.518"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "16.518"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "20.174"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "20.174"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.993"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.993"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "2.434"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "2.434"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "3.345"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "3.345"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.086"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.086"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "5.65"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "5.65"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "6.901"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "6.901"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.691"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.691"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.844"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.844"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "11.68"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "11.68"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "14.264"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "14.264"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.615"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.615"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.751"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.751"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.499"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.499"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.61"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.61"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "7", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "32.633", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "2.566"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "261.6", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "2.566"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "24.166", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "3.134"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "21.923", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "3.134"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "0.01", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "4.7", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.279"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.279"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.341"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.341"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "3.959"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "3.959"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.835"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.835"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "0.5", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1994", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1.022"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "0.774"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "26.539", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1994", "1.37"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "13.494"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "1.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1.001"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "110"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "33784.139", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1994", "3.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "13.494"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.885"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1.181"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "2.102"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "36.068", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "2.345", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "16.481"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "2.528"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1.547"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "2.73"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "35.111", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "2.838", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "16.481"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "3.474"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "0", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "0.7", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0.1", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "1.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "1.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1985", "2.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "2", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2007", "6.5", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2002", "1.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "20.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "2.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "2.098"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1985", "12.683"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.547", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2007", "314.544", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2002", "0.734"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "91.741"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "6.515"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "2.519"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "5.902"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "4.316"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "131.255"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "3.968"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1985", "101.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "46.299", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2007", "400411.546", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2002", "0.699"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "762.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "17.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.98"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "3.263"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "5.577"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "80"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "8.09"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "19.463"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.53", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2007", "427.475", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2002", "1.051"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "70.572"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "15.92", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "15.132"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "13.732"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "10.63"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "109.155"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "10.083"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1985", "15.959"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.564", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2007", "416.132", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2002", "1.102"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "98.247"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "19.262", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "19.624"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "12.814"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "13.434"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "117.427"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.01", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2007", "0.04", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2002", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "0.06"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.01", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.06"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0.03"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "1.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1985", "3.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "2.1", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2007", "8.6", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2002", "2.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "22.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.5", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "6.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "2.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "13.8", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "3.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "5.5", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1987", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "4.2", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "6.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "24.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "7.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "8.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "141.14", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "0.418"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "19.893"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "26.803", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1987", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.939"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.336"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "205.507", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "2.595"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "379.824"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "1.825"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "66.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "16.121"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "141.14", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "0.791"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "157.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "22.305", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1987", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.701"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "261607.928", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "2.587"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "372"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.71"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "372"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "8.913"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "132.29", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "1.613"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "54.634"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "63.763", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "27.494"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "37.515"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "2.399", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2007", "279.29", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "3.841"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "371.183"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "113.639", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "32.642"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "148.496", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "2.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "32.349"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "36.334", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1995", "35.701"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "42.573"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.475"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "271.879", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "3.899"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "457.675"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "84.784"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "35"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "0.06", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.05"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "0.05", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1995", "0.03"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "0.05"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.05", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2007", "0.03", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "0.05"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.13"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.08", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "0.15"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "14.5", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "6.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "7.5", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1995", "3.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "11.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "5.6", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "9.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "29.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "10.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "17.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "0.2", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1982", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "8.95"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0.319"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.809"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "5.031"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "11.879", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1982", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.196"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "11.522"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0.603"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "6.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "4.928"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "15121.62", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1982", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.109"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "1.229"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1.68"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "5.813"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.226"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "16.144", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.91"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "18.476"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "1.532"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "1.23"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "7.616"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "15.715", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.426"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "0", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "0.3", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "4.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "1.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "11.5", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2000", "11.2", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "11.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "186.96"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "16.702"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "558.469", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2000", "114.839", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "23.82"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "183.146"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "2375"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "710925.234", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2000", "114.839", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "13.17"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "216.051"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "63.749"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "758.976", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2000", "142.427", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "49.811"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "283.049"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "82.781"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "738.837", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2000", "163.084", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "51.714"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.04"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.08"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "0.07", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2000", "0.09", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0.23"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "7.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "15.2", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2000", "15.9", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "25.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.156"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.156"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.19"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.19"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.553"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.553"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.66"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.709"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "2.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "9.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "10.408"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "9.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "10.408"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "8.095"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "12.431"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "7.848"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "13.353"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "1.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.139"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.139"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.361"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.462"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "12.082"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "12.082"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "14.755"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "14.755"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "11.653"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "11.653"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "14.232"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "14.232"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "5.118"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "5.118"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "6.112"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "6.565"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "7.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "2.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "30.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "25.629"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "30.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "25.629"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "25.194"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "30.609"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "24.426"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "32.878"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "5.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "3.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "4.264"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "4.264"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "5.093"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "5.47"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "3.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "40.806"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "40.806"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "49.837"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "49.837"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.03"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.14"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.14"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.171"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.171"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.848"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.848"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.012"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.087"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "25.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "18.57"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "25.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "18.57"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "20.899"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "22.178"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "20.261"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "23.822"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "4.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "2.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.545"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.545"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.651"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.699"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "20.631"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "20.631"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "25.197"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "25.197"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "2.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.09"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.09"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.109"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.109"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "7.194"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "7.194"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "8.592"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "9.229"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "2.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "9.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "13.036"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "9.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "13.036"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "7.847"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "15.57"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "7.608"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "16.724"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "1.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "5.795"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "5.795"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "6.921"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "7.434"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "19.699"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "19.699"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "24.058"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "24.058"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "2.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.258"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.258"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.315"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.315"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.21"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.21"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.445"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.552"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "2.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "9.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "4.716"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "9.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "4.716"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "7.517"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "5.632"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "7.288"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "6.05"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "1.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.418"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.418"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.537"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "8.324"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "8.324"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "10.167"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "10.167"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.24"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.24"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.293"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.293"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.216"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.216"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.258"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.278"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "3.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "2.618"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "3.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "2.618"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "3.139"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "3.127"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "3.043"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "3.359"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.82"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.82"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.98"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.052"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "3.694"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "3.694"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.511"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.511"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.245"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.245"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.299"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.299"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.694"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.694"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.828"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.89"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "2.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "3.967"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "2.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "3.967"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "2.148"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "4.738"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "2.082"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "5.089"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.207"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.207"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.247"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.265"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.466"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.466"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "5.454"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "5.454"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.696"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.696"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.85"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.85"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.397"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.397"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.475"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.51"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "1.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "6.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "3.084"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "6.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "3.084"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "5.534"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "3.684"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "5.366"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "3.957"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "1.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.97"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.97"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.159"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.245"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "5.627"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "5.627"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "6.872"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "6.872"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.017"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.017"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.021"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.021"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "2.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "2.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "2.396"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "2.322"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "8.913"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "8.913"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "10.885"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "10.885"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1990", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "2.1", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "18.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1990", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "103.031", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "2.525"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "4.071"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "1.518"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "14.776"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "36.333"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0.257"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1990", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "131157.26", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "3.18"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "26"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "4.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "14.776"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "20.089"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0.332"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1.665"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "2.111"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "140.022", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "5.013", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "2.772", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "18.046"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "2.528"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0.633"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "2.741"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "136.307", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "4.83"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "6.548"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "3.354", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "18.046"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "78.882"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "0.01", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "2.8", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.1", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "1.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "39.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "4.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "3.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "4.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "0.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "6.8", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2002", "1.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "5.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "5.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "3.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.4", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 7)
## Warning in rbind(Obs = structure(c("1981", "16.919"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "265.137"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "19.665"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "6.25"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "17.672"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "9.437"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "6.204"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.087"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "328.231", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2002", "0.734"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "72.072"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "23.955"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "13.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "5.32"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "6.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "4.419"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "25.312", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 7)
## Warning in rbind(Obs = structure(c("1981", "21.782"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "447"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "340.78"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "155.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.13"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "131"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "682"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "5.443"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "417834.723", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2002", "0.699"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "90.76"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "153"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "36.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "2.07"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "3.539"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "5.709"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "14", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 7)
## Warning in rbind(Obs = structure(c("1998", "112.919"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "40.407"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "29.866"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "34.151"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "2.232", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2007", "446.076", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2002", "1.051"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "70.221"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "32.765", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "14.796"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "14.913"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "10.883"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "96.06"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "34.928"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "127.734"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "776.687", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "31.98"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "31.209"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "44.346"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.123"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "434.239", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2002", "1.102"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "137.851"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "38.534"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "39.641", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "19.19"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "13.895"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "13.754"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "42.673", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 7)
## Warning in rbind(Obs = structure(c("1991", "0.04", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "0.04"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "0.06"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.04"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.04", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2007", "0.04", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2002", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.04"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.01", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.07"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0.03"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.01", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 7)
## Warning in rbind(Obs = structure(c("1981", "4.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "9.7", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "6.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "7.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "4.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "8.9", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2002", "2.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "9.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "9.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "1.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "2.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.8", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 7)
## Warning in rbind(Obs = structure(c("1995", "0.3", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1981", "8.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "8.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "8.4", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1987", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "4.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "19.4", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("2007", "7.5", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "9.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "10.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "12.4", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "11.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "3.271", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1981", "537.47"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "44.14"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "55.427"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "40.715", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1987", "5.701"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "4.696"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.959"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2283.349", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("2007", "363.478", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "3.677"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "145.216"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "2.801"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "102.934", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "22.046"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "337.733"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "113.5", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1981", "690.81"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "349.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "34.204"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "33.883", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1987", "412"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "4.12"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "7.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "560286", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("2007", "462703.957", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "3.666"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "182.87"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "1.09"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "580", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "12.189"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "186.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "8.573", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "1268.229"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "123.791"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "102.82", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "27.489"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "55.254"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "4.197", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "5327.808", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("2007", "493.978", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "5.443"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "371.183"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "52.077"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "173.05", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "45.482"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2008", "3670.224"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "10.055", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1991", "1394.11", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "71.78"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "150.093"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "55.195", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1995", "35.696"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "62.705"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.353"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "3832.947", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("2007", "480.87", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "5.525"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "277.752"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "67.54"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "132.191", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "47.863"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "569.378"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.01", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1991", "0.08", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "0.12"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "0.07", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1995", "0.03"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "0.07"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.08", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "0.21", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("2007", "0.05", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "0.08"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.13"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.05"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.14", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "0.21"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.07"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1991", "17.5", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "14"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "11.4", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1995", "3.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "17"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "5.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "32.6", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("2007", "9.9", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "13.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "19.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "6.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "15.9", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "24"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "10.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1986", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "0.3", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "1.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "10.69"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0.093", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "19.894"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.846"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1986", "3.047"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.825"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "130.928"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "13.366", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "17.295"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.771"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.242"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "21.696"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "13.762"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "3.2", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "25.57"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "6.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1986", "2.517"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.724"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "32127"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "17014.6", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "21.78"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.134"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "12"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0.226", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "1.778"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "6.954"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "330.718"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "18.165", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "6.089"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1.085"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "22.068"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0.258", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "1.375"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1986", "6.517"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "219.783"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "17.683", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "33.081"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "7.897"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.524"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "36.577"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "0", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1986", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "0.4", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "2.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "13.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1992", "1.7", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 7)
## Warning in rbind(Obs = structure(c("1981", "3.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "21.4", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 16)
## Warning in rbind(Obs = structure(c("2007", "16.6", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "16.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "32.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "6.8", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 8)
## Warning in rbind(Obs = structure(c("1981", "822.493"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "68.203"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1992", "17.398", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 7)
## Warning in rbind(Obs = structure(c("1981", "12.125"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2520.061", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 16)
## Warning in rbind(Obs = structure(c("2007", "808.106", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "237.108"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "8.892"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "65.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "5.37"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "384.741", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 8)
## Warning in rbind(Obs = structure(c("1998", "958", "de"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1981", "1057.15"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "42.088"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1992", "3006", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 7)
## Warning in rbind(Obs = structure(c("1981", "10.638"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "618370", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 16)
## Warning in rbind(Obs = structure(c("2007", "1028710.54", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "298.59"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "3.46"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "35.95"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "6.938"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "212.8", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 8)
## Warning in rbind(Obs = structure(c("1998", "242.005", "de"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "355.484"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "63.751", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2002", "96.245"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "5854.73", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("2007", "1098.24", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "72.962"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "64.007"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "13.224"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "273.756", "de"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1991", "2225.631", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "184.69"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "82.782", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2002", "101.88"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "4230.302", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 16)
## Warning in rbind(Obs = structure(c("2007", "1069.098", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "453.514"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "94.626"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "141.164"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "16.712"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "648.628", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 8)
## Warning in rbind(Obs = structure(c("1991", "0.12", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "0.07"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.08", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2002", "0.08"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.24", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 16)
## Warning in rbind(Obs = structure(c("2007", "0.11", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0.06"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.29"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0.03"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.08", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 8)
## Warning in rbind(Obs = structure(c("1998", "0.2", "de"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1991", "27.9", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "4.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "8", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("2002", "26.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "36", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 16)
## Warning in rbind(Obs = structure(c("2007", "22", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "31.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "9.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "70.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "3.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "11.5", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 8)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "1.6", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1994", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.419"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "0.029"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "76.492", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1994", "0.148"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.281"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.41"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "7.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "97373.121", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1994", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.281"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.484"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "0.06"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "103.954", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0.426", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "1.565"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.634"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "0.066"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "101.196", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0.516", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "1.565"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "0.01", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "2.1", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1985", "2.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "1.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "6.6", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2007", "0.3", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1985", "10.563"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "6.34"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1.754", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2007", "13.687", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "0.021"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "17.665"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "6.885"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.231"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.498"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0.103"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1985", "84.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "47"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "148.55", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2007", "17423.177", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "0.021"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "146.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "18.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.09"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.275"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0.133"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "20.846"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "10.715"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1.702", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2007", "18.601", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "0.031"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "13.589"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "16.844", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1996", "2.024", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "1.181"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0.253"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1985", "13.292"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "11.197"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1.811", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2007", "18.107", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "0.032"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "18.917"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "20.38", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1996", "2.58", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "1.081"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0.32"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.03", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2007", "0", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.01", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1996", "0", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1985", "2.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "2.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "6.8", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2007", "0.4", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "4.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.5", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1996", "0.3", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "6.4", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "4.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "2.9", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1987", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "3.3", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "2.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "11", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1982", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "4.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "65.79", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "24.247"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "13.913", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1987", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2.764"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.622"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "157.971", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "1.082"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "173", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1982", "0.822"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "36.914"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "5.925"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "65.79", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "192.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "11.578", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1987", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2.425"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "201096.029", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "1.079"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "173", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1982", "0.32"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "208"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "3.276"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "61.665", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "69.157"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "39.128", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2000", "29.686"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "17.739"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1.798", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2007", "214.688", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "1.602"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "164.699", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "59.411", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "12.84"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "69.219", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "39.431"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "18.86", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("2000", "32.902"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "20.132"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.879"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "208.991", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "1.626"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "193.216", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "47.406"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "12.863"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "0.03", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0.07"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "0.02", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("2000", "0.03"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.03", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2007", "0.02", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "0.04", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.04", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "0.06"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "6.8", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "7.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "3.9", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("2000", "3.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "5.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "3.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "4.3", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "4.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "12.3", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "5.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "6.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "0", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1982", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.74"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.147"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.987"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "1.487", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1982", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.045"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2.24"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "1.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.967"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "1892.98", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1982", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.025"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.099"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1.141"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0.115"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "2.021", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.175"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "3.592"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.224"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1.495"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "1.967", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.098"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "0", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "0", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "3.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "2.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "5.1", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2000", "3.6", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "3.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "120.66"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "29.101"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "249.637", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2000", "37.198", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "6.468"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "118.198"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "7567.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "317785.306", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2000", "37.198", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "3.576"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "139.434"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "60.87"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "339.264", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2000", "46.134", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "14.196"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "182.673"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "67.464"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "330.262", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2000", "52.825", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "14.043"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.03"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "0.06"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "0.03", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2000", "0.03", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0.06"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "4.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "6.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2007", "6.8", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2000", "5.2", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.06"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.06"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.074"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.074"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "2.878"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "4.56"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "21.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "4.56"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.547"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "5.446"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "4.547"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "5.85"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "2.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "9.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "15.074"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "9.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "15.074"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "7.682"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "18.003"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "7.448"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "19.338"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "1.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.848"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.848"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "2.207"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "2.37"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "19.451"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "19.451"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "23.755"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "23.755"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "2.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.221"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.221"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.27"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.27"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.094"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.094"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.113"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.121"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "6.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "26.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "17.983"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "26.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "17.983"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "22.22"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "21.478"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "21.543"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "23.071"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "5.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "2.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.612"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.612"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.73"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.785"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "20.099"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "20.099"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "24.547"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "24.547"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "2.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.004"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.004"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.004"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.004"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "2.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "4.76"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "2.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "4.76"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "2.396"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "5.685"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "2.322"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "6.106"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.534"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.534"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.638"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.686"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "6.705"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "6.705"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "8.189"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "8.189"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.144"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.144"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.176"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.176"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.636"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.636"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.954"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "2.099"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "3.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "10.181"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "3.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "10.181"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "2.726"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "12.16"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "2.643"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "13.062"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "1.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.351"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.351"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.419"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.45"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "9.243"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "9.243"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "11.289"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "11.289"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.852"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.852"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.041"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "1.041"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.578"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.561"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2006", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "6.243"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "6.243"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "7.625"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "7.625"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2005", "0.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "25.1", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2000", "257.554", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2000", "257.554", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2000", "319.427", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2000", "365.756", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2000", "0.2", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2000", "35.7", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1983", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "3.719"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0.046"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "720.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0.046"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1994", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "8.325"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0.068"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "10.383"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0.069"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1997", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2004", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "6.6", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "0.054"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "58.08", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "0.054"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "542", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "0.08"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "48.422", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "0.081"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "54.453", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.03", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2004", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "6.2", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1999", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "3.719"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "2480.5", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1996", "720.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "654.313", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1996", "8.325"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "703.662", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1996", "10.383"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "0.6", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1996", "1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "51.5", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "92.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "35.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "226.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2001", "6.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "2.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "25.6", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1981", "169"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "54.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "8.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "227.2", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 5)
## Warning in rbind(Obs = structure(c("1981", "61.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "246.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "23.4", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1981", "15.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "8.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "32"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "125.8", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("1998", "110", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 11)
## Warning in rbind(Obs = structure(c("2000", "777.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "7.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "89.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "85.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "9.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "2.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "7.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "180.9", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "35.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "21.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "121.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "388.744", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "908.596"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "316.923"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1433.405"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2001", "8498.874"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "1.291"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "264.099", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1981", "10420.797"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "280.337"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "80018.573", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 5)
## Warning in rbind(Obs = structure(c("1981", "15.597"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "322.578"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "109049.445", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 5)
## Warning in rbind(Obs = structure(c("2000", "110644.022", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 5)
## Warning in rbind(Obs = structure(c("1981", "295.899"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "6093.54"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "248.459", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1981", "52.558"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.917"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1809.749"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "14792.598", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("1998", "5091.992", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 11)
## Warning in rbind(Obs = structure(c("2000", "337"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "2.935"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1274.891"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "348.818"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "367.647"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "26.189"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "165.415"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1504.783", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "71.104"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "112.793"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "6856.807"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "500.469", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "930.13"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "0.412"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "3135"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "6350", "de"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 11)
## Warning in rbind(Obs = structure(c("1991", "1.264"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "10558", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1981", "13393.85"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2221"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2.82"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "199.063"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "238.524"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "5610.932"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "17956", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1981", "46.114"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "15.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1180.68"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "3629793", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("1995", "6960322", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 14)
## Warning in rbind(Obs = structure(c("2000", "337"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "2.795"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1605.47"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2227.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "15"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "10.19"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "14.656"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "8479", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "39.313"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1990", "103.399"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "3792.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "2013.304"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "2268.769"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "119.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "3860.427", "de"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 7)
## Warning in rbind(Obs = structure(c("1998", "3.067"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "687.231", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "22321.125"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1051.285"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "167.265"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "2019.856"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "98840.457", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 5)
## Warning in rbind(Obs = structure(c("1995", "1150.132"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "14027.583"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "242.734", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "478.133"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "25.388"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "5228.534"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "45199.74", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "7915.615", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 14)
## Warning in rbind(Obs = structure(c("2000", "311.173"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "4.204"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "2862.159"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "823.666", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "587.136", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "124.136", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "634.001", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "3933.514", "be"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 9)
## Warning in rbind(Obs = structure(c("1995", "153.439"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "185.714"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "11913.225"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "802.506", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "1430.649"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "150.167"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2440.553"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "3320.798", "de"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 11)
## Warning in rbind(Obs = structure(c("1998", "3.705"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "981.014", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1991", "30896.44", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "455.883"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "224.218"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "873.525"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "107648.64", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 5)
## Warning in rbind(Obs = structure(c("1981", "458.402"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "10558.598"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "315.199", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "568.564"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2.706"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1990", "8174.849"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "24831.608", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("1995", "9709.236", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 14)
## Warning in rbind(Obs = structure(c("2000", "341.296"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "4.407"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2438.471"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "561.112"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "710.362", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "160.994", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1993", "358.641"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1932.489", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "154.371"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1992", "511.46", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "11559.779"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "1.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1.17"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.28"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2001", "0.57"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "0.03"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.58", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1991", "1.66", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "1.03"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "1.14", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 5)
## Warning in rbind(Obs = structure(c("1995", "0.12"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.37"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "1.2", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 5)
## Warning in rbind(Obs = structure(c("2000", "1.16", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 5)
## Warning in rbind(Obs = structure(c("1981", "0.63"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.31", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "0.86"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.49"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.39", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("1998", "1.59", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 11)
## Warning in rbind(Obs = structure(c("2000", "1.46"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "0.06"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.97"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.61"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.24", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0.11", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "0.58", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "2.09", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 10)
## Warning in rbind(Obs = structure(c("1995", "0.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.49"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.41"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "106.2", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "145"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "17.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "385.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "2.9", "de"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 11)
## Warning in rbind(Obs = structure(c("1998", "5.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "95", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1991", "387.4", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "89"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "21.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "23.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "95.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "292.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "30.5", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "158"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "11.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1990", "144.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "211.2", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("1995", "215.3", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 14)
## Warning in rbind(Obs = structure(c("2000", "787.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "11.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "171.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "137.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "18.4", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "16.1", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1993", "15.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "232.3", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "77.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1992", "96.6", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "205.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "8.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "8.3", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1987", "38.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "18"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2001", "3.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "11.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "8.2", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1981", "32.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "25"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "4.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "48.2", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 5)
## Warning in rbind(Obs = structure(c("1981", "25.5", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1991", "90.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "14"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "6.4", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1981", "13.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "52.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "14.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "27.3", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 11)
## Warning in rbind(Obs = structure(c("2000", "60"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "35"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "28.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "3.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "3.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "1.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "17.3", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 16)
## Warning in rbind(Obs = structure(c("1993", "27"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "7.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "39.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "62.834"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "81.65", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1987", "343.846"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "114.307"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2001", "4182.731"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "6.977"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "85.077", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1981", "2030.211"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "127.875"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "18185.36", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 5)
## Warning in rbind(Obs = structure(c("1981", "43.861"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "22493.092", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 5)
## Warning in rbind(Obs = structure(c("2000", "23475.842", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 5)
## Warning in rbind(Obs = structure(c("1981", "122.057", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "2440.377"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "60.165"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "68.314", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1981", "47.405"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "12.112"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "825.674"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "1264.184", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 11)
## Warning in rbind(Obs = structure(c("2000", "26"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "1.956"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "497.276"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "116.471"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "122.549"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "36.572"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "36.439"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "144.054", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 16)
## Warning in rbind(Obs = structure(c("1993", "53.828"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "40.188"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2247.333"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "80.892"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "91.97", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1987", "0.447"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "250"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "7902", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 10)
## Warning in rbind(Obs = structure(c("1991", "6.834"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "4408", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1981", "2609.43"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1013.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "7.93"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "98.39", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "2247.099"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "446"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "4937", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1981", "41.593"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "97.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "538.67"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1600948", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 14)
## Warning in rbind(Obs = structure(c("2000", "26"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "1.864"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "626.22"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "743.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "14.23"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "3.229"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "811.7", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 16)
## Warning in rbind(Obs = structure(c("1993", "29.761"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1990", "50.787"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1243"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "204.017"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "153.108"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "102.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "109.051", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "3717.205", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1998", "12.207"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "279.323", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "5215.44"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "311.602"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "144.605"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "20883.389", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 5)
## Warning in rbind(Obs = structure(c("1995", "302.84"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "4828.289"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "101.683"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "142.924", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "29.848"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "2068.453"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1820.676", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 14)
## Warning in rbind(Obs = structure(c("2000", "24.007"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "2.803"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "994.019"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "250.838"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "529.993", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "160.359"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "162.676", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "193.955", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 9)
## Warning in rbind(Obs = structure(c("1995", "83.012"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "138.597"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "2670.936"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "129.711"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "124.551", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "128.571"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "194.622"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "4132.433", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 10)
## Warning in rbind(Obs = structure(c("1998", "14.745"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "316.025", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1991", "6424.03", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "207.949"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "193.842"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "22799.389", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 5)
## Warning in rbind(Obs = structure(c("1981", "189.088", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "4228.569"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "106.252"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "185.593", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1981", "17.099"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1990", "2936.403"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "2233.227", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 14)
## Warning in rbind(Obs = structure(c("2000", "26.331"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "2.938"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "951.135"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "187.356"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "641.226", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "207.972"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "79.004"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "184.998", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 16)
## Warning in rbind(Obs = structure(c("1993", "116.864"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1992", "199.635", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "3788.742"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "0.11"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.08"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.24"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0.06", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("2001", "0.28"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "0.11"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.23", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1991", "0.35", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "0.26", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 5)
## Warning in rbind(Obs = structure(c("1995", "0.11"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "0.25", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 5)
## Warning in rbind(Obs = structure(c("2000", "0.25", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 5)
## Warning in rbind(Obs = structure(c("1981", "0.26", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "0.44"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "0.21"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.18", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "0.57"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "0.4", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 11)
## Warning in rbind(Obs = structure(c("2000", "0.11"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "0.04"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.34"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.22", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0.14"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.15", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "0.12", "bd"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 10)
## Warning in rbind(Obs = structure(c("1995", "0.38"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.36"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.46"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "17.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "12.6", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "15.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "30.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "3.6", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 10)
## Warning in rbind(Obs = structure(c("1998", "21.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "30.6", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1991", "80.5", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "40.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "18.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "39.5", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1991", "107.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "24.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "18", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1981", "74.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1990", "51.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "49.5", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 14)
## Warning in rbind(Obs = structure(c("2000", "60.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "7.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "66.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "45.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "16.6", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "20.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "3.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "22.2", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 16)
## Warning in rbind(Obs = structure(c("1993", "58.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1992", "37.7", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "67.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "30.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "28.6", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1987", "5.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "60.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "1.1", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1981", "41.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "29.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "4.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "73.4", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 5)
## Warning in rbind(Obs = structure(c("1981", "25.1", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1991", "60.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "4.6", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1981", "5.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "22.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "10.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "50.1", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("1998", "17.5", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 11)
## Warning in rbind(Obs = structure(c("2000", "2.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "17.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "39.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "46.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "1.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "85.2", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "23.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "26.2", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "228.315"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "282.218", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1987", "50"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "384.07"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "0.018"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "11.385", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1981", "2577.741"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "150.822"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "26128.395", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 5)
## Warning in rbind(Obs = structure(c("1981", "10.066", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "162.724"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "34897.769", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 5)
## Warning in rbind(Obs = structure(c("2000", "35721.633", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 5)
## Warning in rbind(Obs = structure(c("1981", "120.387", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "1697.999", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1987", "48.541", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1981", "19.332"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "5.179"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "574.877"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "5891.478", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("1998", "808.039", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 11)
## Warning in rbind(Obs = structure(c("2000", "0.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "6.97"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "554.927"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "191.013"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "17.271"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "4.85"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "709", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "47.722"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "4.163"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1476.044", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "293.933"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "317.89", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1987", "0.065"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "840"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "1372", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 10)
## Warning in rbind(Obs = structure(c("1991", "0.017"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "245", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1981", "3313.17"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1194.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.82", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "100.417"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "97.044", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "1563.517", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1987", "3508", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1981", "16.962"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "41.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "375.05"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1445645", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("1995", "770912", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 14)
## Warning in rbind(Obs = structure(c("2000", "0.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "6.639"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "698.82"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1220"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "6.72"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.43"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "3995", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "26.385"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1990", "7.104"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "816.4", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1998", "940.851"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "716.827"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "20.089"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1071.257", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1998", "5.428"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "89.573", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "6141.036"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "449.323"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "251.38", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "1341.173"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "32481.548", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 5)
## Warning in rbind(Obs = structure(c("1995", "355.56"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "3842.839"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "138.356", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "139.475", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "21.939"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "2492.848"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "14346.054", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "876.718", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 14)
## Warning in rbind(Obs = structure(c("2000", "0.831"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "9.985"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1581.883"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "377.914"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "219.853", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "20.813", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "1137.288", "bd"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "90.867", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "3523.785"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "471.324"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "430.506", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "25.223"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "653.928"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "717.502", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 10)
## Warning in rbind(Obs = structure(c("1998", "6.556"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "42.289", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1991", "7234.02", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "245.265"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "336.973", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "440.648"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "35244.372", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 5)
## Warning in rbind(Obs = structure(c("1981", "186.502", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "2942.211", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "179.66", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "165.855", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "7.311"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1990", "2907.138"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "9889.735", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("1995", "1075.376", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 14)
## Warning in rbind(Obs = structure(c("2000", "0.912"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "10.467"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1061.404"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "307.265"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "285.132", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1993", "10.515"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "910.519", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "103.608"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1992", "31.409", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "2488.439", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1998", "0.52"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.37"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.05"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "0.05"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.08", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1991", "0.39", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "0.44"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "0.37", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 5)
## Warning in rbind(Obs = structure(c("1995", "0.18", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0.25"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "0.38", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 5)
## Warning in rbind(Obs = structure(c("2000", "0.37", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 5)
## Warning in rbind(Obs = structure(c("1981", "0.25", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "0.31", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0.18", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "0.25", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0.42"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.24"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.55", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("1998", "0.25", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 11)
## Warning in rbind(Obs = structure(c("2000", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "0.15"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.53"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.33"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.19", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "0.02", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "0.77"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.41", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "0.3", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "62.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "43.7", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "103.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "0.6", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 10)
## Warning in rbind(Obs = structure(c("1998", "9.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "4.1", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1991", "90.7", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "47.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "31.8", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "11.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "39", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1991", "71.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "17.4", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "46.1", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "31.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1990", "51.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "84.1", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("1995", "23.8", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 14)
## Warning in rbind(Obs = structure(c("2000", "2.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "26.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "74.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "75.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "28.5", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1993", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "109.5", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "52"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1992", "5.9", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "44.2", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "2.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "6.8", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1996", "0", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1983", "12.4", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1991", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1986", "0.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "3.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "3.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "3.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "8.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "1.7", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 11)
## Warning in rbind(Obs = structure(c("1981", "4.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.7", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 9)
## Warning in rbind(Obs = structure(c("1993", "0.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "5.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "16.184"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "67.516", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1996", "0.162", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1983", "79.25", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1991", "0.157"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "79.561"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "4.973"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "2.131"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1986", "9.771"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "3.026"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "110.926"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.735"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "186"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1000.579"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "76.808", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 11)
## Warning in rbind(Obs = structure(c("1981", "66.664"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "3.829"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "0.588"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "6.052", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 9)
## Warning in rbind(Obs = structure(c("1993", "0.86"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "310.251"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "20.835"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "76.05", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1996", "0.036", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1983", "148", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1991", "0.154"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "102.26"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "39.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "1.68"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1986", "8.072"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2.439"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "102.141"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.141"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "5.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "186"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "245521"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "108424", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 14)
## Warning in rbind(Obs = structure(c("1981", "83.95"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "1.49"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2003", "2.208"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1989", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "34.1", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 9)
## Warning in rbind(Obs = structure(c("1993", "0.476"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "171.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "9.771"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "44.405"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0.748", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1998", "1.049"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "19.759"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "4.074"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "47.004"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "10.733"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "304.449"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "2.526"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "187.614"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "3078.874"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "123.305", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 14)
## Warning in rbind(Obs = structure(c("1995", "89.1", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("2003", "1.573"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "8.309", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "2.012"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "231.704"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "33.409"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "102.992", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1996", "1.005", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1983", "104.835", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1998", "1.267"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "8.087"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "5.461"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1986", "20.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "4.687"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "192.208"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.037"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "192.864"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1679.622"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "151.245", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 14)
## Warning in rbind(Obs = structure(c("1981", "127.508"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "115.555", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("2003", "1.679"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1992", "0", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "7.772", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 9)
## Warning in rbind(Obs = structure(c("1993", "1.868"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "523.048"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "0", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1998", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.02"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.05"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.09"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "0.02", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 11)
## Warning in rbind(Obs = structure(c("1995", "0.08", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("2003", "0"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "0.02", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "0.01"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "0.06"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "4.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "10.4", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1996", "0.1", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1983", "16.4", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1998", "1.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1986", "0.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "3.7"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "4.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "3.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "14.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "3.4", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 14)
## Warning in rbind(Obs = structure(c("1981", "9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "11.5", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("2003", "0.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1992", "0", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "0.9", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 9)
## Warning in rbind(Obs = structure(c("1993", "0.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "9.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "92.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "148.9", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1987", "79.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "304.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2001", "11"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "14.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "34.9", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1981", "245"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "110.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "7.2", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "18.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1999", "324.5", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 5)
## Warning in rbind(Obs = structure(c("1981", "113.1", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1991", "401.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "41.9", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1981", "35.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "87"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "56.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "207.3", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("1998", "156.4", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 11)
## Warning in rbind(Obs = structure(c("1994", "5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "839.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "30.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "168.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "161.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "17"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "8.5"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "5.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "284.2", "be"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 16)
## Warning in rbind(Obs = structure(c("1993", "87"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "29.6"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "193.3", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "696.078"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "1468.102", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1987", "710.769"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1931.782"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2001", "14062.673"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "8.442"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "360.561", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1981", "15108.831"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "564.007"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "102154.091", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 8)
## Warning in rbind(Obs = structure(c("1981", "69.524", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "709.148"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "124053.102", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 9)
## Warning in rbind(Obs = structure(c("1999", "157768.618", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 5)
## Warning in rbind(Obs = structure(c("1981", "541.368", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "10342.841", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1987", "444.932", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1981", "120.595"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "19.943"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "3210.316"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "24380.065", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("1998", "7241.022", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 11)
## Warning in rbind(Obs = structure(c("1994", "18.444"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "363.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "11.861"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2393.758"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "659.746"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "637.255"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "83.86"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "119.455"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2363.977", "be"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 16)
## Warning in rbind(Obs = structure(c("1993", "173.514"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "157.144"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "10890.436", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "896.131"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "1653.67", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1987", "0.924"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "4225"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "15946", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 11)
## Warning in rbind(Obs = structure(c("1991", "8.27"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "15211", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1981", "19419.38"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "4468.4"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "12.57", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "437.615"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "436.397", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "9523.688", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1987", "32155", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 12)
## Warning in rbind(Obs = structure(c("1981", "105.81"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "160.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2094.41"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "5982356", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("1991", "4158441", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 18)
## Warning in rbind(Obs = structure(c("1994", "25.278"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2000", "363.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "11.298"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "3014.46"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "4213.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1987", "26"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1982", "32.63"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "1.732"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "13320.3", "be"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 16)
## Warning in rbind(Obs = structure(c("1993", "95.936"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1990", "161.289"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "6023.5", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "2421.077", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "3183.108"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "242.089"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "8839.007", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 7)
## Warning in rbind(Obs = structure(c("1998", "21.751"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1056.128", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "33677.543", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "1831.968"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "567.324", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "4187.93"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "110861.424", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 9)
## Warning in rbind(Obs = structure(c("1995", "1819.264"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "23003.17"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "558.836", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "682.465", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "79.701"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "9789.835"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "69312.019", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "10736.314", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 14)
## Warning in rbind(Obs = structure(c("2000", "336.011"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "16.991"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "5491.579"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1452.417", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "1515.849", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "593.447"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "817.49", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "5273.065", "be"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 9)
## Warning in rbind(Obs = structure(c("1995", "329.33", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "344.504"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "18339.65"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1436.953"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "2239.5", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "303.962"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "3289.103"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "8339.126", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 11)
## Warning in rbind(Obs = structure(c("1998", "26.272"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "1339.327", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1991", "44554.537", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "917.184"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "760.494", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "1920.334"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "136393.748", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 9)
## Warning in rbind(Obs = structure(c("1981", "838.679", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "17921.585", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "725.669", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "811.544", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1981", "28.153"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1990", "14018.405"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "40925.618", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("1991", "7705.993", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 18)
## Warning in rbind(Obs = structure(c("2000", "368.539"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "17.812"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "4578.517"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1061.274"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1833.991", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "769.653"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "508.633"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "3035.892", "be"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 16)
## Warning in rbind(Obs = structure(c("1993", "376.711"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1992", "742.503", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "18360.008", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "1.53", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "1.64"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.56"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2001", "0.95"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1998", "0.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.88", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1991", "2.4", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1995", "1.79"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1996", "1.71", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 9)
## Warning in rbind(Obs = structure(c("1995", "0.42", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0.77"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1.78", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 9)
## Warning in rbind(Obs = structure(c("1999", "1.77", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 6)
## Warning in rbind(Obs = structure(c("1981", "1.15", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "1.86", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0.71", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "1.23", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "1.53"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.94"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2.29", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("1998", "2.26", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 11)
## Warning in rbind(Obs = structure(c("2000", "1.57"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "0.25"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "1.85"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "1.15"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.62", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0.52"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "0.75", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1993", "3", "be"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 10)
## Warning in rbind(Obs = structure(c("1995", "1.49", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "0.91"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "2.24", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "190.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1983", "227.2", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "36.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "519.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "7.2", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 11)
## Warning in rbind(Obs = structure(c("1998", "38.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1993", "129.7", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1991", "558.7", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 3)
## Warning in rbind(Obs = structure(c("1981", "179"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "71.8", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "51"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "175.2", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1991", "475.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "70.2", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1995", "225.6", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 4)
## Warning in rbind(Obs = structure(c("1981", "122.8"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1990", "247.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "348", "e"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 17)
## Warning in rbind(Obs = structure(c("1991", "178", "d"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 18)
## Warning in rbind(Obs = structure(c("2000", "850"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("2002", "45.1"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "322.2"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "259.3"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1995", "47.5", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1995", "76.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1991", "21.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1981", "365", "be"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 16)
## Warning in rbind(Obs = structure(c("1993", "188.9"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 1)
## Warning in rbind(Obs = structure(c("1992", "140.2", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
## Warning in rbind(Obs = structure(c("1981", "325.9", "b"), .Names =
## c("TIME_PERIOD", : number of columns of result is not a multiple of vector
## length (arg 2)
##   FREQ fos07 sectperf    unit geo TIME_FORMAT TIME_PERIOD OBS_VALUE
## 1    A  FOS1      BES EUR_HAB  BG         P1Y        2000         0
## 2    A  FOS1      BES EUR_HAB  BG         P1Y        2001         0
## 3    A  FOS1      BES EUR_HAB  BG         P1Y        2002       0.1
## 4    A  FOS1      BES EUR_HAB  BG         P1Y        2003       0.1
## 5    A  FOS1      BES EUR_HAB  BG         P1Y        2004       0.1
## 6    A  FOS1      BES EUR_HAB  BG         P1Y        2005       0.1
##   OBS_STATUS
## 1       <NA>
## 2       <NA>
## 3       <NA>
## 4       <NA>
## 5       <NA>
## 6       <NA>

By default, readSDMX considers the data source is remote. To read a local file, add isURL = FALSE.

Read metadata documents

This section will introduce you on how to read SDMX metadata documents, including concepts, codelists and complete data structure definitions (DSD)

Concepts

Read concept schemes from FAO data portal

## Warning in as.data.frame.SDMXConcepts(csobj): Using first conceptScheme referenced in SDMXConcepts object: 
## 
##                Specify 'conceptSchemeId' argument for a specific conceptScheme
##             id
## 1    COMMODITY
## 2    INDICATOR
## 3     REF_AREA
## 4       DOMAIN
## 5 UNIT_MEASURE
## 6         FREQ
##                                                                                          urn
## 1    urn:sdmx:org.sdmx.infomodel.conceptscheme.Concept=FAO:FAO_CONCEPT_SCHEME(0.1).COMMODITY
## 2    urn:sdmx:org.sdmx.infomodel.conceptscheme.Concept=FAO:FAO_CONCEPT_SCHEME(0.1).INDICATOR
## 3     urn:sdmx:org.sdmx.infomodel.conceptscheme.Concept=FAO:FAO_CONCEPT_SCHEME(0.1).REF_AREA
## 4       urn:sdmx:org.sdmx.infomodel.conceptscheme.Concept=FAO:FAO_CONCEPT_SCHEME(0.1).DOMAIN
## 5 urn:sdmx:org.sdmx.infomodel.conceptscheme.Concept=FAO:FAO_CONCEPT_SCHEME(0.1).UNIT_MEASURE
## 6         urn:sdmx:org.sdmx.infomodel.conceptscheme.Concept=FAO:FAO_CONCEPT_SCHEME(0.1).FREQ
##             en
## 1    COMMODITY
## 2    INDICATOR
## 3     REF_AREA
## 4       DOMAIN
## 5 UNIT_MEASURE
## 6         FREQ

Codelists

Read codelists from FAO data portal

##   id
## 1 01
## 2 02
## 3 03
## 4 04
## 5 05
## 6 06
##                                                                       urn
## 1 urn:sdmx:org.sdmx.infomodel.codelist.Code=FAO:CL_FAO_MAJOR_AREA(0.1).01
## 2 urn:sdmx:org.sdmx.infomodel.codelist.Code=FAO:CL_FAO_MAJOR_AREA(0.1).02
## 3 urn:sdmx:org.sdmx.infomodel.codelist.Code=FAO:CL_FAO_MAJOR_AREA(0.1).03
## 4 urn:sdmx:org.sdmx.infomodel.codelist.Code=FAO:CL_FAO_MAJOR_AREA(0.1).04
## 5 urn:sdmx:org.sdmx.infomodel.codelist.Code=FAO:CL_FAO_MAJOR_AREA(0.1).05
## 6 urn:sdmx:org.sdmx.infomodel.codelist.Code=FAO:CL_FAO_MAJOR_AREA(0.1).06
##                                 label.fr                       label.en
## 1           Afrique - Eaux continentales         Africa - Inland waters
## 2 Amérique du Nord - Eaux continentales America, North - Inland waters
## 3  Amérique du Sud - Eaux continentales America, South - Inland waters
## 4              Asie - Eaux continentales           Asia - Inland waters
## 5            Europe - Eaux continentales         Europe - Inland waters
## 6          Océanie - Eaux continentales        Oceania - Inland waters
##                                   label.es
## 1       Ã\u0081frica - Aguas continentales
## 2 América del Norte - Aguas continentales
## 3   América del Sur - Aguas continentales
## 4               Asia - Aguas continentales
## 5             Europa - Aguas continentales
## 6           Oceanía - Aguas continentales

Data Structure Definition (DSD)

This example illustrates how to read a complete DSD using a OECD StatExtracts portal data source.

rsdmx is implemented in object-oriented way with S4 classes and methods. The properties of S4 objects are named slots and can be accessed with the slot method. The following code snippet allows to extract the list of codelists contained in the DSD document, and read one codelist as data.frame.

In a similar way, the concepts of the dataset can be extracted from the DSD and read as data.frame.