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

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-neutrosurvey 0.1.0
Propagated dependencies: r-moments@0.14.1
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=neutroSurvey
Licenses: GPL 3
Build system: r
Synopsis: Neutrosophic Survey Data Analysis
Description:

Apply neutrosophic regression type estimator and performs neutrosophic interval analysis including metric calculations for survey data.

r-nbshiny3 0.1.0
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=NBShiny3
Licenses: GPL 2
Build system: r
Synopsis: Interactive Document for Working with Naive Bayes Classification
Description:

An interactive document on the topic of naive Bayes classification analysis using rmarkdown and shiny packages. Runtime examples are provided in the package function as well as at <https://kartikeyab.shinyapps.io/NBShiny/>.

r-netmediate 1.1.1
Propagated dependencies: r-vgam@1.1-13 r-tergm@4.2.2 r-sna@2.8 r-rsiena@1.6.6 r-plyr@1.8.9 r-plm@2.6-7 r-network@1.19.0 r-mass@7.3-65 r-lme4@1.1-37 r-intergraph@2.0-4 r-gam@1.22-6 r-ergmargins@1.6.1 r-ergm@4.12.0 r-btergm@1.11.1
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=netmediate
Licenses: GPL 2+
Build system: r
Synopsis: Micro-Macro Analysis for Social Networks
Description:

Estimates micro effects on macro structures (MEMS) and average micro mediated effects (AMME). URL: <https://github.com/sduxbury/netmediate>. BugReports: <https://github.com/sduxbury/netmediate/issues>. Robins, Garry, Phillipa Pattison, and Jodie Woolcock (2005) <doi:10.1086/427322>. Snijders, Tom A. B., and Christian E. G. Steglich (2015) <doi:10.1177/0049124113494573>. Imai, Kosuke, Luke Keele, and Dustin Tingley (2010) <doi:10.1037/a0020761>. Duxbury, Scott (2023) <doi:10.1177/00811750231209040>. Duxbury, Scott (2024) <doi:10.1177/00811750231220950>.

r-nbdesign 2.0.0
Propagated dependencies: r-pweall@1.3.0.1 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=NBDesign
Licenses: GPL 2+
Build system: r
Synopsis: Design and Monitoring of Clinical Trials with Negative Binomial Endpoint
Description:

Calculate various functions needed for design and monitoring clinical trials with negative binomial endpoint with variable follow-up. This version has a few changes compared to the previous version 1.0.0, including (1) correct a typo in Type 1 censoring, mtbnull=bnull and (2) restructure the code to account for shape parameter equal to zero, i.e. Poisson scenario.

r-notifyme 0.3.0
Propagated dependencies: r-magrittr@2.0.4 r-httr@1.4.7 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/epijim/notifyme
Licenses: GPL 2+
Build system: r
Synopsis: Send Alerts to your Cellphone and Phillips Hue Lights
Description:

This package provides functions to flash your hue lights, or text yourself, from R. Designed to be used with long running scripts.

r-noisyce2 1.1.0
Propagated dependencies: r-magrittr@2.0.4
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://www.flaviosanti.it/software/noisyCE2
Licenses: GPL 2+
Build system: r
Synopsis: Cross-Entropy Optimisation of Noisy Functions
Description:

Cross-Entropy optimisation of unconstrained deterministic and noisy functions illustrated in Rubinstein and Kroese (2004, ISBN: 978-1-4419-1940-3) through a highly flexible and customisable function which allows user to define custom variable domains, sampling distributions, updating and smoothing rules, and stopping criteria. Several built-in methods and settings make the package very easy-to-use under standard optimisation problems.

r-nlts 1.0-2
Propagated dependencies: r-locfit@1.5-9.12 r-acepack@1.6.3
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: http://ento.psu.edu/directory/onb1
Licenses: GPL 3
Build system: r
Synopsis: Nonlinear Time Series Analysis
Description:

R functions for (non)linear time series analysis with an emphasis on nonparametric autoregression and order estimation, and tests for linearity / additivity.

r-neighbr 1.0.3
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=neighbr
Licenses: FSDG-compatible
Build system: r
Synopsis: Classification, Regression, Clustering with K Nearest Neighbors
Description:

Classification, regression, and clustering with k nearest neighbors algorithm. Implements several distance and similarity measures, covering continuous and logical features. Outputs ranked neighbors. Most features of this package are directly based on the PMML specification for KNN.

