draw_data_prb {cases}R Documentation

Sample binary data (single sample)

Description

This function is wrapper for rmvbin.

Usage

draw_data_prb(n = 100, pr = c(0.8, 0.8), R = diag(length(pr)))

Arguments

n

integer, sample size

pr

numeric, vector with marginal success probabilities

R

matrix, square correlation matrix

Value

a matrix with n rows and length(pr) columns of randomly generated binary (0, 1) data


[Package cases version 0.1.1 Index]