makeDir: simMultDir - creates multiple Dirichlet distributions.

Description Usage Arguments See Also Examples

View source: R/simMultDir.R

Description

simMultDir - creates multiple Dirichlet distributions.

Usage

1
makeDir(n, vec)

Arguments

n

A number corresponding to the number of distributions to generate.

vec

A vector of parameter values for the Dirichlet

See Also

Note that this loads the gtools package for the rdirichlet function.

Examples

1
2
makeDir(1, c(2, 4, 3))
makeDir(2, c(2, 4, 3))

robschick/eliciteg documentation built on May 27, 2019, 11:58 a.m.