R packages
From Monashforecasting.com
Background on R
R is a language and environment for statistical computing and graphics. It is a GNU object which is similar to the S language and environment which was developed by the Bell laboratories by John Chamber and colleagues.
R provides a wide variety of statistical (linear and non-linear modelling, time series analysis, classification and discrimination and etc...) and graphical techniques (low level and high level), and is highly extensible.
R is an integreated suite of software facilities for data collection, data modelling, and data forecasting with the assistance of graphical display. It consists:
- matrix-based calculation.
- an effective handing and storage facilities.
- integrated collection of intermediate tools for data analysis.
- a well-developed, simple and effective programming language which includes loops, conditions, user-defined recursive functions.
My R packages
This page provides information about software on forecasting functional data. The R packages and code may be freely copied and used. No guarantee of their reliability is given. If any errors are found, please let me know.
- functional time serie analysis This package contains a number of functions that can plot, model and forecast functional data, functional time series and sliced functional time series.
- functional data sets This package contains a number of data sets for testing the performance of forecasting methods.
- Rainbow plot, functional bagplot, and functional HDR boxplot This package contains a number of functions that can plot functional data ordered by time, depth, or density, along with a number of real data sets and toy examples.
My R packages scheduled updates
- The dynupdate function in ftsa package needs to be updated to incorporate three ways of computing functional principal components.
R packages
- SemiPar
- rggobi: Interface between R and GGobi
- xtable: Export tables to LaTex or HTML
- ks: Kernel smoothing
- KernSmooth: functions for kernel smoothing for Wand & Jones (1995)
- nlme: linear and nonlinear mixed effects models
- R2WinBUGS
- mgcv: GAMs with GCV smoothness estimation and GAMMs by REML/PQL
- Generalized additive models
- glmnet: Lasso and elastic-net regularized generalized linear models
- animation
- mFilter The package implements several time series filters useful for smoothing and extracting trend and cyclical components of a time series
- BARS
- MortalitySmooth
- LanguageR
- K-Means for Longitudinal Data
- Date
- Bootstrap
- Boot
- Cluster
- lars
- tree
- sos
- Lattice
- rgl
Functional data analysis R packages
- fda
- Restricted MLE for functional principal component analysis
- far: Modelization for functional autoregressive processes
- Modeling functional data in finance
- Multiplicative AR(1) with seasonal processes
- Density estimation with a penalized mixture approach
Functional data analysis MATLAB packages
- Calendar Builds 3D 2009 calendar
R books
- Murrell, P (2006) R graphics, Chapman & Hall, Web link
- Venables, W. N. and Ripley, B. D. (2002) Modern applied statistics with S, Springer, 4th nd, New York.
Some functionality of R
- Color codes
- Integrate function in stats package
- Rd files with unknown encoding problem
- Derivative of nonparametric curve
- rcmd INSTALL --build
- Lattice plots
- data
- Animation website of Yihui Xie
- Data analysis software
- cleversearch() in svcm package performs a greedy grid search with lookup-table
- optim and optimize for one-dimensional optimization and constrOptim for constrained optimization
- y <- c("1,200","20,000","100","12,111")
as.numeric(gsub(",","", y)) to correct the quotes
- rgl package for 3D real-time plotting
- Assign a list of strings
- switch function in R
- Controlling figure and table placement in Latex
- A (Not So) Short Introduction to S4
- R Wiki
- S4 classes
- S4 classes in 15 pages, more or less
- S4 class examples
- Showing graphs one by one allowing full control by users
- Removing columns from a matrix
- Remove a pattern from R remove(list=ls(pattern = "^r..$"))
- Cluster analysis in R
- Calinski and Harabasz stopping rule
- index.G1 in clusterSim package calculates Calinski and Harabasz stopping rule
- ignore error in for-loop
- Jonathan Baron's R help page
- Finding a function in any package
- connectivity between MATLAB and R
- unique function in R
