[R] Tinn-R_2.3.6.0

2010-11-11 Thread Hannu Kahra
Hi, I just found out that Tinn-R_2.3.6.0 is now available on http://sourceforge.net/projects/tinn-r/. When configuring Tinn-R: R Configure Permanent (Rprofile.site) I get error C:\Program Files\R\R-2.12.0\bin\etc\RProfile.site The above file was not found. Please try to repeat the procedure!

[R] Installing R and an editor on a USB drive

2010-11-10 Thread Hannu Kahra
Hi, I have adviced my students to install R and an editor on a USB drive for working in the computer class. With R everything works fine following these instructions: http://personal.bgsu.edu/~mrizzo/Rmisc/usbR.htm. But several editors (e.g., Tinn-R and WinEdt) require administrator rights. I

[R] Shading the area between lines

2009-07-03 Thread Hannu Kahra
Hi, I have a graph with seven parallel horizontal lines. Is it possible to shade the area between two adjacent lines? Thank you in advance, Hannu __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the

Re: [R] Jarque-Bera test and Ljung-Box test for multivariate time series

2009-03-31 Thread Hannu Kahra
John, Tsay has code for multivariate Ljung-Box test statistic on http://faculty.chicagobooth.edu/ruey.tsay/teaching/bs41202/sp2009/ -Hannu On Tue, Mar 31, 2009 at 1:47 PM, John Seppänen john.seppane...@gmail.comwrote: Hi! I know that there is function in fBasics package for univariate

Re: [R] Fwd: time series regression

2008-03-20 Thread Hannu Kahra
Use the arima function with the xreg option that is a vector or matrix of external regressors. Use AIC or BIC when identifying the error process. Hannu On Thu, Mar 20, 2008 at 5:54 PM, bereket weldeslassie [EMAIL PROTECTED] wrote: Hi Everyone, One more information to my question. I am trying

Re: [R] Time Series - Function to fit ARIMA and GARCH components

2007-10-16 Thread Hannu Kahra
I guess that is not available, but you can fit MA(1)+GARCH(1,1) to the first difference of the series using garchFit available in the (Rmetrics) fGarch package. -Hannu On 10/17/07, jStat [EMAIL PROTECTED] wrote: I'm searching for a function to fit a conditional mean structure (ARIMA) and a

Re: [R] truehist?

2007-09-24 Thread Hannu Kahra
Carlos, try the MASS package. It is there. Hannu On 9/24/07, Carlos Guâno Grohmann [EMAIL PROTECTED] wrote: Hello, After a long time, I needed the truehist function, but my system couldn't found it. I tried to install the package MAAS, but I couldn't found it! Something happened? Carlos