On Sun, Apr 6, 2008 at 9:04 AM, saikat sarkar <[EMAIL PROTECTED]> wrote:

> This is the 2nd time in the chat room. Its a great place to get help from R
> experts.

I assume you are referring to this email list.  I am not aware of
a chat room but if it exists that is something different from this
list.

> I have a data frame problem, it contains thousands of data.

Actually you don't have a data frame problem.  You have a time
series problem and by representing it as a data frame instead of
a time series you are running into one problem after another that
would be trivially addressed with the correct representation.

See ?na.locf in the zoo package.

______________________________________________
R-help@r-project.org mailing list
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.

Reply via email to