Re: [R] Error while running swirl package in R

2015-08-23 Thread devender singh saini
ThankYou very much all of you. It is working now. Thanks alot! :) On Mon, Aug 24, 2015 at 1:48 AM, Uwe Ligges wrote: > > > On 23.08.2015 21:42, David Winsemius wrote: > >> >> On Aug 23, 2015, at 10:08 AM, devender singh saini wrote: >> >> Hi, >>> I am not able to work in swirl package in R.

[R] Dealing with DAILY time series

2015-08-23 Thread DiegoA_OspinaR
Good afternoon. I have problems dealing with daily data time series. I have this code as an example of monthly data, begining in January/1990: X=ts(x,frequency=12,start=c(1990,1)) How must I write my time series, to declare I have DAILY data begining in October 3rd 2014? Thanks a

Re: [R] Error while running swirl package in R

2015-08-23 Thread Uwe Ligges
On 23.08.2015 21:42, David Winsemius wrote: On Aug 23, 2015, at 10:08 AM, devender singh saini wrote: Hi, I am not able to work in swirl package in R. I am able to install the package R. But while giving the library("swirl") command the error comes up. This is the error message. insta

Re: [R] Error while running swirl package in R

2015-08-23 Thread David Winsemius
On Aug 23, 2015, at 10:08 AM, devender singh saini wrote: > Hi, > I am not able to work in swirl package in R. I am able to install the > package R. But while giving the library("swirl") command the error comes up. > This is the error message. > >> install.packages("swirl") > Installing pack

[R] Error while running swirl package in R

2015-08-23 Thread devender singh saini
Hi, I am not able to work in swirl package in R. I am able to install the package R. But while giving the library("swirl") command the error comes up. This is the error message. > install.packages("swirl") Installing package into ‘C:/Users/Devender/Documents/R/win-library/3.2’ (as ‘lib’ is un

Re: [R] cut variable within a loop

2015-08-23 Thread Janka VANSCHOENWINKEL
Thank you all very much. A combination of the solutions suggested solved my problem! 2015-08-16 22:31 GMT+02:00 David Winsemius : > > On Aug 16, 2015, at 8:57 AM, Janka VANSCHOENWINKEL wrote: > > > Hi David, > > > > Thanks for your comment. I'll explain what I want to do. I explained it > already

Re: [R] Compute RowMeans from mulple files

2015-08-23 Thread Peter Tuju
Dear R users, I have fifty two (52) text files with the same dimensions (ie 31 by 13). Three sample of such data files are attached. I want to compute the rowMeans for each separate file for;(i) all the months (ii) For January and February (iii) For March, April and May (iv) For June, July and