_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
r-transmdl 0.1.0
Propagated dependencies: r-survival@3.7-0 r-statmod@1.5.0 r-rcppeigen@0.3.4.0.2 r-rcpp@1.0.13-1
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=transmdl
Licenses: GPL 2+
Synopsis: Semiparametric Transformation Models
Description:

To make the semiparametric transformation models easier to apply in real studies, we introduce this R package, in which the MLE in transformation models via an EM algorithm proposed by Zeng D, Lin DY(2007) <doi:10.1111/j.1369-7412.2007.00606.x> and adaptive lasso method in transformation models proposed by Liu XX, Zeng D(2013) <doi:10.1093/biomet/ast029> are implemented. C++ functions are used to compute complex loops. The coefficient vector and cumulative baseline hazard function can be estimated, along with the corresponding standard errors and P values.

r-triadsim 0.3.0
Propagated dependencies: r-snpstats@1.56.0 r-foreach@1.5.2 r-doparallel@1.0.17
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=TriadSim
Licenses: GPL 3
Synopsis: Simulating Triad Genomewide Genotypes
Description:

Simulate genotypes for case-parent triads, case-control, and quantitative trait samples with realistic linkage diequilibrium structure and allele frequency distribution. For studies of epistasis one can simulate models that involve specific SNPs at specific sets of loci, which we will refer to as "pathways". TriadSim generates genotype data by resampling triad genotypes from existing data. The details of the method is described in the manuscript under preparation "Simulating Autosomal Genotypes with Realistic Linkage Disequilibrium and a Spiked in Genetic Effect" Shi, M., Umbach, D.M., Wise A.S., Weinberg, C.R.

r-tradeseq 1.20.0
Propagated dependencies: r-biobase@2.66.0 r-biocparallel@1.40.0 r-edger@4.4.0 r-ggplot2@3.5.1 r-igraph@2.1.1 r-magrittr@2.0.3 r-mass@7.3-61 r-matrix@1.7-1 r-matrixstats@1.4.1 r-mgcv@1.9-1 r-pbapply@1.7-2 r-princurve@2.1.6 r-rcolorbrewer@1.1-3 r-s4vectors@0.44.0 r-singlecellexperiment@1.28.1 r-slingshot@2.14.0 r-summarizedexperiment@1.36.0 r-tibble@3.2.1 r-trajectoryutils@1.14.0 r-viridis@0.6.5
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://statomics.github.io/tradeSeq/index.html
Licenses: Expat
Synopsis: Trajectory-based differential expression analysis
Description:

This package provides a flexible method for fitting regression models that can be used to find genes that are differentially expressed along one or multiple lineages in a trajectory. Based on the fitted models, it uses a variety of tests suited to answer different questions of interest, e.g. the discovery of genes for which expression is associated with pseudotime, or which are differentially expressed (in a specific region) along the trajectory. It fits a negative binomial generalized additive model (GAM) for each gene, and performs inference on the parameters of the GAM.

r-rjavaenv 0.3.0
Propagated dependencies: r-jsonlite@1.8.9 r-curl@6.0.1 r-cli@3.6.3 r-checkmate@2.3.2
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/e-kotov/rJavaEnv
Licenses: Expat
Synopsis: 'Java' Environments for R Projects
Description:

Quickly install Java Development Kit (JDK) without administrative privileges and set environment variables in current R session or project to solve common issues with Java environment management in R'. Recommended to users of Java'/'rJava'-dependent R packages such as r5r', opentripplanner', xlsx', openNLP', rWeka', RJDBC', tabulapdf', and many more. rJavaEnv prevents common problems like Java not found, Java version conflicts, missing Java installations, and the inability to install Java due to lack of administrative privileges. rJavaEnv automates the download, installation, and setup of the Java on a per-project basis by setting the relevant JAVA_HOME in the current R session or the current working directory (via .Rprofile', with the user's consent). Similar to what renv does for R packages, rJavaEnv allows different Java versions to be used across different projects, but can also be configured to allow multiple versions within the same project (e.g. with the help of targets package). Note: there are a few extra steps for Linux users, who don't have any Java previously installed in their system, and who prefer package installation from source, rather then installing binaries from Posit Package Manager'. See documentation for details.

r-comparer 0.2.4
Propagated dependencies: r-rmarkdown@2.29 r-r6@2.5.1 r-progress@1.2.3 r-plyr@1.8.9 r-mixopt@0.1.3 r-gaupro@0.2.15
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/CollinErickson/comparer
Licenses: GPL 3
Synopsis: Compare Output and Run Time
Description:

