print.arfima {arfima} | R Documentation |
Prints a Fitted Object
Description
Prints a fitted arfima
object's relevant details
Usage
## S3 method for class 'arfima'
print(x, digits = max(6, getOption("digits") - 3), ...)
Arguments
x |
A fitted |
digits |
The number of digits to print |
... |
Optional arguments. See |
Value
The object is returned invisibly
Author(s)
JQ (Justin) Veenstra
References
Veenstra, J.Q. Persistence and Antipersistence: Theory and Software (PhD Thesis)
[Package arfima version 1.8-1 Index]