
print.gsmarsum
is a print method for objects of class 'gsmarsum'
created with the summary method summary.gsmar
. Approximate standard errors
are printed in brackets.
# S3 method for gsmarsum
print(x, ..., digits)
object of class 'gsmarsum' generated by summary.gsmar
.
currently not in use.
the number of digits to be printed
# NOT RUN {
# GMAR model
fit12 <- fitGSMAR(logVIX, 1, 2, ncalls=4)
gsmarsum12 <- summary(fit12)
gsmarsum12
print(gsmarsum12, digits=4)
# }
Run the code above in your browser using DataLab