Re: [R] Seasonality in time series

2008-12-05 Thread GR
Here's something that may help you get started: library(ts) ?decompose ?stl Thanks, -Girish On Dec 5, 1:55 pm, Matthias <[EMAIL PROTECTED]> wrote: > Hi, > I?m looking for a package which includes a test for seasonality in time > series. > Any help and input would be greatly appreciated. > Thanks,

Re: [R] Weighted Sum Optimization in R (Maximization)

2008-11-12 Thread GR
There is a package "lpSolve" that you might want to look at. At the R prompt, do the following: > install.packages("lpSolve") Once the package will be installed, you can type help(lpSolve) to get details. cheers, -Girish On Nov 13, 8:37 am, "Yun, Myung Ho" <[EMAIL PROTECTED]> wrote: > Dear All,