Multi-core replication function to make it easier to do fast Monte Carlo simulation. Based on the mcreplicate() function from the rethinking package. The rethinking package requires installing rstan', which is onerous to install, while also not adding capabilities to this function.
Clustering in metagenomics is the process of grouping of microbial contigs in species specific bins. This package contains functions that extract genomic features from metagenome data, find the number of clusters for that given data and find the best clustering algorithm for binning.
Non-parametric methods as local normal regression, polynomial local regression and penalized cubic B-splines regression are used to estimate quantiles curves. See Fan and Gijbels (1996) <doi:10.1201/9780203748725> and Perperoglou et al.(2019) <doi:10.1186/s12874-019-0666-3>.
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.
Create Shiny Apps with collapsible vertical panels. This package provides a new visual arrangement for elements on top of Shiny'. Use the expand and collapse capabilities to leverage web applications with many elements to focus the user attention on the panel of interest.
An interactive charting library built on Svelte and D3 to easily produce SVG charts in R. Designed to simplify shiny development by eliminating the need for renderUI(), insertUI(), removeUI(), and shiny proxy functions, using Svelte''s reactive state system instead.
Estimate the four parameters of stable laws using maximum likelihood method, generalised method of moments with finite and continuum number of points, iterative Koutrouvelis regression and Kogon-McCulloch method. The asymptotic properties of the estimators (covariance matrix, confidence intervals) are also provided.
This package provides two classes extending data.table class. Simple tableList class wraps data.table and any additional structures together. More complex tableMatrix class combines data.table and matrix'. See <http://github.com/InferenceTechnologies/tableMatrix> for more information and examples.
RTNsurvival is a tool for integrating regulons generated by the RTN package with survival information. For a given regulon, the 2-tailed GSEA approach computes a differential Enrichment Score (dES) for each individual sample, and the dES distribution of all samples is then used to assess the survival statistics for the cohort. There are two main survival analysis workflows: a Cox Proportional Hazards approach used to model regulons as predictors of survival time, and a Kaplan-Meier analysis assessing the stratification of a cohort based on the regulon activity. All plots can be fine-tuned to the user's specifications.
This package provides access to the text shaping functionality in the HarfBuzz library and the bidirectional algorithm in the Fribidi library. This is a low-level utility package mainly for graphic devices that expands upon the font tool-set provided by the systemfonts package.
Managing and generating standardised text for methods and results sections of scientific reports. It handles template variable substitution and supports hierarchical organisation of text through dot-separated paths. The package supports both RDS and JSON database formats, enabling version control and cross-language compatibility.
This package infers the causal effect of an intervention on a multivariate response through the use of Multivariate Bayesian Structural Time Series models (MBSTS) as described in Menchetti & Bojinov (2020) <arXiv:2006.12269>. The package also includes functions for model building and forecasting.
This package provides a chess program which allows the user to create a game, add moves, check for legal moves and game result, plot the board, take back, read and write FEN (Forsythâ Edwards Notation). A basic chess engine based on minimax is implemented.
This package provides harmonized and non-harmonized population pyramid datasets from the Indonesian population censuses (1971â 2020), along with tools for visualization and an interactive shiny'-based explorer application. Data are processed from IPUMS International (1971â 2010) and the Population Census 2020 (BPS Indonesia).
This package provides functions to make lifetables and to calculate hazard function estimate using Poisson regression model with splines. Includes function to draw simple flowchart of cohort study. Function boxesLx() makes boxes of transition rates between states. It utilizes Epi package Lexis data.
This package provides a quick and easy access to the GraphHopper Directions API. GraphHopper <https://www.graphhopper.com/> itself is a routing engine based on OpenStreetMap data. API responses can be converted to simple feature (sf) objects in a convenient way.
This package contains functions to create life history parameter plots from raw data. The plots are created using ggplot2', and calculations done using the tidyverse collection of packages. The package contains references to FishBase (Froese R., Pauly D., 2023) <https://www.fishbase.se/>.
Multiply robust estimation for population mean (Han and Wang 2013) <doi:10.1093/biomet/ass087>, regression analysis (Han 2014) <doi:10.1080/01621459.2014.880058> (Han 2016) <doi:10.1111/sjos.12177> and quantile regression (Han et al. 2019) <doi:10.1111/rssb.12309>.
Enables users to retrieve data, meta-data, and codebooks from <https://nettskjema.no/>. The data from the API is richer than from the online data portal. This package is not developed by the University of Oslo IT. Mowinckel (2021) <doi:10.5281/zenodo.4745481>.
Allows users to find a piecewise linear regression approximation to a given continuous univariate function within a specified error tolerance. Methods based on Warwicker and Rebennack (2025) "Efficient continuous piecewise linear regression for linearising univariate non-linear functions" <doi:10.1080/24725854.2023.2299809>.
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>.
This package provides a set of tools for examining the design and analysis aspects of stepped wedge cluster randomized trials (SW CRT) based on a repeated cross-sectional or cohort sampling scheme (Hussey MA and Hughes JP (2007) Contemporary Clinical Trials 28:182-191).
Pre-process for discrete time series data set which is not continuous at the column of date'. Refilling records of missing date and other columns to the hollow data set so that final data set is able to be dealt with time series analysis.
Makes easier the creation of R package or research compendium (i.e. a predefined files/folders structure) so that users can focus on the code/analysis instead of wasting time organizing files. A full ready-to-work structure is set up with some additional features: version control, remote repository creation, CI/CD configuration (check package integrity under several OS, test code with testthat', and build and deploy website using pkgdown'). This package heavily relies on the R packages devtools and usethis and follows recommendations made by Wickham H. (2015) <ISBN:9781491910597> and Marwick B. et al. (2018) <doi:10.7287/peerj.preprints.3192v2>.