Re: [R] R Help

2008-10-22 Thread Boyce, Morgan
Thank you. This was very helpful. -Original Message- From: Gabor Grothendieck [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2008 6:22 PM To: Boyce, Morgan Cc: R-help@r-project.org Subject: Re: [R] R Help You can't mix character and numeric in a zoo object. Also note that la

[R] R Help

2008-10-21 Thread Boyce, Morgan
Hi, I have the following code and am using R 2.7.2: JIBqq <- (Jqrt.IB[2:length(Jqrt.IB)]/Jqrt.IB[1:(length(Jqrt.IB)-1)])-1 JIBqq <- cbind(zoo(JIBqq, Jqrt.time[2:length(Jqrt.time)])) y.JIBqq <- merge(JIBqq,lag(JIBqq,-1)) > y.JIBqq JIBqq l

[R] R-Help

2008-08-11 Thread Boyce, Morgan
Hi, I am trying to run the following code and it seems to be very temperamental. After a few successful runs I started receiving the error message from running test = VAR(y,). Could you please advise why the code would work several times and then start sending back the error message or pro

Re: [R] matplot help

2008-07-15 Thread Boyce, Morgan
,xlab="",xaxt="n") title(main="Checkable Deposits & Currency", cex=0.5) axis(1, at=1:z, labels=quarters) From: Gabor Grothendieck [mailto:[EMAIL PROTECTED] Sent: Thu 7/10/2008 10:00 AM To: Boyce, Morgan; Michael Rennie Cc: r-help@

[R] matplot help

2008-07-09 Thread Boyce, Morgan
Hi, My question is how do I gain control over what values the X and Y axis show. Below is a sample plot I have made and want the X axis to represent a time vector with values taking the form Q1.60, Q2.60, Q3.60...Q1.90..etc...Currently the X axis starts with value 0 and increases by 1 through t