Learn R Programming

uGMAR (version 3.0.1)

print.gsmarsum: Print method from objects of class 'gsmarsum'

Description

print.gsmarsum is a print method for object 'gsmarsum' generated by summary.gsmar(). Approximate tandard errors are printed in brackets.

Usage

# S3 method for gsmarsum
print(x, ..., digits = 2)

Arguments

x

object of class 'gsmarsum' generated by summary.gsmar().

...

currectly not used.

digits

number of digits to be printed

Examples

Run this code
# NOT RUN {
# GMAR model
fit12 <- fitGSMAR(VIX, 1, 2, nCalls=4)
gsmarsum12 <- summary(fit12)
gsmarsum12
print(gsmarsum12, digits=4)
# }

Run the code above in your browser using DataLab