print.vecm: Printing objects of class vecm

Description Usage Arguments Details Value Note Author(s) References See Also Examples

View source: R/print.vecm.R

Description

~~ A concise (1-5 lines) description of what the function does. ~~

Usage

1
2
## S3 method for class 'vecm'
print(x, ...)

Arguments

x

~~Describe x here~~

...

~~Describe ... here~~

Details

~~ If necessary, more details than the description above ~~

Value

~Describe the value returned If it is a LIST, use

comp1

Description of 'comp1'

comp2

Description of 'comp2'

...

Note

~~further notes~~

Author(s)

~~who you are~~

References

~put references to the literature/web site here ~

See Also

~~objects to See Also as help, ~~~

Examples

1
2
3
4
5
6
  data(RDp)
  p <-  4
  freq <- 4
  etw <- list(start = 1972.25+p*1/freq, end= 1998.75, freq = freq)
  res <- est.vecm.mdls(RDp,etw=etw,p=4,case="III",r=1,season=4,season.start.time=1)
  print(res)

GVAR documentation built on May 2, 2019, 6:30 p.m.

Related to print.vecm in GVAR...