Quickly run experiments to compare the run time and output of code blocks. The function mbc() can make fast comparisons of code, and will calculate statistics comparing the resulting outputs. It can be used to compare model fits to the same data or see which function runs faster. The R6 class ffexp$new() runs a function using all possible combinations of selected inputs. This is useful for comparing the effect of different parameter values. It can also run in parallel and automatically save intermediate results, which is very useful for long computations.

r-designit 0.5.0
Propagated dependencies: r-tidyr@1.3.1 r-tibble@3.2.1 r-stringr@1.5.1 r-scales@1.3.0 r-rlang@1.1.4 r-r6@2.5.1 r-purrr@1.0.2 r-ggplot2@3.5.1 r-dplyr@1.1.4 r-data-table@1.16.2 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://bedapub.github.io/designit/
Licenses: Expat
Synopsis: Blocking and Randomization for Experimental Design
Description:

Intelligently assign samples to batches in order to reduce batch effects. Batch effects can have a significant impact on data analysis, especially when the assignment of samples to batches coincides with the contrast groups being studied. By defining a batch container and a scoring function that reflects the contrasts, this package allows users to assign samples in a way that minimizes the potential impact of batch effects on the comparison of interest. Among other functionality, we provide an implementation for OSAT score by Yan et al. (2012, <doi:10.1186/1471-2164-13-689>).

r-dfmirror 2.1.0
Propagated dependencies: r-mass@7.3-61 r-fitdistrplus@1.2-1 r-e1071@1.7-16
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/jacobpstein/dfmirroR
Licenses: Expat
Synopsis: Simulate a Data Frame Mirroring an Input and Produce Shareable Simulation Code
Description:

The dfmirroR package allows users to input a data frame, simulate some number of observations based on specified columns of that data frame, and then outputs a string that contains the code to re-create the simulation. The goal is to both provide workable test data sets and provide users with the information they need to set up reproducible examples with team members. This package was created out of a need to share examples in cases where data are private and where a full data frame is not needed for testing or coordinating.

r-ggbiplot 0.6.2
Propagated dependencies: r-scales@1.3.0 r-ggplot2@3.5.1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/friendly/ggbiplot
Licenses: GPL 2
Synopsis: Grammar of Graphics Implementation of Biplots
Description:

This package provides a ggplot2 based implementation of biplots, giving a representation of a dataset in a two dimensional space accounting for the greatest variance, together with variable vectors showing how the data variables relate to this space. It provides a replacement for stats::biplot(), but with many enhancements to control the analysis and graphical display. It implements biplot and scree plot methods which can be used with the results of prcomp(), princomp(), FactoMineR::PCA(), ade4::dudi.pca() or MASS::lda() and can be customized using ggplot2 techniques.

r-icensbkl 1.5
Propagated dependencies: r-teachingdemos@2.13 r-survival@3.7-0 r-smoothsurv@2.6 r-mvtnorm@1.3-2 r-mass@7.3-61 r-icens@1.78.0 r-gtools@3.9.5
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://ibiostat.be/online-resources/icbook/supplemental/
Licenses: GPL 2+
Synopsis: Accompanion to the Book on Interval Censoring by Bogaerts, Komarek, and Lesaffre
Description:

This package contains datasets and several smaller functions suitable for analysis of interval-censored data. The package complements the book Bogaerts, Komárek and Lesaffre (2017, ISBN: 978-1-4200-7747-6) "Survival Analysis with Interval-Censored Data: A Practical Approach" <https://www.routledge.com/Survival-Analysis-with-Interval-Censored-Data-A-Practical-Approach-with/Bogaerts-Komarek-Lesaffre/p/book/9781420077476>. Full R code related to the examples presented in the book can be found at <https://ibiostat.be/online-resources/icbook/supplemental>. Packages mentioned in the "Suggests" section are used in those examples.

r-mondrian 1.1.2
Propagated dependencies: r-rcolorbrewer@1.1-3
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=Mondrian
Licenses: GPL 2+
Synopsis: Simple Graphical Representation of the Relative Occurrence and Co-Occurrence of Events
Description:

The unique function of this package allows representing in a single graph the relative occurrence and co-occurrence of events measured in a sample. As examples, the package was applied to describe the occurrence and co-occurrence of different species of bacterial or viral symbionts infecting arthropods at the individual level. The graphics allows determining the prevalence of each symbiont and the patterns of multiple infections (i.e. how different symbionts share or not the same individual hosts). We named the package after the famous painter as the graphical output recalls Mondrianâ s paintings.

