Description Usage Arguments Details Value Examples
summary of an emcorrprobit object
| 1 2 3 4 | 
| object | an object of class  | 
| x | an object of class  | 
| ... | arguments passed to or from other methods. | 
print.summary.emcorrprobit uses smart formatting of the coefficients,
standard errors, etc.
Standard errors are obtained via bootstrap method and a summary table with respective z-scores and p-values is printed.
The function summary.emcorrprobit computes and returns the covariance matrix
of the parameters' estimates via bootstrap method. Standard errors, z-scores and p-values
of the emcorrprobit estimates are presented via print function.
vcov the covariance matrix of the parameters' estimates
| 1 2 3 4 5 6 7 8 9 10 11 | ### using doParallel package
### for standard errors and respective P-values
#ex1.se=summary(example1, doParallel=TRUE, bootstrap.samples=50)
### print
#ex1.se
### variance-covariance matrix of the estimates
#ex1.se$vcov
### without parallel computations - very slow
#ex2.se=summary(example1, bootstrap.samples=50)
#ex2.se$vcov
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.