powered by
print.gsmarsum is a print method for object 'gsmarsum' created with summary.gsmar. Approximate standard errors are printed in brackets.
print.gsmarsum
'gsmarsum'
summary.gsmar
# S3 method for gsmarsum print(x, ..., digits)
object of class 'gsmarsum' generated by summary.gsmar.
currently not used.
number of digits to be printed
# 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