I have a data set with daily claim numbers. I group with monthly totals and
create a time series as follows


v.ts<- ts(v, start=2008,frequency=12)

How can the daily data be converted into a time series where there is no
claim number for sundays and public holidays.


Charles.

        [[alternative HTML version deleted]]

______________________________________________
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