r-linkim
|
public |
A linkage information based method for imputing missing diploid genotypes
|
2025-04-22 |
r-linkedmatrix
|
public |
A class that links matrix-like objects (nodes) by rows or by columns while behaving similarly to a base R matrix. Very large matrices are supported if the nodes are memory-mapped objects.
|
2025-04-22 |
r-linearregressionmde
|
public |
Consider linear regression model Y = Xb + error where the distribution function of errors is unknown, but errors are independent and symmetrically distributed. The package contains a function named LRMDE which takes Y and X as input and returns minimum distance estimator of parameter b in the model.
|
2025-04-22 |
r-lindenmayer
|
public |
L-systems or Lindenmayer systems are parallel rewriting systems which can be used to simulate biological forms and certain kinds of fractals. Briefly, in an L-system a series of symbols in a string are replaced iteratively according to rules to give a more complex string. Eventually, the symbols are translated into turtle graphics for plotting. Wikipedia has a very good introduction: en.wikipedia.org/wiki/L-system This package provides basic functions for exploring L-systems.
|
2025-04-22 |
r-lincal
|
public |
Estimate and confidence/credible intervals for an unknown regressor x0 given an observed y0.
|
2025-04-22 |
r-linbin
|
public |
Short for 'linear binning', the linbin package provides functions for manipulating, binning, and plotting linearly referenced data. Although developed for data collected on river networks, it can be used with any interval or point data referenced to a 1-dimensional coordinate system. Flexible bin generation and batch processing makes it easy to compute and visualize variables at multiple scales, useful for identifying patterns within and between variables and investigating the influence of scale of observation on data interpretation.
|
2025-04-22 |
r-limitplot
|
public |
Values below a specified limit of detection are stacked in rows in order to reduce overplotting and create a clear graphical representation of your data.
|
2025-04-22 |
r-likelihoodexplore
|
public |
Provides likelihood functions as defined by Fisher (1922) <doi:10.1098/rsta.1922.0009> and a function that creates likelihood functions from density functions. The functions are meant to aid in education of likelihood based methods.
|
2025-04-22 |
r-likelihood
|
public |
Tools for maximum likelihood estimation of parameters of scientific models.
|
2025-04-22 |
r-lightsout
|
public |
Lights Out is a puzzle game consisting of a grid of lights that are either on or off. Pressing any light will toggle it and its adjacent lights. The goal of the game is to switch all the lights off. This package provides an interface to play the game on different board sizes, both through the command line or with a visual application. Puzzles can also be solved using the automatic solver included. View a demo online at http://daattali.com/shiny/lightsout/.
|
2025-04-22 |
r-lightningr
|
public |
The purpose of this package is to enable usage of lightningviz server to be accessible from R. The server itself can be found at http://lightning-viz.org/ and is required to work with this package. Package by itself cannot and will not create any visualizations.
|
2025-04-22 |
r-liftr
|
public |
Persistent reproducible reporting by containerization of R Markdown documents.
|
2025-04-22 |
r-lift
|
public |
Compute the top decile lift and plot the lift curve. Cumulative lift curves are also supported.
|
2025-04-22 |
r-librarysnapshot
|
public |
Generate a local library copy with relevant packages. All packages currently found within the search path - except base packages - will be copied to the directory provided and can be used later on with the .libPaths() function.
|
2025-04-22 |
r-librarian
|
public |
Automatically install, update, and load 'CRAN', 'GitHub', and 'Bioconductor' packages in a single function call. By accepting bare unquoted names for packages, it's easy to add or remove packages from the list.
|
2025-04-22 |
r-lhmixr
|
public |
Fits sex-specific life-history models for fish and other taxa where some of the individuals have unknown sex.
|
2025-04-22 |
r-lgtdl
|
public |
A very simple implementation of a class for longitudinal data.
|
2025-04-22 |
r-lgrdata
|
public |
A largish collection of example datasets, including several classics. Many of these datasets are well suited for regression, classification, and visualization.
|
2025-04-22 |
r-lgr
|
public |
A flexible, feature-rich yet light-weight logging framework based on 'R6' classes. It supports hierarchical loggers, custom log levels, arbitrary data fields in log events, logging to plaintext, 'JSON', (rotating) files, memory buffers, and databases, as well as email and push notifications. For a full list of features with examples please refer to the package vignette.
|
2025-04-22 |
r-lga
|
public |
Tools for linear grouping analysis. Three user-level functions: gap, rlga and lga.
|
2025-04-22 |
r-lfdr.mle
|
public |
Suite of R functions for the estimation of the local false discovery rate (LFDR) using Type II maximum likelihood estimation (MLE).
|
2025-04-22 |
r-lfdrempiricalbayes
|
public |
New empirical Bayes methods aiming at analyzing the association of single nucleotide polymorphisms (SNPs) to some particular disease are implemented in this package. The package uses local false discovery rate (LFDR) estimates of SNPs within a sample population defined as a "reference class" and discovers if SNPs are associated with the corresponding disease. Although SNPs are used throughout this document, other biological data such as protein data and other gene data can be used. Karimnezhad, Ali and Bickel, D. R. (2016) <http://hdl.handle.net/10393/34889>.
|
2025-04-22 |
r-lfactors
|
public |
Provides an extension to factors called 'lfactor' that are similar to factors but allows users to refer to 'lfactor' levels by either the level or the label.
|
2025-04-22 |
r-lexiconpt
|
public |
Provides easy access for sentiment lexicons for those who want to do text analysis in Portuguese texts. As of now, two Portuguese lexicons are available: 'SentiLex-PT02' and 'OpLexicon' (v2.1 and v3.0).
|
2025-04-22 |
r-lettercase
|
public |
Utilities for formatting strings and character vectors to for capitalization, word break and white space. Supported formats are: snake_case, spine-case, camelCase, PascalCase, Title Case, UPPERCASE, lowercase, Sentence case or combinations thereof. 'lettercase' strives to provide a simple, consistent, intuitive and high performing interface.
|
2025-04-22 |