xt: Get panel data properties

Description Usage Arguments Value See Also Examples

Description

Function to extract the panel data properties of a data frame. The syntax is provided in the 'Details' of xtset. Intended for programming purposes.

Usage

1
  xt(dataset)

Arguments

dataset

the dataset from which to return the xtdata attributes.

Value

a list of xtdata attributes, if it exists.

See Also

xtset

Examples

1
2
3
4
# Load QOG demo datasets.
data(qog.demo)
# Identify the QOG Basic time series data properties.
xt(qog.ts.demo)

briatte/qogdata documentation built on May 13, 2019, 7:43 a.m.