validation.nor {BinNor} | R Documentation |
Validates the marginal specification of the normal part
Description
This function checks whether mean and variance parameters for the normal part are valid and consistent.
Usage
validation.nor(no.nor, mean.vec.nor = NULL, var.nor = NULL)
Arguments
no.nor |
Number of normal variables |
mean.vec.nor |
Vector of means for normal variables |
var.nor |
Vector of variances for normal variables |
[Package BinNor version 2.3.3 Index]