search for: msbvar

Displaying 18 results from an estimated 18 matches for "msbvar".

Did you mean: bvar
2011 Feb 04
0
MSBVAR and hc.forecast
attempting to do multivariate modelling in R with known future conditions (in this case variable 'b') using MSBVAR and hc.forecast. The sample code (a paired down representation) does not give anywhere near the expected results - I am assuming that a forecast 8 steps out would approximate 'a' as the sequence 1.1,2.1,3.1,100.1 corresponding to the input set. I have varied the input length to be longer...
2017 Sep 27
2
MSBVAR Package
dear sirs or madam, As I'm interested to search about the monetary transmission channel in our country by MSVAR model, I would be grateful if you help me and tell me how can I run MSVAR in R or send me the related code to run this model . Actually, I'm new user of R and I don't know how to run Markov Switching Var Model in R. Thank you very much in advance for your help. Best
2007 Aug 09
0
Interpret impulse response functions from irf in MSBVAR library
Hello, I am wondering if anyone knows how to interpret the values returned by irf function in the MSBVAR library. Some of the literature I have read indicates that impulse responses in the dependent variables are often based on a 1 unit change in the independent variable, but other sources suggest that they are based on a a change of 1 standard deviation. Any ideas which irf uses to compute the irf? T...
2017 Sep 28
0
MSBVAR Package
Hi Ahmad, I don't know of any, but this might help: http://maths-people.anu.edu.au/~johnm/courses/r/ASC2008/pdf/Rtimeseries-ohp.pdf Jim On Thu, Sep 28, 2017 at 2:12 PM, ah a <arabianahmad at googlemail.com> wrote: > Hi Jim > > Thank you very much for your reply and your help. > By the way, where can I find some tutorial videos? > Thanks again for your help. > >
2008 Aug 17
2
grangertest/lmtest ... what am I doing wrong ?
...lot(regr) grangertest(regr[,1],regr[,2],3) > a<-zoo(rnorm(100),order.by=1:100) > b<-lag(a) > regr<-na.exclude(merge(a,b)) > plot(regr) > grangertest(regr[,1],regr[,2],3) Error in solve(vc[ovar, ovar]) : subscript out of bounds > This works fine in granger.test from the MSBVAR package: > a<-zoo(rnorm(100),order.by=1:100) > b<-lag(a) > regr<-na.exclude(merge(a,b)) > plot(regr) > granger.test(regr,3) F-statistic p-value b -> a 1.259314e+34 0.0000000 a -> b 6.167865e-01 0.6059222 > Thanks in advance, Tolga Generally, this commu...
2008 Jun 01
2
how to analyze time series structures?
h?, I am preparing undergraduate thesis If you help me this would make me feel good. First I need to analyze effect of Dow Jones Industrial average(DJIA)'s return on Istanbul Stock Exchange(ISE). I want to use Markov-Switching Bayesian Vector Autoregression Models (MSBVAR) that is used to examine the effect of a large economy?s stock exchange movement on a small economy?s stock exchange movement. The foreign stock exchange index follows its own dynamics (an AR process is used as a proxy). Turkish stock exchange movements are affected by its own lag and movements of...
2007 Oct 12
1
calculate impulse responses
Dear R users, I need perform structural analysis on a no intercept VAR model. Unfortunately the functions irf.VAR and dfev that come with the MSBVAR package only work with objects output by the reduced.form.var function, which seems to only evaluate VAR models with intercept. Is there a way to suppress the estimation of intercept term in reduced.form.var? Do I need to modify the code, and if I do, how? Is there a way to apply irf and dfev to ob...
2011 Aug 22
0
CRAN packages maintained by you
...as well as the use of role= to signal the creator and maintainer. - a comment to see ?person for descriptions of fields wouldn't hurt either best, -Michael On 8/8/2011 9:46 AM, Kurt Hornik wrote: > Dear maintainers, > > This concerns the packages > > CITAN ENmisc Formula MSBVAR RExcelInstaller RcmdrPlugin.mosaic > Rd2roxygen Rz SGP betareg expectreg fastcluster glmc gptk heplots pxR > sideChannelAttack sp spacetime trapezoid vcd > > maintained by one of you. > > I see that you have added Author at R fields providing enhanced information > on p...
2008 Jun 28
1
Converting the results of granger.test into a matrix
Dear R Users, The granger.test command in the MSBVAR package estimates all possible bivariate Granger causality tests for m variables. If one passes a data frame with 3 rows, it returns 6 granger tests in two rows, one for the F-statistic and another for the p-value. For example: > a<-rnorm(1:10) > b<-c(lag(a),rnorm(1)) > c<-c(...
2007 Oct 12
0
irfs from a no intercept VAR
Dear R users, I need perform structural analysis on a no intercept VAR model. Unfortunately the functions irf.VAR and dfev that come with the MSBVAR package only work with objects output by the reduced.form.var function, which seems to only evaluate VAR models with intercept. Is there a way to suppress the estimation of intercept term in reduced.form.var? Do I need to modify the code, and if I do, how? Is there a way to apply irf and dfev to ob...
2006 Aug 30
1
Need help to estimate the Coef matrices in mAr
Dear R users, I am using mAr package to fit a Vector autoregressive model to my data. But here I want to put some predetermined values for some elements in coefficient matrix that mAr.est going to estimate. For example if p=3 then I want to put A3[1,3] = 0 and keep rest of the elements of coefficient matrices to be determined by mAr.est. Can anyone please tell me how can I do that? Sincerely
2006 Nov 13
2
Multivariate time-series
Hi all, I'm looking for R packages that estimate multivariate time-series models or vector-autoregression (VAR) time-series models. Thanks David -- =========================================================================== David Kaplan, Ph.D. Professor Department of Educational Psychology University of Wisconsin - Madison Educational Sciences, Room, 1061 1025 W. Johnson Street Madison,
2008 Sep 11
0
Error: bad value
...quot; to whatever I enter into the R console. My configuration is: - Windows XP SP2 - R 2.7.2 Has this problem been tracked down to a specific package ? I am using the following packages: library(strucchange) library(car) library(lmtest) library(nlme) library(corrgram) library(RODBC) library(MSBVAR) library(xtable) library(vars) library(tseries) library(PerformanceAnalytics) library(fArma) library(snow) Thanks in advance, Tolga Uzuner ==== message from a year ago ==== Hi, I'm finding a very strange error. For no good reason my R console (Rgui.exe, R 2.5.0, under win XP) stops producin...
2006 May 19
6
bayesian belief networks to determine causality
Hello, does R estimate belief networks to estimate chains of causality. Anyone point me to the right direction, or the most developed library? looking at DEAL>
2007 Aug 02
0
Package portability issues
...So a C header called from the C++ compiler may not declare things that the same header called from the C compiler does. This means that C99 features such as isfinite may not be seen from the C++ compiler. (I have since modified R-devel not to use isfinite in packages.) Another example (from MSBVAR) "/usr/include/stdbool.h", line 42: Error: #error "Use of<stdbool.h> is valid only in a c99 compilation environment.". In a Linux environment the Sun Studio CC compiler will not compile some standard C headers such as stdlib.h and math.h (and really cstdlib and cmath...
2007 Apr 09
1
How to solve differential and integral equation using R?
Hello, I want to know if there are some functions or packages to solve differential and integral equation using R. Thanks. Shao chunxuan. [[alternative HTML version deleted]]
2007 Mar 26
1
Problem in loading all packages all at once
...mix","mixreg") TEMP <- c(TEMP,"mlbench","mlica","mlmRev","mmlcr","mnormt","MNP","moc","modeltools","moments","monoProc","monreg","mprobit","MPV","MSBVAR","msm","muhaz","multcomp","multilevel","multinomRob","multtest","mvbutils","mvnmle","mvnormtest","mvoutlier","mvpart","mvtnorm","NADA","ncomplete","n...
2010 Jul 18
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week New packages ------------ * allan (1.0) Alan Lee http://crantastic.org/packages/allan Automates Large Linear Analysis Model Fitting * andrews (1.0) Jaroslav Myslivec http://crantastic.org/packages/andrews Andrews curves for visualization of multidimensional data * anesrake (0.3) Josh Pasek http://crantastic.org/packages/anesrake This