What does the symbol ::: mean in R

Posted by Milktrader on Stack Overflow See other posts from Stack Overflow or by Milktrader
Published on 2010-04-20T13:38:19Z Indexed on 2010/04/20 13:43 UTC
Read the original article Hit count: 169

Filed under:

I came across this in the following context from B. Pfaff's "Analysis of Integrated and Cointegrated Time Series in R"

## Impulse response analysis of SVAR A-type model 1
args (vars ::: irf.svarest) 2
irf.svara <- irf (svar.A, impulse = ”y1 ” , 3
response = ”y2 ” , boot = FALSE) 4
args (vars ::: plot.varirf) 5
plot (irf.svara)

© Stack Overflow or respective owner

Related posts about r