Re: [R] HOW to install RSQLite database

2010-06-12 Thread vijaysheegi
Message- > From: [hidden > email]<http://user/SendEmail.jtp?type=node&node=2251498&i=0>[mailto:[hidden > email] <http://user/SendEmail.jtp?type=node&node=2251498&i=1>] > On Behalf Of vijaysheegi > Sent: 10 June 2010 16:22 > To: [hidden email] <h

[R] which model suits for these kind of data

2010-06-22 Thread vijaysheegi
Hi , please help me which model is helpful for forecasting giving following inputs (inputs are not linear) sales dateshopnubertotal 20%profit 10%profit 2009-10-03 1 41891 286339028 2009-10-04 1 49152 758841564 2009-10-05 1 45804

Re: [R] which model suits for these kind of data

2010-06-24 Thread vijaysheegi
cannot open compressed file 'timeSeries/DESCRIPTION', probable reason 'No such file or directory' > On 6/22/10, Gabor Grothendieck [via R] < ml-node+2263915-1199101214-288...@n4.nabble.com> wrote: > > Try this: > > library(forecast) > f <- forecast(D

[R] i want create script

2010-06-25 Thread vijaysheegi
Hi R community, I want to create a script which will take the .csv table as input and do some prediction and output should be returned to some file.Inputs is exel sheet containing some tables of data.out should be table of predicted data.Will some one help me in this regards... Thanks in advance.

[R] how to determine order of arima bt acf and pacf

2010-07-08 Thread vijaysheegi
advance vijaysheegi student -- View this message in context: http://r.789695.n4.nabble.com/how-to-determine-order-of-arima-bt-acf-and-pacf-tp2282053p2282053.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list

[R] how can achive step by step execution of the script

2010-07-09 Thread vijaysheegi
-- View this message in context: http://r.789695.n4.nabble.com/how-can-achive-step-by-step-execution-of-the-script-tp2283207p2283207.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.

[R] how can achive step by step execution of the script

2010-07-09 Thread vijaysheegi
Hi R Experts, I have certain code ,i want to achive interactive execution . For ex: 1. as part of input ,it should ask file name or table name as input. 2.in script so many graphs i need to draw,it should wait till certain key is pressed . 3:i am using windows R,rscript is not working. Please

[R] help me with holt-winter model

2010-07-20 Thread vijaysheegi
Hi R-experts, I have been wasted aroun 2 days to understand Holt-Winter method for double exponential smoothing.But concept was not clear to me.Please suggest me how to determeine values of alpha ,beta,gamma.It is bit urgent .please help me in understanding holtwinter parameter determination . I

[R] Help me with prediction in linear model

2010-07-21 Thread vijaysheegi
Hi R-community, I have the code as follows,i Fitted model as follows lbeer<-log(beer_monthly) t<-seq(1956,1995.2,length=length(beer_monthly)) #beer_monthly contains 400+ entries t2=t^2 beer_fit_parabola=lm(lbeer~t+t2) Below is not working for me. Please help me in preparing the new data set for t

[R] HOW to install RSQLite database

2010-06-10 Thread vijaysheegi
Please let me know where i have to type below thing to RSQLite database get installed.Please let me know the solution.Thanks in advance RSQLite -- Embedding the SQLite engine in R (The RSQLite package includes a recent copy of the SQLite distribution from http://www.sqlite.org.) Installat