summary.pearson7 {pearson7} | R Documentation |
Print a summary of a Pearson VII fit.
Description
Print a summary of a Pearson VII fit.
Usage
## S3 method for class 'pearson7'
summary(object, alpha = 0.05, digits = 4, ...)
Arguments
object |
an object of class “ |
alpha |
the significance level used to compute the confidence intervals. The default is 0.05. |
digits |
the number of significant digits to display. The default is 4. |
... |
additional arguments. |
Details
This function displays (1) a table of estimates, (2) the value of the log likelihood, and (3) the number of Newton-Raphson iterations. Each row of the table of estimates shows the parameter estimate and the approximate (1-\alpha)100\%
confidence interval for the parameter.
See Also
[Package pearson7 version 1.0-3 Index]