Skip to contents

Null distributions always returns NA

Usage

rnull(n, ...)

Arguments

n

number of observations

...

not used

Examples

rnull(3, c(0.1,0.5,0.9),0.1)
#> [1] NA NA NA