binom_param: binom_param

View source: R/binom_param.R

binom_paramR Documentation

binom_param

Description

binom_param

Usage

binom_param(n, p, mean = NA, sd = NA, norm = NA, pois = NA)

Arguments

n

integer: number of observations

p

numeric: vector of probabilities

mean

integer: number of digits the mean should have

sd

integer: number of digits the standard deviation should have

norm

logical: normal approximation possible

pois

logical: poisson approximation possible

Value

a data frame with possible choices of n , p, mean and sd

Examples

binom_param(1000:50000, (5:25)/100, 0, 0)

sigbertklinke/exams2moodle documentation built on July 6, 2023, 3:26 p.m.