_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


r-ntranova 0.0.1
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=ntranova
Licenses: GPL 3
Build system: r
Synopsis: Two Way Neutrosophic ANOVA
Description:

Dealing with neutrosophic data of the form N=D+I(where N is a Neutrosophic number ,D is the determinant part of the number and I is the indeterminacy part) using the neutrosophic two way anova test keeps the type I error low. This algorithm calculates the fisher statistics when we have a neutrosophic data, also tests two hypothesizes, first is to test differences between treatments, and second is to test differences between sectors. For more information see Miari, Mahmoud; Anan, Mohamad Taher; Zeina, Mohamed Bisher(2022) <https://www.americaspg.com/articleinfo/21/show/1058>.

r-nlmixr2extra 5.1.0
Propagated dependencies: r-symengine@0.2.13 r-rxode2@5.1.2 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-nlmixr2est@6.0.1 r-nlme@3.1-169 r-magrittr@2.0.5 r-lotri@1.0.4 r-knitr@1.51 r-ggtext@0.1.2 r-ggplot2@4.0.3 r-dplyr@1.2.1 r-digest@0.6.39 r-data-table@1.18.4 r-crayon@1.5.3 r-cli@3.6.6 r-checkmate@2.3.4
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://nlmixr2.github.io/nlmixr2extra/
Licenses: GPL 3+
Build system: r
Synopsis: Nonlinear Mixed Effects Models in Population PK/PD, Extra Support Functions
Description:

Fit and compare nonlinear mixed-effects models in differential equations with flexible dosing information commonly seen in pharmacokinetics and pharmacodynamics (Almquist, Leander, and Jirstrand 2015 <doi:10.1007/s10928-015-9409-1>). Differential equation solving is by compiled C code provided in the rxode2 package (Wang, Hallow, and James 2015 <doi:10.1002/psp4.12052>). This package is for support functions like preconditioned fits <doi:10.1208/s12248-016-9866-5>, boostrap and stepwise covariate selection.

r-neo2r 3.0.0
Propagated dependencies: r-jsonlite@2.0.0 r-httr2@1.2.2
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/patzaw/neo2r
Licenses: GPL 3
Build system: r
Synopsis: Neo4j to R
Description:

