_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
r-salesforcer 1.0.2
Propagated dependencies: r-zip@2.3.1 r-xml2@1.3.6 r-xml@3.99-0.17 r-vctrs@0.6.5 r-tibble@3.2.1 r-rlist@0.4.6.2 r-rlang@1.1.4 r-readr@2.1.5 r-purrr@1.0.2 r-mime@0.12 r-lubridate@1.9.3 r-lifecycle@1.0.4 r-jsonlite@1.8.9 r-httr@1.4.7 r-dplyr@1.1.4 r-data-table@1.16.2 r-curl@6.0.1 r-base64enc@0.1-3 r-anytime@0.3.9
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/StevenMMortimer/salesforcer
Licenses: Expat
Synopsis: An Implementation of 'Salesforce' APIs Using Tidy Principles
Description:

This package provides functions connecting to the Salesforce Platform APIs (REST, SOAP, Bulk 1.0, Bulk 2.0, Metadata, Reports and Dashboards) <https://trailhead.salesforce.com/content/learn/modules/api_basics/api_basics_overview>. "API" is an acronym for "application programming interface". Most all calls from these APIs are supported as they use CSV, XML or JSON data that can be parsed into R data structures. For more details please see the Salesforce API documentation and this package's website <https://stevenmmortimer.github.io/salesforcer/> for more information, documentation, and examples.

r-spbsampling 1.3.5
Propagated dependencies: r-rcpparmadillo@14.0.2-1 r-rcpp@1.0.13-1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=Spbsampling
Licenses: GPL 3
Synopsis: Spatially Balanced Sampling
Description:

Selection of spatially balanced samples. In particular, the implemented sampling designs allow to select probability samples well spread over the population of interest, in any dimension and using any distance function (e.g. Euclidean distance, Manhattan distance). For more details, Pantalone F, Benedetti R, and Piersimoni F (2022) <doi:10.18637/jss.v103.c02>, Benedetti R and Piersimoni F (2017) <doi:10.1002/bimj.201600194>, and Benedetti R and Piersimoni F (2017) <arXiv:1710.09116>. The implementation has been done in C++ through the use of Rcpp and RcppArmadillo'.

r-saltsampler 1.1.0
Propagated dependencies: r-lattice@0.22-6
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SALTSampler
Licenses: Modified BSD
Synopsis: Efficient Sampling on the Simplex
Description:

The SALTSampler package facilitates Monte Carlo Markov Chain (MCMC) sampling of random variables on a simplex. A Self-Adjusting Logit Transform (SALT) proposal is used so that sampling is still efficient even in difficult cases, such as those in high dimensions or with parameters that differ by orders of magnitude. Special care is also taken to maintain accuracy even when some coordinates approach 0 or 1 numerically. Diagnostic and graphic functions are included in the package, enabling easy assessment of the convergence and mixing of the chain within the constrained space.

r-samplevadir 1.0.0
Propagated dependencies: r-splitstackshape@1.4.8 r-lubridate@1.9.3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/tswanson222/sampleVADIR
Licenses: GPL 3+
Synopsis: Draw Stratified Samples from the VADIR Database
Description:

Affords researchers the ability to draw stratified samples from the U.S. Department of Veteran's Affairs/Department of Defense Identity Repository (VADIR) database according to a variety of population characteristics. The VADIR database contains information for all veterans who were separated from the military after 1980. The central utility of the present package is to integrate data cleaning and formatting for the VADIR database with the stratification methods described by Mahto (2019) <https://CRAN.R-project.org/package=splitstackshape>. Data from VADIR are not provided as part of this package.

r-stratamatch 0.1.9
Propagated dependencies: r-survival@3.7-0 r-rlang@1.1.4 r-magrittr@2.0.3 r-hmisc@5.2-0 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/raikens1/stratamatch
Licenses: GPL 3
Synopsis: Stratification and Matching for Large Observational Data Sets
Description:

