Description Usage Arguments Details Author(s)
finalACF
is the function linking the data cleaning part of the routine with the final function to be bootstrapped.
1 |
ind |
Vector of indices to reshuffle the data. |
data |
|
fnum |
Number of free variables. |
snum |
Number of state variables. |
cnum |
Number of control variables. |
opt |
String with the optimizer. |
theta0 |
Vector of starting points. |
boot |
Binary indicator for the estimation routine being the baseline estimation ( |
finalACF()
accepts at least 7 inputs: a vector of reshuffled indices, the data.frame
with the data, the number of free, state and control variables, the starting points and the optimizer. It collects the results of gACF()
function - baseline and bootstrapped - calculates the standard errors and stores all in a prod
object.
Gabriele Rovigatti
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.