I am Arif. I have made program code for Vector Auto Regressive in terms of completing my undergraduate program using R. I have an important question related to my project. If I have: data(Canada) var.2c <- VAR(Canada, p = 2, type = "const") var.2c.stabil <- stability(var.2c, type = "OLS-CUSUM") I want to get the value of plot(var.2c.stabil). Can you help me what should I do or write so the result can occur? It means if I have source code: data(Canada) x=acf(Canada) I will get the value of acf if I write x in R. Thank you for answering my question _________________________________________________________________ See all the ways you can stay connected to friends and family
[[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.