r-sigmanet
|
public |
Create interactive graph visualizations using 'Sigma.js' <http://sigmajs.org/>. This package is meant to be used in conjunction with 'igraph', replacing the (somewhat underwhelming) plotting features of the package. The idea is to quickly render graphs, regardless of their size, in a way that allows for easy, iterative modification of aesthetics. Because 'Sigma.js' is a 'javascript' library, the visualizations are inherently interactive and are well suited for integration with 'Shiny' apps. While there are several 'htmlwidgets' focused on network visualization, they tend to underperform on medium to large sized graphs. 'Sigma.js' was designed for larger network visualizations and this package aims to make those strengths available to 'R' users.
|
2025-03-25 |
r-sightabilitymodel
|
public |
Uses logistic regression to model the probability of detection as a function of covariates. This model is then used with observational survey data to estimate population size, while accounting for uncertain detection. See Steinhorst and Samuel (1989).
|
2025-03-25 |
r-sigclust
|
public |
SigClust is a statistical method for testing the significance of clustering results. SigClust can be applied to assess the statistical significance of splitting a data set into two clusters. For more than two clusters, SigClust can be used iteratively.
|
2025-03-25 |
r-sig
|
public |
Print function signatures and find overly complicated code.
|
2025-03-25 |
r-sievetest
|
public |
Functions for making particle-size analysis. Sieve tests are widely used to obtain particle-size distribution of powders or granular materials.
|
2025-03-25 |
r-sieveph
|
public |
Implements semiparametric estimation and testing procedures for a continuous, possibly multivariate, mark-specific hazard ratio (treatment/placebo) of an event of interest in a randomized treatment efficacy trial with a time-to-event endpoint, as described in Juraska M and Gilbert PB (2013), Mark-specific hazard ratio model with multivariate continuous marks: an application to vaccine efficacy. Biometrics 69(2):328 337 <doi:10.1111/biom.12016>, and in Juraska M and Gilbert PB (2016), Mark-specific hazard ratio model with missing multivariate marks. Lifetime Data Analysis 22(4): 606-25 <doi:10.1007/s10985-015-9353-9>. The former considers continuous multivariate marks fully observed in all subjects who experience the event of interest, whereas the latter extends the previous work to allow multivariate marks that are subject to missingness-at-random. For models with missing marks, two estimators are implemented based on (i) inverse probability weighting (IPW) of complete cases, and (ii) augmentation of the IPW estimating functions by leveraging correlations between the mark and auxiliary data to 'impute' the expected profile score vectors for subjects with missing marks. The augmented IPW estimator is doubly robust and recommended for use with incomplete mark data. The methods make two key assumptions: (i) the time-to-event is assumed to be conditionally independent of the mark given treatment, and (ii) the weight function in the semiparametric density ratio/biased sampling model is assumed to be exponential. Diagnostic testing procedures for evaluating validity of both assumptions are implemented. Summary and plotting functions are provided for estimation and inferential results.
|
2025-03-25 |
r-sier
|
public |
Methods for regression with high-dimensional predictors and univariate or maltivariate response variables. It considers the decomposition of the coefficient matrix that leads to the best approximation to the signal part in the response given any rank, and estimates the decomposition by solving a penalized generalized eigenvalue problem followed by a least squares procedure. Ruiyan Luo and Xin Qi (2017) <doi:10.1016/j.jmva.2016.09.005>.
|
2025-03-25 |
r-siebanxicor
|
public |
Allows to retrieve time series of all indicators available in the Bank of Mexico's Economic Information System (<http://www.banxico.org.mx/SieInternet/>).
|
2025-03-25 |
r-si
|
public |
An implementation of four stochastic methods of integrating in R, including: 1. Stochastic Point Method (or Monte Carlo Method); 2. Mean Value Method; 3. Important Sampling Method; 4. Stratified Sampling Method. It can be used to estimate one-dimension or multi-dimension integration by Monte Carlo methods. And the estimated variance (precision) is given. Reference: Caflisch, R. E. (1998) <doi:10.1017/S0962492900002804>.
|
2025-03-25 |
r-shutterstock
|
public |
Access 'Shutterstock' API from R. The 'Shutterstock' API presents access to search, view, license and download the media and information from the 'Shutterstock's library <https://api-reference.shutterstock.com/>.
|
2025-03-25 |
r-shuffle
|
public |
Implementation of the shuffle estimator, a non-parametric estimator for signal and noise variance under mild noise correlations.
|
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-shotgroups
|
public |
Analyzes shooting data with respect to group shape, precision, and accuracy. This includes graphical methods, descriptive statistics, and inference tests using standard, but also non-parametric and robust statistical methods. Implements distributions for radial error in bivariate normal variables. Works with files exported by 'OnTarget PC/TDS', 'Silver Mountain' e-target, 'ShotMarker' e-target, or 'Taran', as well as with custom data files in text format. Supports inference from range statistics such as extreme spread. Includes a set of web-based graphical user interfaces.
|
2025-03-25 |
r-shopifyr
|
public |
An interface to the Admin API of the E-commerce service Shopify, (<https://help.shopify.com/en/api/reference>).
|
2025-03-25 |
r-shipunov
|
public |
A collection of functions for data manipulation, plotting and statistical computing, to use separately or with the book "Visual Statistics. Use R!": Shipunov (2020) <http://ashipunov.info/shipunov/software/r/r-en.htm>. Dr Alexey Shipunov died in December 2022. Most useful functions: Bclust(), Jclust() and BootA() which bootstrap hierarchical clustering; Recode() which does multiple recoding in a fast, simple and flexible way; Misclass() which outputs confusion matrix even if classes are not concerted; Overlap() which measures group separation on any projection; Biarrows() which converts any scatterplot into biplot; and Pleiad() which is fast and flexible correlogram.
|
2025-03-25 |
r-ship
|
public |
The SHIP-package allows the estimation of various types of shrinkage covariance matrices. These types differ in terms of the so-called covariance target (to be chosen by the user), the highly structured matrix which the standard unbiased sample covariance matrix is shrunken towards and which optionally incorporates prior biological knowledge extracted from the database KEGG. The shrinkage intensity is obtained via an analytical procedure.
|
2025-03-25 |
r-shinywidgets
|
public |
Collection of custom input controls and user interface components for 'Shiny' applications. Give your applications a unique and colorful style !
|
2025-03-25 |
r-shinytree
|
public |
Exposes bindings to jsTree -- a JavaScript library that supports interactive trees -- to enable a rich, editable trees in Shiny.
|
2025-03-25 |
r-shinytoastr
|
public |
Browser notifications in 'Shiny' apps, using 'toastr': <https://github.com/CodeSeven/toastr#readme>.
|
2025-03-25 |
r-shinytime
|
public |
Provides a time input widget for Shiny. This widget allows intuitive time input in the '[hh]:[mm]:[ss]' or '[hh]:[mm]' (24H) format by using a separate numeric input for each time component. The interface with R uses date-time objects. See the project page for more information and examples.
|
2025-03-25 |
r-shinyshortcut
|
public |
Provides function shinyShortcut() that, when given the base directory of a shiny application, will produce an executable file that runs the shiny app directly in the user's default browser. Tested on both windows and unix machines. Inspired by and borrowing from <http://www.mango-solutions.com/wp/2017/03/shiny-based-tablet-or-desktop-app/>.
|
2025-03-25 |
r-shiny.semantic
|
public |
Creating a great user interface for your Shiny apps can be a hassle, especially if you want to work purely in R and don't want to use, for instance HTML templates. This package adds support for a powerful UI library Fomantic UI - <https://fomantic-ui.com/> (before Semantic). It also supports universal UI input binding that works with various DOM elements.
|
2025-03-25 |
r-shiny.router
|
public |
It is a simple router for your Shiny apps. The router allows you to create dynamic web applications with real-time User Interface and easily share url to pages within your Shiny apps.
|
2025-03-25 |
r-shinymatrix
|
public |
Implements a custom matrix input field.
|
2025-03-25 |
r-shinymaterial
|
public |
Allows shiny developers to incorporate UI elements based on Google's Material design. See <https://material.io/guidelines/> for more information.
|
2025-03-25 |
r-shinylp
|
public |
Provides functions that wrap HTML Bootstrap components code to enable the design and layout of informative landing home pages for Shiny applications. This can lead to a better user experience for the users and writing less HTML for the developer.
|
2025-03-25 |
r-shinyjqui
|
public |
An extension to shiny that brings interactions and animation effects from 'jQuery UI' library.
|
2025-03-25 |
r-shiny.i18n
|
public |
It provides easy internationalization of Shiny applications. It can be used as standalone translation package to translate reports, interactive visualizations or graphical elements as well.
|
2025-03-25 |
r-shinyhelper
|
public |
Creates a lightweight way to add markdown helpfiles to 'shiny' apps, using modal dialog boxes, with no need to observe each help button separately.
|
2025-03-25 |
r-shinyglide
|
public |
Insert Glide JavaScript component into Shiny applications for carousel or assistant-like user interfaces.
|
2025-03-25 |
r-shinyfeedback
|
public |
Easily display user feedback in Shiny apps.
|
2025-03-25 |
r-shinyeffects
|
public |
Add fancy CSS effects to your 'shinydashboards' or 'shiny' apps. 100% compatible with 'shinydashboardPlus' and 'bs4Dash'.
|
2025-03-25 |
r-shinydnd
|
public |
Add functionality to create drag and drop div elements in shiny.
|
2025-03-25 |
r-shinydashboardplus
|
public |
Extend 'shinydashboard' with 'AdminLTE2' components. 'AdminLTE2' is a free 'Bootstrap 3' dashboard template available at <https://adminlte.io>. Customize boxes, add timelines and a lot more.
|
2025-03-25 |
r-shinycustomloader
|
public |
A custom css/html or gif/image file for the loading screen in R 'shiny'. It also can use the marquee to have custom text loading screen.
|
2025-03-25 |
r-shinybusy
|
public |
Add indicators (spinner, progress bar, gif) in your 'shiny' applications to show the user that the server is busy. And other tools to let your users know something is happening (send notifications, reports, ...).
|
2025-03-25 |
r-shinybootstrap2
|
public |
Provides Bootstrap 2 web components for use with the Shiny package. With versions of Shiny prior to 0.11, these Bootstrap 2 components were included as part of the package. Later versions of Shiny include Bootstrap 3, so the Bootstrap 2 components have been moved into this package for those uses who rely on features specific to Bootstrap 2.
|
2025-03-25 |
r-shinyanimate
|
public |
An extension of 'animate.css' that allows user to easily add animations to any UI element in 'shiny' app using the elements id.
|
2025-03-25 |
r-shinyalert
|
public |
Easily create pretty popup messages (modals) in 'Shiny'. A modal can contain text, images, OK/Cancel buttons, an input to get a response from the user, and many more customizable options.
|
2025-03-25 |
r-shinyaframe
|
public |
Make R data available in Web-based virtual reality experiences for immersive, cross-platform data visualizations. Includes the 'gg-aframe' JavaScript package for a Grammar of Graphics declarative HTML syntax to create 3-dimensional data visualizations with 'Mozilla A-Frame' <https://aframe.io>.
|
2025-03-25 |
r-shinyace
|
public |
Ace editor bindings to enable a rich text editing environment within Shiny.
|
2025-03-25 |
r-shiftsharese
|
public |
Provides confidence intervals in least-squares regressions when the variable of interest has a shift-share structure, and in instrumental variables regressions when the instrument has a shift-share structure. The confidence intervals implement the AKM and AKM0 methods developed in Adão, Kolesár, and Morales (2019) <doi:10.1093/qje/qjz025>.
|
2025-03-25 |
r-sharpr2
|
public |
An algorithm for identifying high-resolution driver elements for datasets from a high-definition reporter assay library. Xinchen Wang, Liang He, Sarah Goggin, Alham Saadat, Li Wang, Melina Claussnitzer, Manolis Kellis (2017) <doi:10.1101/193136>.
|
2025-03-25 |
r-shapefiles
|
public |
Functions to read and write ESRI shapefiles.
|
2025-03-25 |
r-shapechange
|
public |
In a scatterplot where the response variable is Gaussian, Poisson or binomial, we consider the case in which the mean function is smooth with a change-point, which is a mode, an inflection point or a jump point. The main routine estimates the mean curve and the change-point as well using shape-restricted B-splines. An optional subroutine delivering a bootstrap confidence interval for the change-point is incorporated in the main routine.
|
2025-03-25 |
r-shape
|
public |
Functions for plotting graphical shapes such as ellipses, circles, cylinders, arrows, ...
|
2025-03-25 |
r-shades
|
public |
Functions for easily manipulating colours, creating colour scales and calculating colour distances.
|
2025-03-25 |
r-sgrsea
|
public |
Provides functions to implement sgRSEA (single-guide RNA Set Enrichment Analysis), which is a robust test for identification of essential genes from genetic screening data using CRISPR (clustered regularly interspaced short palindromic repeats) and Cas9 (CRISPR-associated nuclease 9) system.
|
2025-03-25 |
r-sgr
|
public |
Sample Generation by Replacement simulations (SGR; Lombardi & Pastore, 2014; Pastore & Lombardi, 2014). The package can be used to perform fake data analysis according to the sample generation by replacement approach. It includes functions for making simple inferences about discrete/ordinal fake data. The package allows to study the implications of fake data for empirical results.
|
2025-03-25 |
r-sgpdata
|
public |
Data sets utilized by the 'SGP' package as exemplars for users to conduct their own student growth percentiles (SGP) analyses.
|
2025-03-25 |