[R] mutiple data sets

Boris Steipe boris.steipe at utoronto.ca
Mon Apr 13 16:42:57 CEST 2015


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 hints on how to ask questions so that we can actually help.
    https://github.com/hadley/devtools/wiki/Reproducibility 
    http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example

Cheers,
B.



On Apr 13, 2015, at 9:10 AM, rsm <rsm at agrisk.in> wrote:

> 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.
> any thoughts, or documents that can help me do this step by step.
> am going thru the videos and documents, but not getting hang of managing 
> the panel data concept to build the model
> 
> Thank you very much
> 
> Regards
> 
> Ravishankar Mantha
> 
> On 4/13/2015 6:37 PM, Adams, Jean wrote:
>> 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 <rsm at agrisk.in 
>> <mailto:rsm at agrisk.in>> 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 years of One Y , the
>>    Independent, X about 30 dependent variables.
>>    am trying to build a forecasting program for Y , given changes in X.
>>    any thoughts, or documents that can help me do this step by step.
>>    am going thru the videows and documents, but not getting hang of
>>    managing the panel data concept.
>> 
>>    Thank you very much
>> 
>>    Regards
>> 
>>    Ravishankar Mantha
>> 
>>    On 4/13/2015 6:24 PM, Adams, Jean wrote:
>>>    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 <rsm at agrisk.in
>>>    <mailto:rsm at agrisk.in>> wrote:
>>> 
>>>        Hi just started in R, this is the first time.
>>> 
>>>        I have one Y & Multiple X variables.
>>>        was trying to do Correlation, managed it using cov( Y,X)
>>>        unable to plot the above.
>>> 
>>>        further since the data sets is very large of about 20 years *
>>>        30 variables,
>>>        end objective is to build a forecasting model Y.
>>>        have managed to do this , using excel, but its maddness, so
>>>        thought will use
>>>        R.
>>> 
>>>        Your help will be much appreciated please.
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>>        --
>>>        View this message in context:
>>>        http://r.789695.n4.nabble.com/mutiple-data-sets-tp4705763.html
>>>        Sent from the R help mailing list archive at Nabble.com.
>>> 
>>>        ______________________________________________
>>>        R-help at r-project.org <mailto:R-help at r-project.org> mailing
>>>        list -- To UNSUBSCRIBE and more, see
>>>        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.
>>> 
>>> 
>> 
>> 
> 
> 
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> 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.



More information about the R-help mailing list