Learn R Programming

distributional (version 0.2.1)

dist_sample: Sampling distribution

Description

stable

Usage

dist_sample(x)

Arguments

x

A list of sampled values.

Examples

Run this code
# NOT RUN {
dist_sample(x = list(rnorm(100), rnorm(100, 10)))

# }

Run the code above in your browser using DataLab