The aim of neo2R is to provide simple and low level connectors for querying neo4j graph databases (<https://neo4j.com/>). The objects returned by the query functions are either lists or data.frames with very little post-processing. It allows fast processing of queries returning many records. And it let the users handle post-processing according to the data model and their needs.

r-npphen 2.0.1
Propagated dependencies: r-terra@1.9-27 r-lubridate@1.9.5 r-ks@1.15.2
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/labGRS/npphen
Licenses: GPL 3+
Build system: r
Synopsis: Vegetation Phenological Cycle and Anomaly Detection using Remote Sensing Data
Description:

Calculates phenological cycle and anomalies using a non-parametric approach applied to time series of vegetation indices derived from remote sensing data or field measurements. The package implements basic and high-level functions for manipulating vector data (numerical series) and raster data (satellite derived products). Processing of very large raster files is supported. For more information, please check the following paper: Chávez et al. (2023) <doi:10.3390/rs15010073>.

r-nicherover 1.1.2
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/mlysy/nicheROVER
Licenses: GPL 3
Build system: r
Synopsis: Niche Region and Niche Overlap Metrics for Multidimensional Ecological Niches
Description:

Implementation of a probabilistic method to calculate nicheROVER (_niche_ _r_egion and niche _over_lap) metrics using multidimensional niche indicator data (e.g., stable isotopes, environmental variables, etc.). The niche region is defined as the joint probability density function of the multidimensional niche indicators at a user-defined probability alpha (e.g., 95%). Uncertainty is accounted for in a Bayesian framework, and the method can be extended to three or more indicator dimensions. It provides directional estimates of niche overlap, accounts for species-specific distributions in multivariate niche space, and produces unique and consistent bivariate projections of the multivariate niche region. The article by Swanson et al. (2015) <doi:10.1890/14-0235.1> provides a detailed description of the methodology. See the package vignette for a worked example using fish stable isotope data.

r-ngram 3.2.3
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/wrathematics/ngram
Licenses: FSDG-compatible
Build system: r
Synopsis: Fast n-Gram 'Tokenization'
Description:

An n-gram is a sequence of n "words" taken, in order, from a body of text. This is a collection of utilities for creating, displaying, summarizing, and "babbling" n-grams. The tokenization and "babbling" are handled by very efficient C code, which can even be built as its own standalone library. The babbler is a simple Markov chain. The package also offers a vignette with complete example workflows and information about the utilities offered in the package.

r-neuralsens 1.1.3
Propagated dependencies: r-stringr@1.6.0 r-scales@1.4.0 r-reshape2@1.4.5 r-neuralnettools@1.5.3 r-magrittr@2.0.5 r-hmisc@5.2-5 r-gridextra@2.3 r-ggrepel@0.9.8 r-ggplot2@4.0.3 r-ggnewscale@0.5.2 r-ggforce@0.5.0 r-ggbreak@0.1.7 r-fastdummies@1.7.6 r-dplyr@1.2.1 r-caret@7.0-1
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/JaiPizGon/NeuralSens
Licenses: GPL 2+
Build system: r
Synopsis: Sensitivity Analysis of Neural Networks
Description:

Analysis functions to quantify inputs importance in neural network models. Functions are available for calculating and plotting the inputs importance and obtaining the activation function of each neuron layer and its derivatives. The importance of a given input is defined as the distribution of the derivatives of the output with respect to that input in each training data point <doi:10.18637/jss.v102.i07>.

r-neuralnet 1.44.2
Propagated dependencies: r-mass@7.3-65 r-deriv@4.2.0
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/bips-hb/neuralnet
Licenses: GPL 2+
Build system: r
Synopsis: Training of Neural Networks
Description:

Training of neural networks using backpropagation, resilient backpropagation with (Riedmiller, 1994) or without weight backtracking (Riedmiller and Braun, 1993) or the modified globally convergent version by Anastasiadis et al. (2005). The package allows flexible settings through custom-choice of error and activation function. Furthermore, the calculation of generalized weights (Intrator O & Intrator N, 1993) is implemented.

r-nser 1.6.0
Propagated dependencies: r-xml2@1.5.2 r-stringr@1.6.0 r-rvest@1.0.5 r-reticulate@1.46.0 r-readr@2.2.0 r-purrr@1.2.2 r-magrittr@2.0.5 r-lubridate@1.9.5 r-httr@1.4.8 r-googlevis@0.7.3 r-dplyr@1.2.1 r-curl@7.1.0
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/nandp1/nser/
Licenses: GPL 3
Build system: r
Synopsis: Bhavcopy and Live Market Data from National Stock Exchange (NSE) & Bombay Stock Exchange (BSE) India
Description:

Download Current & Historical Bhavcopy. Get Live Market data from NSE India of Equities and Derivatives (F&O) segment. Data source <https://www.nseindia.com/>.

r-nlsmsn 0.0-6
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=nlsmsn
Licenses: GPL 3+
Build system: r
Synopsis: Fitting Nonlinear Models with Scale Mixture of Skew-Normal Distributions
Description:

Fit univariate non-linear scale mixture of skew-normal(NL-SMSN) regression, details in Garay, Lachos and Abanto-Valle (2011) <doi:10.1016/j.jkss.2010.08.003> and Lachos, Bandyopadhyay and Garay (2011) <doi:10.1016/j.spl.2011.03.019>.

r-nmarank 0.3-0.1
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-rlang@1.2.0 r-netmeta@3.6-1 r-mvtnorm@1.3-7 r-meta@8.5-0 r-mass@7.3-65 r-dplyr@1.2.1 r-data-tree@1.2.0
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/tpapak/nmarank
Licenses: GPL 3
Build system: r
Synopsis: Complex Hierarchy Questions in Network Meta-Analysis
Description:

Derives the most frequent hierarchies along with their probability of occurrence. One can also define complex hierarchy criteria and calculate their probability. Methodology based on Papakonstantinou et al. (2021) <DOI:10.21203/rs.3.rs-858140/v1>.

r-nonparrolcor 0.8.0
Propagated dependencies: r-scales@1.4.0 r-pracma@2.4.6 r-gtools@3.9.5 r-foreach@1.5.2 r-doparallel@1.0.17 r-colorspace@2.1-2
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=NonParRolCor
Licenses: GPL 2+
Build system: r
Synopsis: a Non-Parametric Statistical Significance Test for Rolling Window Correlation
Description:

Estimates and plots (as a single plot and as a heat map) the rolling window correlation coefficients between two time series and computes their statistical significance, which is carried out through a non-parametric computing-intensive method. This method addresses the effects due to the multiple testing (inflation of the Type I error) when the statistical significance is estimated for the rolling window correlation coefficients. The method is based on Monte Carlo simulations by permuting one of the variables (e.g., the dependent) under analysis and keeping fixed the other variable (e.g., the independent). We improve the computational efficiency of this method to reduce the computation time through parallel computing. The NonParRolCor package also provides examples with synthetic and real-life environmental time series to exemplify its use. Methods derived from R. Telford (2013) <https://quantpalaeo.wordpress.com/2013/01/04/> and J.M. Polanco-Martinez and J.L. Lopez-Martinez (2021) <doi:10.1016/j.ecoinf.2021.101379>.

r-npsp 0.7-13
Propagated dependencies: r-spam@2.11-3 r-sp@2.2-1 r-quadprog@1.5-8
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://rubenfcasal.github.io/npsp/
Licenses: GPL 2+
Build system: r
Synopsis: Nonparametric Spatial Statistics
Description:

Multidimensional nonparametric spatial (spatio-temporal) geostatistics. S3 classes and methods for multidimensional: linear binning, local polynomial kernel regression (spatial trend estimation), density and variogram estimation. Nonparametric methods for simultaneous inference on both spatial trend and variogram functions (for spatial processes). Nonparametric residual kriging (spatial prediction). For details on these methods see, for example, Fernandez-Casal and Francisco-Fernandez (2014) <doi:10.1007/s00477-013-0817-8> or Castillo-Paez et al. (2019) <doi:10.1016/j.csda.2019.01.017>.

r-nimblequad 1.4.0
Propagated dependencies: r-r6@2.6.1 r-pracma@2.4.6 r-polynom@1.4-1 r-nimble@1.4.2
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=nimbleQuad
Licenses: Modified BSD GPL 2+
Build system: r
Synopsis: Laplace Approximation, Quadrature, and Nested Deterministic Approximation Methods for 'nimble'
Description:

This package provides deterministic approximation methods for use with the nimble package. These include Laplace approximation and higher-order extension of Laplace approximation using adaptive Gauss-Hermite quadrature (AGHQ), plus nested deterministic approximation methods related to the INLA approach. Additional information is available in the NIMBLE User Manual and a nimbleQuad tutorial, both available at <https://r-nimble.org/documentation.html>.

r-neutrosplitstripanalysis 0.0.1
Propagated dependencies: r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=NeutroSplitStripAnalysis
Licenses: GPL 3
Build system: r
Synopsis: Neutrosophic Analysis of Split-Plot and Strip-Plot Designs
Description:

This package provides methods for Neutrosophic Analysis of Variance (NANOVA) for split-plot and strip-plot experimental designs using interval-valued observations. The package computes neutrosophic sums of squares, mean squares, interval-valued F-statistics, significance tests, and Least Significant Difference (LSD) based multiple comparisons for main plot, sub plot, horizontal factor, vertical factor, and interaction effects. For crisp data, users may provide identical lower and upper response values to obtain results equivalent to classical analysis of variance. The basic idea of neutrosophic statistics is obtained from Smarandache (2014) <https://fs.unm.edu/NeutrosophicStatistics.pdf>, while the analysis procedures implemented in this package are newly developed.

r-nmix 2.0.5
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=Nmix
Licenses: GPL 2+
Build system: r
Synopsis: Bayesian Inference on Univariate Normal Mixtures
Description:

This package provides a program for Bayesian analysis of univariate normal mixtures with an unknown number of components, following the approach of Richardson and Green (1997) <doi:10.1111/1467-9868.00095>. This makes use of reversible jump Markov chain Monte Carlo methods that are capable of jumping between the parameter sub-spaces corresponding to different numbers of components in the mixture. A sample from the full joint distribution of all unknown variables is thereby generated, and this can be used as a basis for a thorough presentation of many aspects of the posterior distribution.

r-nproc 2.1.5
Propagated dependencies: r-tree@1.0-45 r-rocr@1.0-12 r-randomforest@4.7-1.2 r-naivebayes@1.0.0 r-mass@7.3-65 r-glmnet@5.0 r-e1071@1.7-17 r-ada@2.0-5.1
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: http://advances.sciencemag.org/content/4/2/eaao1659
Licenses: GPL 2
Build system: r
Synopsis: Neyman-Pearson (NP) Classification Algorithms and NP Receiver Operating Characteristic (NP-ROC) Curves
Description:

In many binary classification applications, such as disease diagnosis and spam detection, practitioners commonly face the need to limit type I error (i.e., the conditional probability of misclassifying a class 0 observation as class 1) so that it remains below a desired threshold. To address this need, the Neyman-Pearson (NP) classification paradigm is a natural choice; it minimizes type II error (i.e., the conditional probability of misclassifying a class 1 observation as class 0) while enforcing an upper bound, alpha, on the type I error. Although the NP paradigm has a century-long history in hypothesis testing, it has not been well recognized and implemented in classification schemes. Common practices that directly limit the empirical type I error to no more than alpha do not satisfy the type I error control objective because the resulting classifiers are still likely to have type I errors much larger than alpha. As a result, the NP paradigm has not been properly implemented for many classification scenarios in practice. In this work, we develop the first umbrella algorithm that implements the NP paradigm for all scoring-type classification methods, including popular methods such as logistic regression, support vector machines and random forests. Powered by this umbrella algorithm, we propose a novel graphical tool for NP classification methods: NP receiver operating characteristic (NP-ROC) bands, motivated by the popular receiver operating characteristic (ROC) curves. NP-ROC bands will help choose in a data adaptive way and compare different NP classifiers.

r-npclust 0.1.1
Propagated dependencies: r-mass@7.3-65 r-ggplot2@4.0.3
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=npclust
Licenses: GPL 2+
Build system: r
Synopsis: Nonparametric Tests for Incomplete Clustered Data
Description:

Nonparametric tests for clustered data in pre-post intervention design documented in Cui and Harrar (2021) <doi:10.1002/bimj.201900310> and Harrar and Cui (2022) <doi:10.1016/j.jspi.2022.05.009>. Other than the main test results mentioned in the reference paper, this package also provides a function to calculate the sample size allocations for the input long format data set, and also a function for adjusted/unadjusted confidence intervals calculations. There are also functions to visualize the distribution of data across different intervention groups over time, and also the adjusted/unadjusted confidence intervals.

r-npdsim 1.0.0
Propagated dependencies: r-tidyr@1.3.2 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/mohammedhichame/npdsim
Licenses: Expat
Build system: r
Synopsis: Simulate Demand and Attributes for New Products
Description:

Simulate demand and attributes for ready to launch new products during their life cycle, or during their introduction and growth phases. You provide the number of products, attributes, time periods and/or other parameters and npdsim can simulate for you the demand for each product during the considered time periods, and the attributes of each product. The simulation for the demand is based on the idea that each product has a shape and a level, where the level is the cumulative demand over the considered time periods, and the shape is the normalized demand across those time periods.

r-nbc4va 1.2
Propagated dependencies: r-shiny@1.13.0
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=nbc4va
Licenses: GPL 3
Build system: r
Synopsis: Bayes Classifier for Verbal Autopsy Data
Description:

An implementation of the Naive Bayes Classifier (NBC) algorithm used for Verbal Autopsy (VA) built on code from Miasnikof et al (2015) <DOI:10.1186/s12916-015-0521-2>.

r-nycflights23 0.2.0
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://moderndive.github.io/nycflights23/
Licenses: CC0
Build system: r
Synopsis: Flights and Other Useful Metadata for NYC Outbound Flights in 2023
Description:

Updating the now 10-year-old nycflights13 data package. It contains information about all flights that departed from the three main New York City airports in 2023 and metadata on airlines, airports, weather, and planes.

r-node2vec 0.1.0
Propagated dependencies: r-word2vec@0.4.1 r-vegan@2.7-3 r-vctrs@0.7.3 r-rlist@0.4.6.2 r-igraph@2.3.1 r-dplyr@1.2.1 r-data-table@1.18.4
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=node2vec
Licenses: GPL 3+
Build system: r
Synopsis: Algorithmic Framework for Representational Learning on Graphs
Description:

Given any graph, the node2vec algorithm can learn continuous feature representations for the nodes, which can then be used for various downstream machine learning tasks.The techniques are detailed in the paper "node2vec: Scalable Feature Learning for Networks" by Aditya Grover, Jure Leskovec(2016),available at <arXiv:1607.00653>.

r-nlnet 1.4
Propagated dependencies: r-tsp@1.2.7 r-rocr@1.0-12 r-randomforest@4.7-1.2 r-igraph@2.3.1 r-fdrtool@1.2.18 r-earth@5.3.5 r-e1071@1.7-17 r-coin@1.4-3
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=nlnet
Licenses: GPL 2+
Build system: r
Synopsis: Nonlinear Network, Clustering, and Variable Selection Based on DCOL
Description:

It includes four methods: DCOL-based K-profiles clustering, non-linear network reconstruction, non-linear hierarchical clustering, and variable selection for generalized additive model. References: Tianwei Yu (2018)<DOI: 10.1002/sam.11381>; Haodong Liu and others (2016)<DOI: 10.1371/journal.pone.0158247>; Kai Wang and others (2015)<DOI: 10.1155/2015/918954>; Tianwei Yu and others (2010)<DOI: 10.1109/TCBB.2010.73>.

r-nestable 0.1.1
Propagated dependencies: r-htmltools@0.5.9
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/derekunderwood/nestable
Licenses: GPL 3+
Build system: r
Synopsis: Collapsible 'HTML' Tables from Hierarchical Data
Description:

This package creates collapsible, expandable HTML tables from hierarchical data. Supports data frame input with multi-level grouping, custom column formatters, bottom-up rollup aggregation, and CSS-variable-based theming. Works in Shiny applications, R Markdown, Quarto', and the RStudio Viewer.

Total packages: 72166