Usage
errorcorr(dataset, indnr, x, y, f, xterms, yterms, nrterms, z, zterms, v, vterms)
Arguments
dataset
a plm
pdata.frame
panel data frame.
indnr
an integer number indicating number of indicators,
to be included in the modeling procedure
x
a reference to variable from the paneldata to be included
as indicator 1 in the modeling procedure.
y
a reference to variable from the paneldata to be included
as indicator 2 in the modeling procedure.
f
a function that contains the models of the indicators.
xterms
a vector that contains the terms from the model dx/dt.
yterms
a vector that contains the terms from the model dy/dt.
nrterms
total number of in all equations, e.g. sum of terms in
equation for dx/dt and terms in equation for dy/dt, if
the number of variables is two.
z
a reference to variable from the paneldata to be included
as indicator 3 in the modeling procedure.
zterms
a vector that contains the terms from the model dz/dt.
v
a reference to variable from the paneldata to be included
as indicator 4 in the modeling procedure.
vterms
a vector that contains the terms from the model dv/dt.