r-momtrunc 6.1
Propagated dependencies: r-tlrmvnmvt@1.1.2 r-rcpparmadillo@14.0.2-1 r-rcpp@1.0.13-1 r-mvtnorm@1.3-2 r-hypergeo@1.2-13
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=MomTrunc
Licenses: GPL 2+
Synopsis: Moments of Folded and Doubly Truncated Multivariate Distributions
Description:

It computes arbitrary products moments (mean vector and variance-covariance matrix), for some double truncated (and folded) multivariate distributions. These distributions belong to the family of selection elliptical distributions, which includes well known skewed distributions as the unified skew-t distribution (SUT) and its particular cases as the extended skew-t (EST), skew-t (ST) and the symmetric student-t (T) distribution. Analogous normal cases unified skew-normal (SUN), extended skew-normal (ESN), skew-normal (SN), and symmetric normal (N) are also included. Density, probabilities and random deviates are also offered for these members.

r-nfactors 2.4.1.1
Propagated dependencies: r-psych@2.4.6.26 r-mass@7.3-61 r-lattice@0.22-6
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=nFactors
Licenses: FSDG-compatible
Synopsis: Parallel Analysis and Other Non Graphical Solutions to the Cattell Scree Test
Description:

Indices, heuristics and strategies to help determine the number of factors/components to retain: 1. Acceleration factor (af with or without Parallel Analysis); 2. Optimal Coordinates (noc with or without Parallel Analysis); 3. Parallel analysis (components, factors and bootstrap); 4. lambda > mean(lambda) (Kaiser, CFA and related); 5. Cattell-Nelson-Gorsuch (CNG); 6. Zoski and Jurs multiple regression (b, t and p); 7. Zoski and Jurs standard error of the regression coeffcient (sescree); 8. Nelson R2; 9. Bartlett khi-2; 10. Anderson khi-2; 11. Lawley khi-2 and 12. Bentler-Yuan khi-2.

r-cytoglmm 1.14.0
Propagated dependencies: r-tidyr@1.3.1 r-tibble@3.2.1 r-strucchange@1.5-4 r-stringr@1.5.1 r-rlang@1.1.4 r-rcolorbrewer@1.1-3 r-pheatmap@1.0.12 r-matrix@1.7-1 r-mass@7.3-61 r-magrittr@2.0.3 r-logging@0.10-108 r-ggrepel@0.9.6 r-ggplot2@3.5.1 r-flexmix@2.3-19 r-factoextra@1.0.7 r-dplyr@1.1.4 r-doparallel@1.0.17 r-cowplot@1.1.3 r-caret@6.0-94 r-biocparallel@1.40.0
Channel: guix-bioc
Location: guix-bioc/packages/c.scm (guix-bioc packages c)
Home page: https://christofseiler.github.io/CytoGLMM
Licenses: LGPL 3
Synopsis: Conditional Differential Analysis for Flow and Mass Cytometry Experiments
Description:

The CytoGLMM R package implements two multiple regression strategies: A bootstrapped generalized linear model (GLM) and a generalized linear mixed model (GLMM). Most current data analysis tools compare expressions across many computationally discovered cell types. CytoGLMM focuses on just one cell type. Our narrower field of application allows us to define a more specific statistical model with easier to control statistical guarantees. As a result, CytoGLMM finds differential proteins in flow and mass cytometry data while reducing biases arising from marker correlations and safeguarding against false discoveries induced by patient heterogeneity.

r-snapatac 2.0
Propagated dependencies: r-bigmemory@4.6.4 r-doparallel@1.0.17 r-dosnow@1.0.20 r-edger@4.4.0 r-foreach@1.5.2 r-genomicranges@1.58.0 r-igraph@2.1.1 r-iranges@2.40.0 r-irlba@2.3.5.1 r-matrix@1.7-1 r-plyr@1.8.9 r-plot3d@1.4.1 r-rann@2.6.2 r-raster@3.6-30 r-rcolorbrewer@1.1-3 r-rhdf5@2.50.0 r-rtsne@0.17 r-scales@1.3.0 r-viridis@0.6.5
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/r3fang/SnapATAC
Licenses: GPL 3
Synopsis: Single nucleus analysis package for ATAC-Seq
Description:

This package provides a fast and accurate analysis toolkit for single cell ATAC-seq (Assay for transposase-accessible chromatin using sequencing). Single cell ATAC-seq can resolve the heterogeneity of a complex tissue and reveal cell-type specific regulatory landscapes. However, the exceeding data sparsity has posed unique challenges for the data analysis. This package r-snapatac is an end-to-end bioinformatics pipeline for analyzing large- scale single cell ATAC-seq data which includes quality control, normalization, clustering analysis, differential analysis, motif inference and exploration of single cell ATAC-seq sequencing data.

