Skip to content

Data Analysis Functions in R

2 messages · Feanor22, Dirk Eddelbuettel

#
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
#
On Mon, Dec 08, 2008 at 09:34:35PM -0800, Feanor22 wrote:
Please try the CRAN Task views for EmpiricalFinance, Econometrics and TimeSeries.

Dirk