• About
  • Documentation

  • More Universes
  • Recent Updates
  • Leader board

  • All repositories
  • All packages
  • All articles
  • All datasets
  • All system Libraries
sigbertklinke
  • Builds
  • Packages
  • Articles
  • Datasets
  • Contribution
  • Badges
  • API
  • Feed

Links tosigbertklinke

extraDistr - Additional Univariate and Multivariate Distributions

Density, distribution function, quantile function and random generation for a number of univariate and multivariate distributions. This package implements the following distributions: Bernoulli, beta-binomial, beta-negative binomial, beta prime, Bhattacharjee, Birnbaum-Saunders, bivariate normal, bivariate Poisson, categorical, Dirichlet, Dirichlet-multinomial, discrete gamma, discrete Laplace, discrete normal, discrete uniform, discrete Weibull, Frechet, gamma-Poisson, generalized extreme value, Gompertz, generalized Pareto, Gumbel, half-Cauchy, half-normal, half-t, Huber density, inverse chi-squared, inverse-gamma, Kumaraswamy, Laplace, location-scale t, logarithmic, Lomax, multivariate hypergeometric, multinomial, negative hypergeometric, non-standard beta, normal mixture, Poisson mixture, Pareto, power, reparametrized beta, Rayleigh, shifted Gompertz, Skellam, slash, triangular, truncated binomial, truncated normal, truncated Poisson, Tukey lambda, Wald, zero-inflated binomial, zero-inflated negative binomial, zero-inflated Poisson.

Last updated

cpp

10.34 score 1 stars 114 dependents 2.0k scripts 26k downloads

plot.matrix - Visualizes a Matrix as Heatmap

Visualizes a matrix object plainly as heatmap. It provides S3 functions to plot simple matrices and loading matrices.

Last updated

7.83 score 8 stars 7 dependents 514 scripts 1.6k downloads

exams.forge - Support for Compiling Examination Tasks using the 'exams' Package

The main aim is to further facilitate the creation of exercises based on the package 'exams' by Grün, B., and Zeileis, A. (2009) <doi:10.18637/jss.v029.i10>. Creating effective student exercises involves challenges such as creating appropriate data sets and ensuring access to intermediate values for accurate explanation of solutions. The functionality includes the generation of univariate and bivariate data including simple time series, functions for theoretical distributions and their approximation, statistical and mathematical calculations for tasks in basic statistics courses as well as general tasks such as string manipulation, LaTeX/HTML formatting and the editing of XML task files for 'Moodle'.

Last updated

4.48 score 1 dependents 1 scripts 512 downloads

stranslate - Simple Translation Between Different Languages

Message translation is often managed with 'po' files and the 'gettext' programme, but sometimes another solution is needed. In contrast to 'po' files, a more flexible approach is used as in the Fluent <https://projectfluent.org/> project with R Markdown snippets. The key-value approach allows easier handling of the translated messages.

Last updated

4.48 score 2 dependents 3 scripts 659 downloads

andrews - Various Andrews Curves

Visualisation of multidimensional data through different Andrews curves: Andrews, D. F. (1972) Plots of High-Dimensional Data. Biometrics, 28(1), 125-136. <doi:10.2307/2528964>.

Last updated

4.27 score 1 stars 35 scripts 1.1k downloads

exams.forge.data - Sample and Precomputed Data for Use with 'exams.forge'

Provides a small collection of datasets supporting Pearson correlation and linear regression analysis. It includes the precomputed dataset 'sos100', with integer values summing to zero and squared sum equal to 100. For other values of 'n' and user-defined parameters, the 'sos()' function from the 'exams.forge' package can be used to generate datasets on the fly. In addition, the package contains around 500 R Markdown exercises that illustrate the usage of 'exams.forge' commands.

Last updated

3.70 score 228 downloads

shinyDTC - Simple Dynamic Timer Control

A dynamic timer control is a Shiny widget that enables time-based processes in applications. It allows users to execute these processes manually in individual steps or at customizable speeds. The timer can be paused, resumed, or restarted. This control is particularly well-suited for simulations, animations, countdowns, or interactive visualizations.

Last updated

3.70 score 1 stars 541 downloads

mmstat4 - Access to Teaching Materials from a ZIP File or GitHub

Provides access to teaching materials for various statistics courses, including R and Python programs, Shiny apps, data, and PDF/HTML documents. These materials are stored on the Internet as a ZIP file (e.g., in a GitHub repository) and can be downloaded and displayed or run locally. The content of the ZIP file is temporarily or permanently stored. By default, the package uses the GitHub repository 'sigbertklinke/mmstat4.data.' Additionally, the package includes 'association_measures.R' from the archived package 'ryouready' by Mark Heckman and some auxiliary functions.

Last updated

3.70 score 1 stars 1 scripts 591 downloads

HKRbook - Apps and Data for the Book "Introduction to Statistics"

Functions, Shiny apps and data for the book "Introduction to Statistics" by Wolfgang Karl Härdle, Sigbert Klinke, and Bernd Rönz (2015) <doi:10.1007/978-3-319-17704-5>.

Last updated

3.70 score 1 stars 206 downloads

smvgraph - Visualization and Clustering of Data in a Shiny App

Various visualisations of univariate and multivariate graphs (e.g. mosaic diagram, scatterplot matrix, Andrews curves, parallel coordinate diagram, radar diagram and Chernoff plots) as well as clustering methods (e.g. k-means, agglomerative, EM clustering and DBSCAN) are implemented as a Shiny app. The app allows interactive changes, e.g. of the order of variables. It is intended for use in teaching.

Last updated

3.70 score 216 downloads

rscc - R Source Code Similarity Evaluation by Variable/Function Names

Evaluates R source codes by variable and/or functions names. Similar source codes should deliver similarity coefficients near one. Since neither the frequency nor the order of the used names is considered, a manual inspection of the R source code is required to check for similarity. Possible use cases include detection of code clones for improving software quality and of plagiarism amongst students' assignments.

Last updated

3.70 score 1 scripts 748 downloads

demoShiny - Runs a 'Shiny' App as Demo or Lists All Demo 'Shiny' Apps

Mimics the demo functionality for 'Shiny' apps in a package. Apps stored to the package subdirectory 'inst/shiny' can be called by demoShiny(topic).

Last updated

3.70 score 203 downloads

abbreviate - Readable String Abbreviation

Strings are abbreviated to at least "minlength" characters, such that they remain unique (if they were). The abbreviations should be recognisable. The algorithm does not guarantee that a always a solution is found.

Last updated

3.48 score 6 stars 6 scripts 971 downloads

rmdwc - Count Words and Characters in R Markdown and Jupyter Notebooks

Computes word, character, and non-whitespace character counts in R Markdown documents and Jupyter notebooks, with or without code chunks. Returns results as a data frame.

Last updated

2.70 score 3 scripts 896 downloads

listArray - Incomplete Array with Arbitrary R Objects as Indices

The aim of the package is to create data objects which allow for accesses like x["test"] and x["test","test"].

Last updated

2.70 score 3 scripts 210 downloads