r-spectrum 1.1
Propagated dependencies: r-clusterr@1.3.3 r-diptest@0.77-1 r-ggplot2@3.5.1 r-rfast@2.1.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/Spectrum/
Licenses: AGPL 3+
Synopsis: Fast adaptive spectral clustering for single and multi-view data
Description:

This package provides a self-tuning spectral clustering method for single or multi-view data. Spectrum uses a new type of adaptive density aware kernel that strengthens connections in the graph based on common nearest neighbours. It uses a tensor product graph data integration and diffusion procedure to integrate different data sources and reduce noise. Spectrum uses either the eigengap or multimodality gap heuristics to determine the number of clusters. The method is sufficiently flexible so that a wide range of Gaussian and non-Gaussian structures can be clustered with automatic selection of K.

r-bios2cor 2.2.2
Propagated dependencies: r-bigmemory@4.6.4 r-bio3d@2.4-5 r-circular@0.5-1 r-igraph@2.1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/Bios2cor/
Licenses: GPL 2+
Synopsis: From biological sequences and simulations to correlation analysis
Description:

This package provides utilities for computation and analysis of correlation/covariation in multiple sequence alignments and in side chain motions during molecular dynamics simulations. Features include the computation of correlation/covariation scores using a variety of scoring functions between either sequence positions in alignments or side chain dihedral angles in molecular dynamics simulations and utilities to analyze the correlation/covariation matrix through a variety of tools including network representation and principal components analysis. In addition, several utility functions are based on the R graphical environment to provide friendly tools for help in data interpretation.

r-robustfa 1.1-0
Propagated dependencies: r-rrcov@1.7-6
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=robustfa
Licenses: GPL 2+
Synopsis: Object Oriented Solution for Robust Factor Analysis
Description:

Outliers virtually exist in any datasets of any application field. To avoid the impact of outliers, we need to use robust estimators. Classical estimators of multivariate mean and covariance matrix are the sample mean and the sample covariance matrix. Outliers will affect the sample mean and the sample covariance matrix, and thus they will affect the classical factor analysis which depends on the classical estimators (Pison, G., Rousseeuw, P.J., Filzmoser, P. and Croux, C. (2003) <doi:10.1016/S0047-259X(02)00007-6>). So it is necessary to use the robust estimators of the sample mean and the sample covariance matrix. There are several robust estimators in the literature: Minimum Covariance Determinant estimator, Orthogonalized Gnanadesikan-Kettenring, Minimum Volume Ellipsoid, M, S, and Stahel-Donoho. The most direct way to make multivariate analysis more robust is to replace the sample mean and the sample covariance matrix of the classical estimators to robust estimators (Maronna, R.A., Martin, D. and Yohai, V. (2006) <doi:10.1002/0470010940>) (Todorov, V. and Filzmoser, P. (2009) <doi:10.18637/jss.v032.i03>), which is our choice of robust factor analysis. We created an object oriented solution for robust factor analysis based on new S4 classes.

r-biotools 4.3
Propagated dependencies: r-mass@7.3-61 r-boot@1.3-31
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://arsilva87.github.io/biotools/
Licenses: GPL 2+
Synopsis: Tools for Biometry and Applied Statistics in Agricultural Science
Description:

