Re: [R] mutiple data sets

2015-04-13 Thread Boris Steipe
Jean gave you an excellent pointer for your original question. To continue - - break down your task into small steps - implement your steps piece by piece - actually read (and follow) the posting guide for this list (http://www.R-project.org/posting-guide.html) - see here for some additional hin

Re: [R] mutiple data sets

2015-04-13 Thread Adams, Jean
You should cc r-help in your reply to keep everyone in the loop. Jean On Mon, Apr 13, 2015 at 8:02 AM, rsm wrote: > Hi Jean > Truly appreciate your guidance. > honestly, finding it bit challenging to plot. > before plotting. > i have some basic q. > have multiple data sets spanning over 15 yea

Re: [R] mutiple data sets

2015-04-13 Thread rsm
Hi Truly appreciate your guidance. honestly, finding it bit challenging to plot. before plotting. i have some basic q. have multiple data sets spanning over 15 years of One Y , the Independent, X about 30 dependent variables. am trying to build a forecasting program for Y , given changes in X. a

Re: [R] mutiple data sets

2015-04-13 Thread Adams, Jean
There are some examples of how to plot correlation matrices at this link. http://stackoverflow.com/questions/5453336/plot-correlation-matrix-into-a-graph/26637268#26637268 Perhaps that will help get you started. Jean On Mon, Apr 13, 2015 at 5:11 AM, ravimantha wrote: > Hi just started in R, t