View source: R/print.summary.censReg.R
print.summary.censReg | R Documentation |
Print the summary output of an AMLE/MLE regression.
## S3 method for class 'summary.censReg' print(x, digits = 4, ...)
x |
an object of class "censReg"—output from |
digits |
the number of significant digits to print |
... |
further arguments passed to or from other methods. |
The object x
is returned invisibly.
The printed output includes the call, the coefficent table, the estimated residual standard error, the log-likelihood of the model and null model with the attained p-value, and the computational method.
censReg
, coef.censReg
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.