Learn R Programming

uGMAR (version 3.1.0)

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

Description

print.gsmarsum is a print method for object 'gsmarsum' created with summary.gsmar. Approximate standard errors are printed in brackets.

Usage

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

Arguments

x

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

...

currently 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