Learn R Programming

BinNor (version 2.3.4)

validation.bin: 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

Run this code
	if (FALSE) validation.bin (3,  rep(0.6,4)) 
	validation.bin (4,  rep(0.6,4))

Run the code above in your browser using DataLab