Learn R Programming

gmvarkit (version 1.5.0)

print.gmvarsum: Summary print method from objects of class 'gmvarsum'

Description

print.gmvarsum is a print method for object 'gmvarsum' generated by summary.gmvar.

Usage

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

Arguments

x

object of class 'gmvarsum' generated by summary.gmvar.

...

currently not used.

digits

the number of digits to be printed.

Examples

Run this code
# NOT RUN {
# GMVAR(2, 2), d=2 model;
params22 <- c(0.36, 0.121, 0.223, 0.059, -0.151, 0.395, 0.406, -0.005,
 0.083, 0.299, 0.215, 0.002, 0.03, 0.484, 0.072, 0.218, 0.02, -0.119,
 0.722, 0.093, 0.032, 0.044, 0.191, 1.101, -0.004, 0.105, 0.58)
mod22 <- GMVAR(gdpdef, p=2, M=2, params=params22)
sumry22 <- summary(mod22)
print(sumry22)
# }

Run the code above in your browser using DataLab