The coef() method returns the vector of parameters of the model. If
bootstrap=TRUE, then the coefficients are calculated as the mean values of the
bootstrapped ones.
The vcov() method returns the covariance matrix of parameters. If
bootstrap=TRUE, then the bootstrap is done using coefbootstrap
function
The confint() constructs the confidence intervals for parameters. Once again,
this can be done using bootstrap=TRUE.
Finally, the summary() returns the table with parameters, their standard errors,
confidence intervals and general information about the model.