Re: [R] Data Analysis Functions in R

2008-12-09 Thread Dirk Eddelbuettel
On Mon, Dec 08, 2008 at 09:34:35PM -0800, Feanor22 wrote:
> 
> Hi experts of R,
> 
> Are there any functions in R to test a univariate series for long memory
> effects, structural breaks and time reversability?
> I've found for ARCH effects(ArchTest), for normal (Shapiro.test,
> KS.test(comparing with randn) and lillie.test) but not for the above
> mentioned.
> Where can I find a comprehensive list of functions available by type?

Please try the CRAN Task views for EmpiricalFinance, Econometrics and 
TimeSeries.

Dirk

-- 
Three out of two people have difficulties with fractions.

__
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.


[R] Data Analysis Functions in R

2008-12-08 Thread Feanor22

Hi experts of R,

Are there any functions in R to test a univariate series for long memory
effects, structural breaks and time reversability?
I've found for ARCH effects(ArchTest), for normal (Shapiro.test,
KS.test(comparing with randn) and lillie.test) but not for the above
mentioned.
Where can I find a comprehensive list of functions available by type?

Thank you

Renato Costa
-- 
View this message in context: 
http://www.nabble.com/Data-Analysis-Functions-in-R-tp20909079p20909079.html
Sent from the R help mailing list archive at Nabble.com.

__
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.