This package provides a pilot matching design to automatically stratify and match large datasets. The manual_stratify() function allows users to manually stratify a dataset based on categorical variables of interest, while the auto_stratify() function does automatically by allocating a held-aside (pilot) data set, fitting a prognostic score (see Hansen (2008) <doi:10.1093/biomet/asn004>) on the pilot set, and stratifying the data set based on prognostic score quantiles. The strata_match() function then does optimal matching of the data set in parallel within strata.

r-tidytidbits 0.3.2
Propagated dependencies: r-tidyselect@1.2.1 r-tidyr@1.3.1 r-tibble@3.2.1 r-stringr@1.5.1 r-rlang@1.1.4 r-purrr@1.0.2 r-magrittr@2.0.3 r-forcats@1.0.0 r-extrafont@0.19 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=tidytidbits
Licenses: GPL 3
Synopsis: Collection of Tools and Helpers Extending the Tidyverse
Description:

This package provides a selection of various tools to extend a data analysis workflow based on the tidyverse packages. This includes high-level data frame editing methods (in the style of mutate'/'mutate_at'), some methods in the style of purrr and forcats', lookup methods for dict-like lists, a generic method for lumping a data frame by a given count, various low-level methods for special treatment of NA values, python'-style tuple-assignment and truthy'/'falsy checks, saving to PDF and PNG from a pipe and various small utilities.

r-blocklength 0.2.2
Propagated dependencies: r-tseries@0.10-58
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://alecstashevsky.com/r/blocklength
Licenses: GPL 2+
Synopsis: Select an Optimal Block-Length to Bootstrap Dependent Data (Block Bootstrap)
Description:

This package provides a set of functions to select the optimal block-length for a dependent bootstrap (block-bootstrap). Includes the Hall, Horowitz, and Jing (1995) <doi:10.1093/biomet/82.3.561> subsampling-based cross-validation method, the Politis and White (2004) <doi:10.1081/ETC-120028836> Spectral Density Plug-in method, including the Patton, Politis, and White (2009) <doi:10.1080/07474930802459016> correction, and the Lahiri, Furukawa, and Lee (2007) <doi:10.1016/j.stamet.2006.08.002> nonparametric plug-in method, with a corresponding set of S3 plot methods.

r-findinfiles 0.5.0
Dependencies: grep@3.11
Propagated dependencies: r-vctrs@0.6.5 r-tibble@3.2.1 r-stringr@1.5.1 r-stringi@1.8.4 r-shiny@1.8.1 r-htmlwidgets@1.6.4 r-crayon@1.5.3
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/stla/findInFiles
Licenses: GPL 3
Synopsis: Find Pattern in Files
Description:

This package creates a HTML widget which displays the results of searching for a pattern in files in a given folder. The results can be viewed in the RStudio viewer pane, included in a R Markdown document or in a Shiny application. Also provides a Shiny application allowing to run this widget and to navigate in the files found by the search. Instead of creating a HTML widget, it is also possible to get the results of the search in a tibble'. The search is performed by the grep command-line utility.

r-lookuptable 0.1
Propagated dependencies: r-dplyr@1.1.4 r-data-table@1.16.2
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=lookupTable
Licenses: Expat
Synopsis: Look-Up Tables using S4
Description:

Fits look-up tables by filling entries with the mean or median values of observations fall in partitions of the feature space. Partitions can be determined by user of the package using input argument feature.boundaries, and dimensions of the feature space can be any combination of continuous and categorical features provided by the data set. A Predict function directly fetches corresponding entry value, and a default value is defined as the mean or median of all available observations. The table and other components are represented using the S4 class lookupTable.

r-metalandsim 2.0.0
Propagated dependencies: r-zipfr@0.6-70 r-terra@1.7-83 r-spatstat-random@3.3-2 r-spatstat-geom@3.3-3 r-sp@2.1-4 r-minpack-lm@1.2-4 r-knitr@1.49 r-igraph@2.1.1 r-googlevis@0.7.3 r-e1071@1.7-16 r-coda@0.19-4.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=MetaLandSim
Licenses: GPL 2+
Synopsis: Landscape and Range Expansion Simulation
Description:

This package provides tools to generate random landscape graphs, evaluate species occurrence in dynamic landscapes, simulate future landscape occupation and evaluate range expansion when new empty patches are available (e.g. as a result of climate change). References: Mestre, F., Canovas, F., Pita, R., Mira, A., Beja, P. (2016) <doi:10.1016/j.envsoft.2016.03.007>; Mestre, F., Risk, B., Mira, A., Beja, P., Pita, R. (2017) <doi:10.1016/j.ecolmodel.2017.06.013>; Mestre, F., Pita, R., Mira, A., Beja, P. (2020) <doi:10.1186/s12898-019-0273-5>.

r-vartestnlme 1.3.5
Propagated dependencies: r-saemix@3.3 r-quadprog@1.5-8 r-nlme@3.1-166 r-mvtnorm@1.3-2 r-msm@1.8.2 r-merderiv@0.2-4 r-matrix@1.7-1 r-lmeresampler@0.2.4 r-lme4@1.1-35.5 r-foreach@1.5.2 r-doparallel@1.0.17 r-corpcor@1.6.10 r-anocva@0.1.1 r-alabama@2023.1.0
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://github.com/baeyc/varTestnlme/
Licenses: GPL 2+
Synopsis: Variance Components Testing for Linear and Nonlinear Mixed Effects Models
Description:

An implementation of the Likelihood ratio Test (LRT) for testing that, in a (non)linear mixed effects model, the variances of a subset of the random effects are equal to zero. There is no restriction on the subset of variances that can be tested: for example, it is possible to test that all the variances are equal to zero. Note that the implemented test is asymptotic. This package should be used on model fits from packages nlme', lmer', and saemix'. Charlotte Baey and Estelle Kuhn (2019) <doi:10.18637/jss.v107.i06>.

r-profileplyr 1.22.0
Propagated dependencies: r-txdb-mmusculus-ucsc-mm9-knowngene@3.2.2 r-txdb-mmusculus-ucsc-mm10-knowngene@3.10.0 r-txdb-hsapiens-ucsc-hg38-knowngene@3.20.0 r-txdb-hsapiens-ucsc-hg19-knowngene@3.2.2 r-tiff@0.1-12 r-tidyr@1.3.1 r-summarizedexperiment@1.36.0 r-soggi@1.38.0 r-s4vectors@0.44.0 r-rtracklayer@1.66.0 r-rsamtools@2.22.0 r-rlang@1.1.4 r-rjson@0.2.23 r-rgreat@2.8.0 r-r-utils@2.12.3 r-pheatmap@1.0.12 r-org-mm-eg-db@3.20.0 r-org-hs-eg-db@3.20.0 r-magrittr@2.0.3 r-iranges@2.40.0 r-ggplot2@3.5.1 r-genomicranges@1.58.0 r-genomicfeatures@1.58.0 r-genomeinfodb@1.42.0 r-enrichedheatmap@1.36.0 r-dplyr@1.1.4 r-complexheatmap@2.22.0 r-circlize@0.4.16 r-chipseeker@1.42.0 r-biocparallel@1.40.0 r-biocgenerics@0.52.0
Channel: guix-bioc
Location: guix-bioc/packages/p.scm (guix-bioc packages p)
Home page: https://bioconductor.org/packages/profileplyr
Licenses: GPL 3+
Synopsis: Visualization and annotation of read signal over genomic ranges with profileplyr
Description:

Quick and straightforward visualization of read signal over genomic intervals is key for generating hypotheses from sequencing data sets (e.g. ChIP-seq, ATAC-seq, bisulfite/methyl-seq). Many tools both inside and outside of R and Bioconductor are available to explore these types of data, and they typically start with a bigWig or BAM file and end with some representation of the signal (e.g. heatmap). profileplyr leverages many Bioconductor tools to allow for both flexibility and additional functionality in workflows that end with visualization of the read signal.

r-reappraised 0.1.1
Propagated dependencies: r-vcdextra@0.8-5 r-vcd@1.4-13 r-tidyr@1.3.1 r-rlang@1.1.4 r-readxl@1.4.3 r-purrr@1.0.2 r-officer@0.6.7 r-magrittr@2.0.3 r-ggpubr@0.6.0 r-ggplot2@3.5.1 r-flextable@0.9.7 r-epitools@0.5-10.1 r-dplyr@1.1.4 r-data-table@1.16.2 r-broom@1.0.7 r-boot@1.3-31
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=reappraised
Licenses: Expat
Synopsis: Statistical Tools for Assessing Publication Integrity of Groups of Trials
Description:

Takes user-provided baseline data from groups of randomised controlled data and assesses whether the observed distribution of baseline p-values, numbers of participants in each group, or categorical variables are consistent with the expected distribution, as an aid to the assessment of integrity concerns in published randomised controlled trials. References (citations in PubMed format in details of each function): Bolland MJ, Avenell A, Gamble GD, Grey A. (2016) <doi:10.1212/WNL.0000000000003387>. Bolland MJ, Gamble GD, Avenell A, Grey A, Lumley T. (2019) <doi:10.1016/j.jclinepi.2019.05.006>. Bolland MJ, Gamble GD, Avenell A, Grey A. (2019) <doi:10.1016/j.jclinepi.2019.03.001>. Bolland MJ, Gamble GD, Grey A, Avenell A. (2020) <doi:10.1111/anae.15165>. Bolland MJ, Gamble GD, Avenell A, Cooper DJ, Grey A. (2021) <doi:10.1016/j.jclinepi.2020.11.012>. Bolland MJ, Gamble GD, Avenell A, Grey A. (2021) <doi:10.1016/j.jclinepi.2021.05.002>. Bolland MJ, Gamble GD, Avenell A, Cooper DJ, Grey A. (2023) <doi:10.1016/j.jclinepi.2022.12.018>. Carlisle JB, Loadsman JA. (2017) <doi:10.1111/anae.13650>. Carlisle JB. (2017) <doi:10.1111/anae.13938>.

r-counttofpkm 1.0
Propagated dependencies: r-complexheatmap@2.22.0 r-circlize@0.4.16
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/AAlhendi1707/countToFPKM
Licenses: GPL 3
Synopsis: Convert Counts to Fragments per Kilobase of Transcript per Million (FPKM)
Description:

This package implements the algorithm described in Trapnell,C. et al. (2010) <doi: 10.1038/nbt.1621>. This function takes read counts matrix of RNA-Seq data, feature lengths which can be retrieved using biomaRt package, and the mean fragment lengths which can be calculated using the CollectInsertSizeMetrics(Picard) tool. It then returns a matrix of FPKM normalised data by library size and feature effective length. It also provides the user with a quick and reliable function to generate FPKM heatmap plot of the highly variable features in RNA-Seq dataset.

r-eurocordexr 0.2.5
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://github.com/mitmat/eurocordexr
Licenses: GPL 3
Synopsis: Makes it Easier to Work with Daily 'netCDF' from EURO-CORDEX RCMs
Description:

Daily netCDF data from e.g. regional climate models (RCMs) are not trivial to work with. This package, which relies on data.table', makes it easier to deal with large data from RCMs, such as from EURO-CORDEX (<https://www.euro-cordex.net/>, <https://cordex.org/data-access/>). It has functions to extract single grid cells from rotated pole grids as well as the whole array in long format. Can handle non-standard calendars (360, noleap) and interpolate them to a standard one. Potentially works with many CF-conform netCDF files.

r-spedinstabr 2.2
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SPEDInstabR
Licenses: GPL 2+
Synopsis: Estimation of the Relative Importance of Factors Affecting Species Distribution Based on Stability Concept
Description:

From output files obtained from the software ModestR', the relative contribution of factors to explain species distribution is depicted using several plots. A global geographic raster file for each environmental variable may be also obtained with the mean relative contribution, considering all species present in each raster cell, of the factor to explain species distribution. Finally, for each variable it is also possible to compare the frequencies of any variable obtained in the cells where the species is present with the frequencies of the same variable in the cells of the extent.

r-spades-core 2.1.0
Propagated dependencies: r-whisker@0.4.1 r-terra@1.7-83 r-require@1.0.1 r-reproducible@2.1.2 r-quickplot@1.0.2 r-qs@0.27.2 r-lobstr@1.1.2 r-igraph@2.1.1 r-fs@1.6.5 r-data-table@1.16.2 r-cli@3.6.3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://spades-core.predictiveecology.org/
Licenses: GPL 3
Synopsis: Core Utilities for Developing and Running Spatially Explicit Discrete Event Models
Description:

This package provides the core framework for a discrete event system to implement a complete data-to-decisions, reproducible workflow. The core components facilitate the development of modular pieces, and enable the user to include additional functionality by running user-built modules. Includes conditional scheduling, restart after interruption, packaging of reusable modules, tools for developing arbitrary automated workflows, automated interweaving of modules of different temporal resolution, and tools for visualizing and understanding the within-project dependencies. The suggested package NLMR can be installed from the repository (<https://PredictiveEcology.r-universe.dev>).

r-volcanoplot 1.0.0
Propagated dependencies: r-tidyr@1.3.1 r-shiny@1.8.1 r-purrr@1.0.2 r-ggplot2@3.5.1 r-fmsb@0.7.6 r-dt@0.33 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://cran.r-project.org/package=volcanoPlot
Licenses: Expat
Synopsis: Volcano Plot for Clinical Trial Adverse Events
Description:

Interactive adverse event (AE) volcano plot for monitoring clinical trial safety. This tool allows users to view the overall distribution of AEs in a clinical trial using standard (e.g. MedDRA preferred term) or custom (e.g. Gender) categories using a volcano plot similar to proposal by Zink et al. (2013) <doi:10.1177/1740774513485311>. This tool provides a stand-along shiny application and flexible shiny modules allowing this tool to be used as a part of more robust safety monitoring framework like the Shiny app from the safetyGraphics R package.

r-systempiper 2.12.0
Propagated dependencies: r-biocgenerics@0.52.0 r-biostrings@2.74.0 r-crayon@1.5.3 r-genomicranges@1.58.0 r-ggplot2@3.5.1 r-htmlwidgets@1.6.4 r-magrittr@2.0.3 r-rsamtools@2.22.0 r-s4vectors@0.44.0 r-shortread@1.64.0 r-stringr@1.5.1 r-summarizedexperiment@1.36.0 r-yaml@2.3.10
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://github.com/tgirke/systemPipeR
Licenses: Artistic License 2.0
Synopsis: Next generation sequencing workflow and reporting environment
Description:

This R package provides tools for building and running automated end-to-end analysis workflows for a wide range of next generation sequence (NGS) applications such as RNA-Seq, ChIP-Seq, VAR-Seq and Ribo-Seq. Important features include a uniform workflow interface across different NGS applications, automated report generation, and support for running both R and command-line software, such as NGS aligners or peak/variant callers, on local computers or compute clusters. Efficient handling of complex sample sets and experimental designs is facilitated by a consistently implemented sample annotation infrastructure.

r-strucchange 1.5-4
Propagated dependencies: r-sandwich@3.1-1 r-zoo@1.8-12
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/strucchange
Licenses: GPL 2 GPL 3
Synopsis: Testing, monitoring, and dating structural changes
Description:

This package provides tools for testing, monitoring and dating structural changes in (linear) regression models. It features tests/methods from the generalized fluctuation test framework as well as from the F test (Chow test) framework. This includes methods to fit, plot and test fluctuation processes (e.g., CUSUM, MOSUM, recursive/moving estimates) and F statistics, respectively. It is possible to monitor incoming data online using fluctuation processes. Finally, the breakpoints in regression models with structural changes can be estimated together with confidence intervals. Emphasis is always given to methods for visualizing the data.

r-boostingdea 0.1.0
Propagated dependencies: r-rglpk@0.6-5.1 r-mlmetrics@1.1.3 r-lpsolveapi@5.5.2.0-17.12 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://github.com/itsmeryguillen/boostingDEA
Licenses: AGPL 3+
Synopsis: Boosting Approach to Data Envelopment Analysis
Description:

Includes functions to estimate production frontiers and make ideal output predictions in the Data Envelopment Analysis (DEA) context using both standard models from DEA and Free Disposal Hull (FDH) and boosting techniques. In particular, EATBoosting (Guillen et al., 2023 <doi:10.1016/j.eswa.2022.119134>) and MARSBoosting. Moreover, the package includes code for estimating several technical efficiency measures using different models such as the input and output-oriented radial measures, the input and output-oriented Russell measures, the Directional Distance Function (DDF), the Weighted Additive Measure (WAM) and the Slacks-Based Measure (SBM).

r-dominodatar 0.2.3
Propagated dependencies: r-reticulate@1.40.0 r-httr@1.4.7 r-configparser@1.0.0 r-arrow@17.0.0.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/dominodatalab/DominoDataR
Licenses: FSDG-compatible
Synopsis: 'Domino Data R SDK'
Description:

This package provides a wrapper on top of the Domino Data Python SDK library. It lets you query and access Domino Data Sources directly from your R environment. Under the hood, Domino Data R SDK leverages the API provided by the Domino Data Python SDK', which must be installed as a prerequisite. Domino is a platform that makes it easy to run your code on scalable hardware, with integrated version control and collaboration features designed for analytical workflows. See <https://docs.dominodatalab.com/en/latest/api_guide/140b48/domino-data-api> for more information.

r-multbiplotr 23.11.0
Propagated dependencies: r-xtable@1.8-4 r-threeway@1.1.3 r-scales@1.3.0 r-psych@2.4.6.26 r-polycor@0.8-1 r-mvtnorm@1.3-2 r-mirt@1.43 r-mass@7.3-61 r-lattice@0.22-6 r-knitr@1.49 r-hmisc@5.2-0 r-gplots@3.2.0 r-gparotation@2024.3-1 r-geometry@0.5.0 r-dunn-test@1.3.6 r-deldir@2.0-4 r-dae@3.2.28 r-car@3.1-3
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=MultBiplotR
Licenses: GPL 2+
Synopsis: Multivariate Analysis Using Biplots in R
Description:

Several multivariate techniques from a biplot perspective. It is the translation (with many improvements) into R of the previous package developed in Matlab'. The package contains some of the main developments of my team during the last 30 years together with some more standard techniques. Package includes: Classical Biplots, HJ-Biplot, Canonical Biplots, MANOVA Biplots, Correspondence Analysis, Canonical Correspondence Analysis, Canonical STATIS-ACT, Logistic Biplots for binary and ordinal data, Multidimensional Unfolding, External Biplots for Principal Coordinates Analysis or Multidimensional Scaling, among many others. References can be found in the help of each procedure.

r-tensortools 1.0.0
Propagated dependencies: r-wavethresh@4.7.3 r-raster@3.6-30 r-png@0.1-8 r-matrixcalc@1.0-6 r-matrix@1.7-1 r-gsignal@0.3-7
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=TensorTools
Licenses: GPL 3
Synopsis: Multilinear Algebra
Description:

This package provides a set of tools for basic tensor operators. A tensor in the context of data analysis in a multidimensional array. The tools in this package rely on using any discrete transformation (e.g. Fast Fourier Transform (FFT)). Standard tools included are the Eigenvalue decomposition of a tensor, the QR decomposition and LU decomposition. Other functionality includes the inverse of a tensor and the transpose of a symmetric tensor. Functionality in the package is outlined in Kernfeld, E., Kilmer, M., and Aeron, S. (2015) <doi:10.1016/j.laa.2015.07.021>.

Page: 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511
Total results: 36249