search for: sheegi

Displaying 4 results from an estimated 4 matches for "sheegi".

Did you mean: sheed
2010 Jun 25
2
i want create script
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. I am using Windows R.Please advise proccedure to create Rscript. Regards --------- Vijay Research
2010 Jul 21
3
Help me with prediction in linear model
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 the below prediction
2010 Jun 22
1
which model suits for these kind of data
Hi , please help me which model is helpful for forecasting giving following inputs (inputs are not linear) sales date shopnuber total 20%profit 10%profit 2009-10-03 1 41891 2863 39028 2009-10-04 1 49152 7588 41564 2009-10-05 1 45804 23543 22261 2009-10-06 1 48395 48371 24 2009-10-07 1 48906 20204 28702 2009-10-08 1 47003 19442 27561 2009-10-09 1 46296 21635 24661 2009-10-10 1
2010 Jun 10
1
HOW to install RSQLite database
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.) Installation ------------ There are 3 alternatives for installation: 1. Simple installation: R CMD