This package provides tools designed to perform and evaluate cluster analysis (including Tocher's algorithm), discriminant analysis and path analysis (standard and under collinearity), as well as some useful miscellaneous tools for dealing with sample size and optimum plot size calculations. A test for seed sample heterogeneity is now available. Mantel's permutation test can be found in this package. A new approach for calculating its power is implemented. biotools also contains tests for genetic covariance components. Heuristic approaches for performing non-parametric spatial predictions of generic response variables and spatial gene diversity are implemented.

r-calibrar 0.9.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://roliveros-ramos.github.io/calibrar/
Licenses: GPL 2
Synopsis: Automated Parameter Estimation for Complex Models
Description:

General optimisation and specific tools for the parameter estimation (i.e. calibration) of complex models, including stochastic ones. It implements generic functions that can be used for fitting any type of models, especially those with non-differentiable objective functions, with the same syntax as base::optim. It supports multiple phases estimation (sequential parameter masking), constrained optimization (bounding box restrictions) and automatic parallel computation of numerical gradients. Some common maximum likelihood estimation methods and automated construction of the objective function from simulated model outputs is provided. See <https://roliveros-ramos.github.io/calibrar/> for more details.

r-dfphase1 1.2.0
Propagated dependencies: r-robustbase@0.99-4-1 r-rcpp@1.0.13-1 r-lattice@0.22-6
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=dfphase1
Licenses: LGPL 2.0+
Synopsis: Phase I Control Charts (with Emphasis on Distribution-Free Methods)
Description:

Statistical methods for retrospectively detecting changes in location and/or dispersion of univariate and multivariate variables. Data values are assumed to be independent, can be individual (one observation at each instant of time) or subgrouped (more than one observation at each instant of time). Control limits are computed, often using a permutation approach, so that a prescribed false alarm probability is guaranteed without making any parametric assumptions on the stable (in-control) distribution. See G. Capizzi and G. Masarotto (2018) <doi:10.1007/978-3-319-75295-2_1> for an introduction to the package.

r-em-fuzzy 1.0
Propagated dependencies: r-fuzzynumbers@0.4-7 r-distrib@1.0
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://cran.r-project.org/package=EM.Fuzzy
Licenses: LGPL 3+
Synopsis: EM Algorithm for Maximum Likelihood Estimation by Non-Precise Information
Description:

The EM algorithm is a powerful tool for computing maximum likelihood estimates with incomplete data. This package will help to applying EM algorithm based on triangular and trapezoidal fuzzy numbers (as two kinds of incomplete data). A method is proposed for estimating the unknown parameter in a parametric statistical model when the observations are triangular or trapezoidal fuzzy numbers. This method is based on maximizing the observed-data likelihood defined as the conditional probability of the fuzzy data; for more details and formulas see Denoeux (2011) <doi:10.1016/j.fss.2011.05.022>.

r-evidence 0.8.10
Propagated dependencies: r-rstanarm@2.32.1 r-rstan@2.32.6 r-loo@2.8.0 r-learnbayes@2.15.1 r-lattice@0.22-6 r-laplacesdemon@16.1.6
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://cran.r-project.org/package=evidence
Licenses: GPL 2+
Synopsis: Analysis of Scientific Evidence Using Bayesian and Likelihood Methods
Description:

Bayesian (and some likelihoodist) functions as alternatives to hypothesis-testing functions in R base using a user interface patterned after those of R's hypothesis testing functions. See McElreath (2016, ISBN: 978-1-4822-5344-3), Gelman and Hill (2007, ISBN: 0-521-68689-X) (new edition in preparation) and Albert (2009, ISBN: 978-0-387-71384-7) for good introductions to Bayesian analysis and Pawitan (2002, ISBN: 0-19-850765-8) for the Likelihood approach. The functions in the package also make extensive use of graphical displays for data exploration and model comparison.

r-epimodel 2.5.0
Propagated dependencies: r-tibble@3.2.1 r-tergm@4.2.1 r-statnet-common@4.10.0 r-rlang@1.1.4 r-rcpp@1.0.13-1 r-rcolorbrewer@1.1-3 r-networklite@1.1.0 r-networkdynamic@0.11.5 r-network@1.18.2 r-lazyeval@0.2.2 r-ggplot2@3.5.1 r-foreach@1.5.2 r-ergm@4.8.1 r-dplyr@1.1.4 r-doparallel@1.0.17 r-desolve@1.40 r-collections@0.3.7 r-coda@0.19-4.1 r-ape@5.8
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://www.epimodel.org/
Licenses: GPL 3
Synopsis: Mathematical Modeling of Infectious Disease Dynamics
Description:

This package provides tools for simulating mathematical models of infectious disease dynamics. Epidemic model classes include deterministic compartmental models, stochastic individual-contact models, and stochastic network models. Network models use the robust statistical methods of exponential-family random graph models (ERGMs) from the Statnet suite of software packages in R. Standard templates for epidemic modeling include SI, SIR, and SIS disease types. EpiModel features an API for extending these templates to address novel scientific research aims. Full methods for EpiModel are detailed in Jenness et al. (2018, <doi:10.18637/jss.v084.i08>).

r-expandar 0.5.3
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://joachim-gassen.github.io/ExPanDaR/
Licenses: Expat
Synopsis: Explore Your Data Interactively
Description:

This package provides a shiny-based front end (the ExPanD app) and a set of functions for exploratory data analysis. Run as a web-based app, ExPanD enables users to assess the robustness of empirical evidence without providing them access to the underlying data. You can export a notebook containing the analysis of ExPanD and/or use the functions of the package to support your exploratory data analysis workflow. Refer to the vignettes of the package for more information on how to use ExPanD and/or the functions of this package.

Page: 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511
Total results: 36249