Other packages > Find by keyword >

TidyDensity  

Functions for Tidy Analysis and Generation of Random Data
View on CRAN: Click here


Download and install TidyDensity package within the R console
Install from CRAN:
install.packages("TidyDensity")

Install from Github:
library("remotes")
install_github("cran/TidyDensity")

Install by package version:
library("remotes")
install_version("TidyDensity", "1.5.2")



Attach the package and use:
library("TidyDensity")
Maintained by
Steven Sanderson
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2022-01-21
Latest Update: 2025-07-23
Description:
To make it easy to generate random numbers based upon the underlying stats distribution functions. All data is returned in a tidy and structured format making working with the data simple and straight forward. Given that the data is returned in a tidy 'tibble' it lends itself to working with the rest of the 'tidyverse'.
How to cite:
Steven Sanderson (2022). TidyDensity: Functions for Tidy Analysis and Generation of Random Data. R package version 1.5.2, https://cran.r-project.org/web/packages/TidyDensity. Accessed 11 Mar. 2026.
Previous versions and publish date:
0.0.1 (2022-01-21 09:52), 1.0.0 (2022-03-08 21:50), 1.0.1 (2022-03-27 15:30), 1.1.0 (2022-05-06 19:20), 1.2.0 (2022-06-08 15:50), 1.2.1 (2022-07-19 20:50), 1.2.2 (2022-08-10 09:30), 1.2.3 (2022-10-04 06:00), 1.2.4 (2022-11-16 16:40), 1.2.5 (2023-05-19 16:30), 1.2.6 (2023-10-30 15:30), 1.3.0 (2024-01-09 12:10), 1.4.0 (2024-04-26 15:20), 1.5.0 (2024-05-28 15:50), 1.5.1 (2025-07-23 16:50)
Other packages that cited TidyDensity R package
View TidyDensity citation profile
Other R packages that TidyDensity depends, imports, suggests or enhances
Complete documentation for TidyDensity
Functions, R codes and Examples using the TidyDensity R package
Some associated functions: bootstrap_density_augment . bootstrap_p_augment . bootstrap_p_vec . bootstrap_q_augment . bootstrap_q_vec . bootstrap_stat_plot . bootstrap_unnest_tbl . cgmean . chmean . ci_hi . ci_lo . ckurtosis . cmean . cmedian . color_blind . csd . cskewness . cvar . dist_type_extractor . pipe . td_scale_color_colorblind . td_scale_fill_colorblind . tidy_autoplot . tidy_bernoulli . tidy_beta . tidy_binomial . tidy_bootstrap . tidy_burr . tidy_cauchy . tidy_chisquare . tidy_combine_distributions . tidy_combined_autoplot . tidy_distribution_comparison . tidy_distribution_summary_tbl . tidy_empirical . tidy_exponential . tidy_f . tidy_four_autoplot . tidy_gamma . tidy_generalized_beta . tidy_generalized_pareto . tidy_geometric . tidy_hypergeometric . tidy_inverse_burr . tidy_inverse_exponential . tidy_inverse_gamma . tidy_inverse_normal . tidy_inverse_pareto . tidy_inverse_weibull . tidy_kurtosis_vec . tidy_logistic . tidy_lognormal . tidy_mixture_density . tidy_multi_dist_autoplot . tidy_multi_single_dist . tidy_negative_binomial . tidy_normal . tidy_paralogistic . tidy_pareto . tidy_pareto1 . tidy_poisson . tidy_random_walk . tidy_random_walk_autoplot . tidy_range_statistic . tidy_scale_zero_one_vec . tidy_skewness_vec . tidy_stat_tbl . tidy_t . tidy_uniform . tidy_weibull . tidy_zero_truncated_binomial . tidy_zero_truncated_geometric . tidy_zero_truncated_negative_binomial . tidy_zero_truncated_poisson . tidyeval . util_bernoulli_param_estimate . util_bernoulli_stats_tbl . util_beta_param_estimate . util_beta_stats_tbl . util_binomial_param_estimate . util_binomial_stats_tbl . util_cauchy_param_estimate . util_cauchy_stats_tbl . util_chisquare_stats_tbl . util_exponential_param_estimate . util_exponential_stats_tbl . util_f_stats_tbl . util_gamma_param_estimate . util_gamma_stats_tbl . util_geometric_param_estimate . util_geometric_stats_tbl . util_hypergeometric_param_estimate . util_hypergeometric_stats_tbl . util_logistic_param_estimate . util_logistic_stats_tbl . util_lognormal_param_estimate . util_lognormal_stats_tbl . util_negative_binomial_param_estimate . util_negative_binomial_stats_tbl . util_normal_param_estimate . util_normal_stats_tbl . util_pareto_param_estimate . util_pareto_stats_tbl . util_poisson_param_estimate . util_poisson_stats_tbl . util_t_stats_tbl . util_uniform_param_estimate . util_uniform_stats_tbl . util_weibull_param_estimate . util_weibull_stats_tbl . 
Some associated R codes: 00_global_variables.R . augment-bootstrap-density.R . augment-bootstrap-p.R . augment-bootstrap-q.R . autoplot-combined-dist.R . autoplot-four-graphs.R . autoplot-multi-dist.R . autoplot-randomwalk.R . autoplot.R . bootstrap-unnest-tbl.R . combine-multi-single-dist-tbl.R . combine-tidy-distributions-tbl.R . empirical-tidy-bootstrap.R . empirical-tidy.R . est-param-bernoulli.R . est-param-beta.R . est-param-binomial.R . est-param-cauchy.R . est-param-exponential.R . est-param-gamma.R . est-param-geometric.R . est-param-hypergeometric.R . est-param-logistic.R . est-param-lognormal.R . est-param-negative-binomial.R . est-param-normal.R . est-param-pareto.R . est-param-poisson.R . est-param-uniform.R . est-param-weibull.R . helper-dist-type-extract.R . palette-color-blind.R . plot-bootstrap-stat.R . random-tidy-bernoulli.R . random-tidy-beta.R . random-tidy-binomial.R . random-tidy-burr-inverse.R . random-tidy-burr.R . random-tidy-cauchy.R . random-tidy-chisquare.R . random-tidy-exponential-inverse.R . random-tidy-exponential.R . random-tidy-f.R . random-tidy-gamma-inverse.R . random-tidy-gamma.R . random-tidy-general-beta.R . random-tidy-general-pareto.R . random-tidy-geom.R . random-tidy-hypergeometric.R . random-tidy-logistic.R . random-tidy-lognormal.R . random-tidy-mixture.R . random-tidy-negative-binomial.R . random-tidy-normal-inverse.R . random-tidy-normal.R . random-tidy-paralogistic.R . random-tidy-pareto-inverse.R . random-tidy-pareto-single-param.R . random-tidy-pareto.R . random-tidy-poisson.R . random-tidy-t.R . random-tidy-uniform.R . random-tidy-weibull-inverse.R . random-tidy-weibull.R . random-tidy-zero-truc-poisson.R . random-tidy-zero-trunc-geometric.R . random-tidy-zero-truncated-binomial.R . random-zero-trunc-negative-binomial.R . stats-bernoulli-tbl.R . stats-beta-tbl.R . stats-binomial-tbl.R . stats-cauchy-tbl.R . stats-chisquare-tbl.R . stats-confidence-intervals.R . stats-exponential-tbl.R . stats-f-tbl.R . stats-gamma-tbl.R . stats-geometric-tbl.R . stats-hypergeometric-tbl.R . stats-logistic-tbl.R . stats-lognormal-tbl.R . stats-negative-binomial-tbl.R . stats-normal-tbl.R . stats-pareto-tbl.R . stats-poisson-tbl.R . stats-t-tbl.R . stats-tidy-stat-func-tbl.R . stats-uniform-tbl.R . stats-weibull-tbl.R . tidy-random-walk.R . tidy_distribution_summary_tbl.R . util-distribution-comparison.R . utils-pipe.R . utils-tidy-eval.R . vec-bootstrap-p.R . vec-bootstrap-q.R . vec-cumulative-functions.R . vec-kurtosis.R . vec-range.R . vec-scale-zero-one.R . vec-skewness.R . zzz.R .  Full TidyDensity package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

openNLPdata  
Apache OpenNLP Jars and Basic English Language Models
Apache OpenNLP jars and basic English language models. ...
Download / Learn more Package Citations See dependency  
histogram  
Construction of Regular and Irregular Histograms with Different Options for Automatic Choice of Bins
Automatic construction of regular and irregular histograms as described in Rozenholc/Mildenberger/Ga ...
Download / Learn more Package Citations See dependency  
sorocs  
A Bayesian Semiparametric Approach to Correlated ROC Surfaces
A Bayesian semiparametric Dirichlet process mixtures to estimate correlated receiver operating chara ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
roptions  
Option Strategies and Valuation
Collection of tools to develop options strategies, value option contracts using the Black-Scholes-Me ...
Download / Learn more Package Citations See dependency  
igoR  
Intergovernmental Organizations Database
Tools to extract information from the Intergovernmental Organizations ('IGO') Database , version 3, ...
Download / Learn more Package Citations See dependency  

26,293

R Packages

225,784

Dependencies

70,376

Author Associations

26,294

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA