summary.pearson7: Print a summary of a Pearson VII fit.

Description Usage Arguments Details See Also

View source: R/pearson7.R

Description

Print a summary of a Pearson VII fit.

Usage

1
2
## S3 method for class 'pearson7'
summary(object, alpha = 0.05, digits = 4, ...)

Arguments

object

an object of class “pearson7”, the result of a call to pearson7.fit.

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-α)100% confidence interval for the parameter.

See Also

pearson7.fit


pearson7 documentation built on July 2, 2020, 3:59 a.m.