r-neurohcp 0.11.0
Propagated dependencies: r-xml2@1.5.0 r-httr@1.4.7 r-digest@0.6.39 r-base64enc@0.1-3 r-aws-s3@0.3.22
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://db.humanconnectome.org
Licenses: GPL 2
Build system: r
Synopsis: Human 'Connectome' Project Interface
Description:

Downloads and reads data from Human Connectome Project <https://db.humanconnectome.org> using Amazon Web Services ('AWS') S3 buckets.

r-nabla 0.7.1
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/queelius/nabla
Licenses: Expat
Build system: r
Synopsis: Exact Derivatives via Automatic Differentiation
Description:

Exact automatic differentiation for R functions. Provides a composable derivative operator D that computes gradients, Hessians, Jacobians, and arbitrary-order derivative tensors at machine precision. D(D(f)) gives Hessians, D(D(D(f))) gives third-order tensors for skewness of maximum likelihood estimators, and so on to any order. Works through any R code including loops, branches, and control flow.

r-netlogor 1.0.6
Propagated dependencies: r-terra@1.8-86 r-quickplot@1.0.4 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://netlogor.predictiveecology.org
Licenses: GPL 3
Build system: r
Synopsis: Build and Run Spatially Explicit Agent-Based Models
Description:

Build and run spatially explicit agent-based models using only the R platform. NetLogoR follows the same framework as the NetLogo software (Wilensky (1999) <https://www.netlogo.org>) and is a translation in R of the structure and functions of NetLogo'. NetLogoR provides new R classes to define model agents and functions to implement spatially explicit agent-based models in the R environment. This package allows benefiting of the fast and easy coding phase from the highly developed NetLogo framework, coupled with the versatility, power and massive resources of the R software. Examples of two models from the NetLogo software repository (Ants <https://ccl.northwestern.edu/netlogo/models/Ants>) and Wolf-Sheep-Predation (<https://ccl.northwestern.edu/netlogo/models/WolfSheepPredation>), and a third, Butterfly, from Railsback and Grimm (2012) <https://www.railsback-grimm-abm-book.com/>, all written using NetLogoR are available. The NetLogo code of the original version of these models is provided alongside. A programming guide inspired from the NetLogo Programming Guide (<https://docs.netlogo.org/programming.html>) and a dictionary of NetLogo primitives (<https://docs.netlogo.org/dictionary.html>) equivalences are also available. NOTE: To increment time', these functions can use a for loop or can be integrated with a discrete event simulator, such as SpaDES (<https://cran.r-project.org/package=SpaDES>).

r-nbc4va 1.2
Propagated dependencies: r-shiny@1.11.1
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-nnmf 1.4
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=nnmf
Licenses: GPL 2+
Build system: r
Synopsis: Nonnegative Matrix Factorization
Description:

Nonnegative matrix factorization (NMF) is a technique to factorize a matrix with nonnegative values into the product of two matrices. Covariates are also allowed. Parallel computing is an option to enhance the speed and high-dimensional and large scale (and/or sparse) data are allowed. Relevant papers include: Wang Y. X. and Zhang Y. J. (2012). Nonnegative matrix factorization: A comprehensive review. IEEE Transactions on Knowledge and Data Engineering, 25(6): 1336-1353 <doi:10.1109/TKDE.2012.51> and Kim H. and Park H. (2008). Nonnegative matrix factorization based on alternating nonnegativity constrained least squares and active set method. SIAM Journal on Matrix Analysis and Applications, 30(2): 713-730 <doi:10.1137/07069239X>.

r-netda 0.2.0
Propagated dependencies: r-glasso@1.11
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=NetDA
Licenses: GPL 2
Build system: r
Synopsis: Network-Based Discriminant Analysis Subject to Multi-Label Classes
Description:

Implementation of discriminant analysis with network structures in predictors accommodated to do classification and prediction.

r-nftbart 2.3
Propagated dependencies: r-survival@3.8-3 r-rcpp@1.1.0 r-nnet@7.3-20 r-lattice@0.22-7
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=nftbart
Licenses: GPL 2+
Build system: r
Synopsis: Nonparametric Failure Time Bayesian Additive Regression Trees
Description:

Nonparametric Failure Time (NFT) Bayesian Additive Regression Trees (BART): Time-to-event Machine Learning with Heteroskedastic Bayesian Additive Regression Trees (HBART) and Low Information Omnibus (LIO) Dirichlet Process Mixtures (DPM). An NFT BART model is of the form Y = mu + f(x) + sd(x) E where functions f and sd have BART and HBART priors, respectively, while E is a nonparametric error distribution due to a DPM LIO prior hierarchy. See the following for a description of the model at <doi:10.1111/biom.13857>.

r-nproc 2.1.5
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-ngchm 1.0.4
Propagated dependencies: r-tsvio@1.0.6 r-logger@0.4.1 r-jsonlite@2.0.0 r-httr@1.4.7 r-htmltools@0.5.8.1 r-digest@0.6.39
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://md-anderson-bioinformatics.github.io/NGCHM-R/
Licenses: GPL 3
Build system: r
Synopsis: Next Generation Clustered Heat Maps
Description:

Next-Generation Clustered Heat Maps (NG-CHMs) allow for dynamic exploration of heat map data in a web browser. NGCHM allows users to create both stand-alone HTML files containing a Next-Generation Clustered Heat Map, and .ngchm files to view in the NG-CHM viewer. See Ryan MC, Stucky M, et al (2020) <doi:10.12688/f1000research.20590.2> for more details.

r-nsm3data 0.1
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=nsm3data
Licenses: GPL 2
Build system: r
Synopsis: Datasets to Accompany Hollander, Wolfe, and Chicken NSM3
Description:

Designed to add datasets which are used in the Nonparametric Statistical Methods textbook, 3rd edition.

r-nonpar 1.0.2
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=nonpar
Licenses: GPL 3
Build system: r
Synopsis: Collection of Nonparametric Hypothesis Tests
Description:

This package contains the following 5 nonparametric hypothesis tests: The Sign Test, The 2 Sample Median Test, Miller's Jackknife Procedure, Cochran's Q Test, & The Stuart-Maxwell Test.

r-navigatr 0.2.1
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/UchidaMizuki/navigatr
Licenses: Expat
Build system: r
Synopsis: Navigation Menu for Pipe-Friendly Data Processing
Description:

This package provides a navigation menu to enable pipe-friendly data processing for hierarchical data structures. By activating the menu items, you can perform operations on each item while maintaining the overall structure in attributes.

r-nonstat 0.0.6
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=nonstat
Licenses: GPL 3
Build system: r
Synopsis: Detecting Nonstationarity in Time Series
Description:

This package provides a nonvisual procedure for screening time series for nonstationarity in the context of intensive longitudinal designs, such as ecological momentary assessments. The method combines two diagnostics: one for detecting trends (based on the split R-hat statistic from Bayesian convergence diagnostics) and one for detecting changes in variance (a novel extension inspired by Levene's test). This approach allows researchers to efficiently and reproducibly detect violations of the stationarity assumption, especially when visual inspection of many individual time series is impractical. The procedure is suitable for use in all areas of research where time series analysis is central. For a detailed description of the method and its validation through simulations and empirical application, see Zitzmann, S., Lindner, C., Lohmann, J. F., & Hecht, M. (2024) "A Novel Nonvisual Procedure for Screening for Nonstationarity in Time Series as Obtained from Intensive Longitudinal Designs" <https://www.researchgate.net/publication/384354932_A_Novel_Nonvisual_Procedure_for_Screening_for_Nonstationarity_in_Time_Series_as_Obtained_from_Intensive_Longitudinal_Designs>.

r-nparld 2.2
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=nparLD
Licenses: GPL 2+
Build system: r
Synopsis: Nonparametric Analysis of Longitudinal Data in Factorial Experiments
Description:

This package performs nonparametric analysis of longitudinal data in factorial experiments. Longitudinal data are those which are collected from the same subjects over time, and they frequently arise in biological sciences. Nonparametric methods do not require distributional assumptions, and are applicable to a variety of data types (continuous, discrete, purely ordinal, and dichotomous). Such methods are also robust with respect to outliers and for small sample sizes.

r-nmfbin 0.2.1
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://michalovadek.github.io/nmfbin/
Licenses: Expat
Build system: r
Synopsis: Non-Negative Matrix Factorization for Binary Data
Description:

Factorize binary matrices into rank-k components using the logistic function in the updating process. See e.g. Tomé et al (2015) <doi:10.1007/s11045-013-0240-9> .

r-nametagger 0.1.7
Propagated dependencies: r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/bnosac/nametagger
Licenses: FSDG-compatible
Build system: r
Synopsis: Named Entity Recognition in Texts using 'NameTag'
Description:

Wraps the nametag library <https://github.com/ufal/nametag>, allowing users to find and extract entities (names, persons, locations, addresses, ...) in raw text and build your own entity recognition models. Based on a maximum entropy Markov model which is described in Strakova J., Straka M. and Hajic J. (2013) <https://ufal.mff.cuni.cz/~straka/papers/2013-tsd_ner.pdf>.

Total packages: 69236