-
R: Draw Function Plots
Examples
op <- par(mfrow=c(2,2))
curve(x^3-3*x, -2, 2)
curve(x^2-2, add = TRUE, col = "violet")
plot(cos, xlim = c(-pi,3*pi), n = 1001, col = "blue")
chippy <- function(x) sin(cos(x)*exp(-x/2))
cur...
-
Data Sets, Tutorials and Summer Schools
Univariate datasets
Asteroid densities
(N=28,
density estimation, measurement errors)
Planetary
nebula luminosity function (N~238+45+101+59, k-sample test,
nonparametrics, semi-parametrics, truncation...
-
R: Citing R and R Packages in Publications
Details
The R core development team and the very active community of package
authors have invested a lot of time and effort in creating R as it is
today. Please give credit where credit is due and ci...
-
R: ARIMA Modelling of Time Series
kappa
the prior variance (as a multiple of the innovations
variance) for the past observations in a differenced model. Do not
reduce this.
Details
Different definitions of ARMA models have differen...
-
R: Quantile-Quantile Plots
Description
qqnorm is a generic function the default method of which
produces a normal QQ plot of the values in
y.
qqline adds a line to a normal quantile-quantile plot which
passes through the firs...
-
MSMA Web pages
Home
| People | Partners
| VOStat | StatCodes | Data &
Tutorials | Programs | Bibliographies
With R Applications
Cambridge
University Press (2012)
Modern astronomical research is beset with a v...