validation.bin {BinNor}R Documentation

Validates the marginal specification of the binary part

Description

Checks whether the marginal specification of the binary part is valid and consistent.

Usage

validation.bin(no.bin, prop.vec.bin = NULL)

Arguments

no.bin

Number of binary variates.

prop.vec.bin

Probability vector for binary variables

Examples

	## Not run: validation.bin (3,  rep(0.6,4)) 
	validation.bin (4,  rep(0.6,4))

[Package BinNor version 2.3.3 Index]