The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

Title: Generate Samples with a Variety of Probability Distributions
Version: 1.2.1
Maintainer: Nicholas Vietto <nicholasvietto@gmail.com>
Description: Simplifies the process of generating samples from a variety of probability distributions, allowing users to quickly create data frames for demonstrations, troubleshooting, or teaching purposes. Data is available in multiple sizes—small, medium, and large. For more information, refer to the package documentation.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Suggests: knitr, rmarkdown, testthat (≥ 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://github.com/nvietto/samplezoo, https://nvietto.github.io/samplezoo/
BugReports: https://github.com/nvietto/samplezoo/issues
NeedsCompilation: no
Packaged: 2025-02-21 16:21:32 UTC; nicholasvietto
Author: Nicholas Vietto [aut, cre, cph]
Repository: CRAN
Date/Publication: 2025-02-21 16:40:02 UTC

samplezoo: Generate Samples with a Variety of Probability Distributions

Description

logo

Simplifies the process of generating samples from a variety of probability distributions, allowing users to quickly create data frames for demonstrations, troubleshooting, or teaching purposes. Data is available in multiple sizes—small, medium, and large. For more information, refer to the package documentation.

Author(s)

Maintainer: Nicholas Vietto nicholasvietto@gmail.com [copyright holder]

See Also

Useful links:


Generate Samples with a Variety of Probability Distributions

Description

Generate Samples with a Variety of Probability Distributions

Usage

samplezoo(name)

Arguments

name

A character string specifying the dataset size. The three dataset sizes are:

  • small: Generates a data frame with 100 samples per distribution.

  • medium: Generates a data frame with 1,000 samples per distribution.

  • large: Generates a data frame with 10,000 samples per distribution.

Details

The distributions included in each data frame are:

Value

A dataset containing variables with common distributions.

Examples

small_data <- samplezoo("small")
medium_data <- samplezoo("medium")
large_data <- samplezoo("large")

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.