finalACF
is the function linking the data cleaning part of the routine with the final function to be bootstrapped.
finalACF(ind, data, fnum, snum, cnum, opt, theta0, boot = FALSE)
Vector of indices to reshuffle the data.
data.frame
with the data to perform the estimation on.
Number of free variables.
Number of state variables.
Number of control variables.
String with the optimizer.
Vector of starting points.
Binary indicator for the estimation routine being the baseline estimation (boot = FALSE
, the default) or a bootstrap repetition.
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.