Print a summary of a Pearson VII fit.
# S3 method for pearson7
summary(object, alpha = 0.05, digits = 4, ...)an object of class “pearson7”, the result of a call to pearson7.fit.
the significance level used to compute the confidence intervals. The default is 0.05.
the number of significant digits to display. The default is 4.
additional arguments.
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.