dpd.formula {dynpanel}R Documentation

formula

Description

formula

Usage

## S3 method for class 'formula'
dpd(formula, data = list(), index = c("id", "time"), p,
  meth = c(0, 1, 2, 3, 4), ...)

Arguments

formula

PIB~INF+TIR

data

the dataframe

index

: id is the name of the identity groups and time is the time per group

p

scalar, autoregressive order for dependent variable

meth

scalar, indicator for the Instruments to use

...

not used


[Package dynpanel version 0.1.0 Index]