lmtest (version 0.9-37)

valueofstocks: Value of Stocks

Description

Value of Stocks Data

Usage

data(valueofstocks)

Arguments

Format

A multivariate quarterly time series from 1960(1) to 1977(3) with variables

VST

value of stocks,

MB

monetary base,

RTPD

dollar rent on producer durables,

RTPS

dollar rent on producer structures,

XBC

production capacity for business output.

References

G. Woglom (1981), A Reexamination of the Role of Stocks in the Consumption Function and the Transmission Mechanism. Journal of Money, Credit and Banking 13, 215--220

W. Kr<e4>mer & H. Sonnberger (1986), The Linear Regression Model Under Test. Heidelberg: Physica

Examples

Run this code
# NOT RUN {
data(valueofstocks)
lm(log(VST) ~., data=valueofstocks)
# }

Run the code above in your browser using DataCamp Workspace