draw_n_person_sample: Produce graphic for a single sample of n persons

Description Usage Arguments See Also Examples

Description

Produce graphic for a single sample of n persons

Usage

1
draw_n_person_sample(prob, n, a = 10, ap = rep(1/length(a), length(a)))

Arguments

prob

Probability to draw a construct from a certain category.

n

Number of persons, i.e. grids to be sampled.

a

Possible number of attributes sampled from.

ap

Attribute probabilities, i.e. for each number of attributes given in a.

See Also

Other Plotting: draw_multiple_n_persons_x_times

Examples

1
2
draw_n_person_sample(dexp(1:30, rate = .05), n = 100, a = 10)
draw_n_person_sample(dexp(1:30, rate = .05), n = 100, a = 1:5, ap = 5:1)

gridsampler documentation built on May 2, 2019, 5:36 a.m.