Ztprops: Extract lag and structure information from the SUR...

Description Usage Arguments Details Value

View source: R/dataprepf.R

Description

This function extracts the lags, dependent and independent variables, and whether the function has an intercept or not by interpreting the ForList object supplied. It then returns a data frame with these properties for all the equations in the ForList.

Usage

1
Ztprops(formula_list)

Arguments

formula_list

a ForList object to evaluate.

Details

Internally, the function is but a loop ran over the function .Ztprop, which specifies the values in the data.frame.

Value

an object of class Ztprops, which is a list containing the following categories:

vals

a data.frame containing the names, lag number and equation of each variable in each formula.

ql

the intercept attribute of the formula.

call

the system call


gamalamboy/stresstest documentation built on May 17, 2019, 1:33 p.m.