Arguments
bot
number of bootstrap replicates.
y
the vector or matrix containing the dependent variable.
X
the data frame or matrix containing the regressors of the model, both exogeneous and endogeneous. The last column/s should contain the endogeneous variable/s.
P
the vector containing the continuous, non-normally distributed endogeneous variable.
param
initial values for the parameters to be optimized over. See copulaCorrection
for more details. intercept
an optional parameter. The model is estimated by default with
intercept. If no intercept is desired or the regressors matrix X
contains already
a column of ones, intercept should be given the value "no".
data
optional data frame or matrix containing the variables of the model.