r-skewhyperbolic
|
public |
Functions are provided for the density function, distribution function, quantiles and random number generation for the skew hyperbolic t-distribution. There are also functions that fit the distribution to data. There are functions for the mean, variance, skewness, kurtosis and mode of a given distribution and to calculate moments of any order about any centre. To assess goodness of fit, there are functions to generate a Q-Q plot, a P-P plot and a tail plot.
|
2025-03-25 |
r-sigmoid
|
public |
Several different sigmoid functions are implemented, including a wrapper function, SoftMax preprocessing and inverse functions.
|
2025-03-25 |
r-showtextdb
|
public |
Providing font files that can be used by the 'showtext' package.
|
2025-03-25 |
r-showimage
|
public |
Sometimes it is handy to be able to view an image file on an 'R' graphics device. This package just does that. Currently it supports 'PNG' files.
|
2025-03-25 |
r-shape
|
public |
Functions for plotting graphical shapes such as ellipses, circles, cylinders, arrows, ...
|
2025-03-25 |
r-sfsmisc
|
public |
Useful utilities ['goodies'] from Seminar fuer Statistik ETH Zurich, some of which were ported from S-plus in the 1990's. For graphics, have pretty (Log-scale) axes, an enhanced Tukey-Anscombe plot, combining histogram and boxplot, 2d-residual plots, a 'tachoPlot()', pretty arrows, etc. For robustness, have a robust F test and robust range(). For system support, notably on Linux, provides 'Sys.*()' functions with more access to system and CPU information. Finally, miscellaneous utilities such as simple efficient prime numbers, integer codes, Duplicated(), toLatex.numeric() and is.whole().
|
2025-03-25 |
r-setrng
|
public |
SetRNG provides utilities to help set and record the setting of the seed and the uniform and normal generators used when a random experiment is run. The utilities can be used in other functions that do random experiments to simplify recording and/or setting all the necessary information for reproducibility. See the vignette and reference manual for examples.
|
2025-03-25 |
r-sessioninfo
|
public |
Query and print information about the current R session. It is similar to 'utils::sessionInfo()', but includes more information about packages, and where they were installed from.
|
2025-03-25 |
r-selectr
|
public |
Translates a CSS3 selector into an equivalent XPath expression. This allows us to use CSS selectors when working with the XML package as it can only evaluate XPath expressions. Also provided are convenience functions useful for using CSS selectors on XML nodes. This package is a port of the Python package 'cssselect' (<https://cssselect.readthedocs.io/>).
|
2025-03-25 |
r-segmented
|
public |
Given a regression model, segmented `updates' it by adding one or more segmented (i.e., piece-wise linear) relationships. Several variables with multiple breakpoints are allowed. The estimation method is discussed in Muggeo (2003, <doi:10.1002/sim.1545>) and illustrated in Muggeo (2008, <https://www.r-project.org/doc/Rnews/Rnews_2008-1.pdf>). An approach for hypothesis testing is presented in Muggeo (2016, <doi:10.1080/00949655.2016.1149855>).
|
2025-03-25 |
r-seasonal
|
public |
Easy-to-use interface to X-13-ARIMA-SEATS, the seasonal adjustment software by the US Census Bureau. It offers full access to almost all options and outputs of X-13, including X-11 and SEATS, automatic ARIMA model search, outlier detection and support for user defined holiday variables, such as Chinese New Year or Indian Diwali. A graphical user interface can be used through the 'seasonalview' package. Uses the X-13-binaries from the 'x13binary' package.
|
2025-03-25 |
r-scico
|
public |
Colour choice in information visualisation is important in order to avoid being mislead by inherent bias in the used colour palette. The 'scico' package provides access to the perceptually uniform and colour-blindness friendly palettes developed by Fabio Crameri and released under the "Scientific Colour-Maps" moniker. The package contains 24 different palettes and includes both diverging and sequential types.
|
2025-03-25 |
r-scatterplot3d
|
public |
Plots a three dimensional (3D) point cloud.
|
2025-03-25 |
r-scagnostics
|
public |
Calculates graph theoretic scagnostics. Scagnostics describe various measures of interest for pairs of variables, based on their appearance on a scatterplot. They are useful tool for discovering interesting or unusual scatterplots from a scatterplot matrix, without having to look at every individual plot.
|
2025-03-25 |
r-sas7bdat
|
public |
Read SAS files in the sas7bdat data format.
|
2025-03-25 |
r-sandwich
|
public |
Model-robust standard error estimators for cross-sectional, time series, clustered, panel, and longitudinal data.
|
2025-03-25 |
r-rwekajars
|
public |
External jars required for package 'RWeka'.
|
2025-03-25 |
r-rweka
|
public |
An R interface to Weka (Version 3.9.3). Weka is a collection of machine learning algorithms for data mining tasks written in Java, containing tools for data pre-processing, classification, regression, clustering, association rules, and visualization. Package 'RWeka' contains the interface code, the Weka jar is in a separate package 'RWekajars'. For more information on Weka see <http://www.cs.waikato.ac.nz/ml/weka/>.
|
2025-03-25 |
r-rversions
|
public |
Query the main 'R' 'SVN' repository to find the versions 'r-release' and 'r-oldrel' refer to, and also all previous 'R' versions and their release dates.
|
2025-03-25 |
r-r.utils
|
public |
Utility functions useful when programming and developing R packages.
|
2025-03-25 |
r-runit
|
public |
R functions implementing a standard Unit Testing framework, with additional code inspection and report generation tools.
|
2025-03-25 |
r-rucm
|
public |
Unobserved Components Models (introduced in Harvey, A. (1989), Forecasting, structural time series models and the Kalman filter, Cambridge New York: Cambridge University Press) decomposes a time series into components such as trend, seasonal, cycle, and the regression effects due to predictor series which captures the salient features of the series to predict its behavior.
|
2025-03-25 |
r-rstudioapi
|
public |
Access the RStudio API (if available) and provide informative error messages when it's not.
|
2025-03-25 |
r-rstantools
|
public |
Provides various tools for developers of R packages interfacing with 'Stan' <http://mc-stan.org>, including functions to set up the required package structure, S3 generics and default methods to unify function naming across 'Stan'-based R packages, and vignettes with recommendations for developers.
|
2025-03-25 |
r-rsolnp
|
public |
General Non-linear Optimization Using Augmented Lagrange Multiplier Method.
|
2025-03-25 |