r-graphtweets
|
public |
Allows building an edge table from data frame of tweets, also provides function to build nodes and another create a temporal graph.
|
2025-04-22 |
r-nardl
|
public |
Computes the nonlinear cointegrating autoregressive distributed lag model with p lags of the dependent variables and q lags of independent variables proposed by (Shin, Yu & Greenwood-Nimmo, 2014 <doi:10.1007/978-1-4899-8008-3_9>).
|
2025-04-22 |
r-argonr
|
public |
R wrapper around the argon HTML library. More at <https://demos.creative-tim.com/argon-design-system/>.
|
2025-04-22 |
r-rlab
|
public |
Functions and Datasets Required for ST370 class
|
2025-04-22 |
r-intergraph
|
public |
Functions implemented in this package allow to coerce (i.e. convert) network data between classes provided by other R packages. Currently supported classes are those defined in packages: network and igraph.
|
2025-04-22 |
r-tester
|
public |
tester allows you to test characteristics of common R objects.
|
2025-04-22 |
r-ggnetwork
|
public |
Geometries to plot network objects with 'ggplot2'.
|
2025-04-22 |
r-rioja
|
public |
Stratigraphic diagrams, constrained clustering, transfer functions, and other methods for analysing Quaternary science data.
|
2025-04-22 |
r-echarts4r
|
public |
Easily create interactive charts by leveraging the 'Echarts Javascript' library which includes 34 chart types, themes, 'Shiny' proxies and animations.
|
2025-04-22 |
r-pairsd3
|
public |
Creates an interactive scatterplot matrix using the D3 JavaScript library. See <http://d3js.org/> for more information on D3.
|
2025-04-22 |
r-sigmajs
|
public |
Interface to 'sigma.js' graph visualization library including animations, plugins and shiny proxies.
|
2025-04-22 |
r-ffbase
|
public |
Extends the out of memory vectors of 'ff' with statistical functions and other utilities to ease their usage.
|
2025-04-22 |
r-hashmap
|
public |
Provides a hash table class for fast key-value storage of atomic vector types.
|
2025-04-22 |
r-radiant.data
|
public |
The Radiant Data menu includes interfaces for loading, saving, viewing, visualizing, summarizing, transforming, and combining data. It also contains functionality to generate reproducible reports of the analyses conducted in the application.
|
2025-04-22 |
r-performanceanalytics
|
public |
Collection of econometric functions for performance and risk analysis. In addition to standard risk and performance metrics, this package aims to aid practitioners and researchers in utilizing the latest research in analysis of non-normal return streams. In general, it is most tested on return (rather than price) data on a regular scale, but most functions will work with irregular return data as well, and increasing numbers of functions will work with P&L or price data where possible.
|
2025-04-22 |
r-flare
|
public |
Provide the implementation of a family of Lasso variants including Dantzig Selector, LAD Lasso, SQRT Lasso, Lq Lasso for estimating high dimensional sparse linear model. We adopt the alternating direction method of multipliers and convert the original optimization problem into a sequential L1 penalized least square minimization problem, which can be efficiently solved by linearization algorithm. A multi-stage screening approach is adopted for further acceleration. Besides the sparse linear model estimation, we also provide the extension of these Lasso variants to sparse Gaussian graphical model estimation including TIGER and CLIME using either L1 or adaptive penalty. Missing values can be tolerated for Dantzig selector and CLIME. The computation is memory-optimized using the sparse matrix output.
|
2025-04-22 |
r-linkcomm
|
public |
Link communities reveal the nested and overlapping structure in networks, and uncover the key nodes that form connections to multiple communities. linkcomm provides a set of tools for generating, visualizing, and analysing link communities in networks of arbitrary size and type. The linkcomm package also includes tools for generating, visualizing, and analysing Overlapping Cluster Generator (OCG) communities.
|
2025-04-22 |
r-vbsr
|
public |
Efficient algorithm for solving ultra-sparse regularized regression models using a variational Bayes algorithm with a spike (l0) prior. Algorithm is solved on a path, with coordinate updates, and is capable of generating very sparse models. There are very general model diagnostics for controling type-1 error included in this package.
|
2025-04-22 |
r-varhandle
|
public |
Variables are the fundamental parts of each programming language but handling them efficiently might be frustrating for programmers. This package contains some functions to help user (especially data explorers) to make more sense of their variables and take the most out of variables and hardware resources. These functions are written, collected and crafted over 7 years of experience in statistical data analysis on high-dimensional data, and for each of them there was a need. Functions in this package are suppose to be efficient and easy to use, hence they will be frequently updated to make them more convenient.
|
2025-04-22 |
r-import
|
public |
This is an alternative mechanism for importing objects from packages. The syntax allows for importing multiple objects from a package with a single command in an expressive way. The import package bridges some of the gap between using library (or require) and direct (single-object) imports. Furthermore the imported objects are not placed in the current environment. It is also possible to import objects from stand-alone .R files. For more information, refer to the package vignette.
|
2025-04-22 |
r-lassopv
|
public |
Estimate the p-values for predictors x against target variable y in lasso regression, using the regularization strength when each predictor enters the active set of regularization path for the first time as the statistic. This is based on the assumption that predictors (of the same variance) that (first) become active earlier tend to be more significant. Three null distributions are supported: normal and spherical, which are computed separately for each predictor and analytically under approximation, which aims at efficiency and accuracy for small p-values.
|
2025-04-22 |
r-mcl
|
public |
Contains the Markov cluster algorithm (MCL) for identifying clusters in networks and graphs. The algorithm simulates random walks on a (n x n) matrix as the adjacency matrix of a graph. It alternates an expansion step and an inflation step until an equilibrium state is reached.
|
2025-04-22 |
xorg-libxinerama
|
public |
Client library for the Xinerama extension to the X11 protocol.
|
2025-04-22 |
r-rinside
|
public |
C++ classes to embed R in C++ applications A C++ class providing the R interpreter is offered by this package making it easier to have "R inside" your C++ application. As R itself is embedded into your application, a shared library build of R is required. This works on Linux, OS X and even on Windows provided you use the same tools used to build R itself. d Numerous examples are provided in the eight subdirectories of the examples/ directory of the installed package: standard, 'mpi' (for parallel computing), 'qt' (showing how to embed 'RInside' inside a Qt GUI application), 'wt' (showing how to build a "web-application" using the Wt toolkit), 'armadillo' (for 'RInside' use with 'RcppArmadillo') and 'eigen' (for 'RInside' use with 'RcppEigen'). The examples use 'GNUmakefile(s)' with GNU extensions, so a GNU make is required (and will use the 'GNUmakefile' automatically). 'Doxygen'-generated documentation of the C++ classes is available at the 'RInside' website as well.
|
2025-04-22 |
lame
|
public |
High quality MPEG Audio Layer III (MP3) encoder
|
2025-04-22 |