Learn R Programming

ssdtools (version 2.3.0)

ssd_dists_bcanz: BCANZ Distributions

Description

Gets a character vector of the names of the distributions adopted by BC, Canada, Australia and New Zealand for official guidelines.

Usage

ssd_dists_bcanz(npars = c(2L, 5L))

Value

A unique, sorted character vector of the distributions.

Arguments

npars

A whole numeric vector specifying which distributions to include based on the number of parameters.

See Also

ssd_dists()

Examples

Run this code
ssd_dists_bcanz()
ssd_dists_bcanz(npars = 2)

Run the code above in your browser using DataLab