cBern1dep: Generate binary data with 1-dependent correlated structure

Description Usage Arguments Value Examples

View source: R/cBern1dep.R

Description

Equivalent to cBern(n, p, rho, type="1-dependent")

Usage

1
cBern1dep(n, p, rho)

Arguments

n

number of observations

p

the vector of marginal probabilities with dimension m

rho

either a non-negative value indecating the shared correlation coefficient or and m-1 vector indicating the correlation coefficients between adjacent variables.

Value

an n*p matrix of binary data

Examples

1
X <- cBern1dep(5, c(0.4,0.5,0.6), c(0.2,0.3))

CorBin documentation built on Nov. 15, 2020, 1:06 a.m.

Related to cBern1dep in CorBin...