mixModelMatrices {gbev}R Documentation

Helper function for gbev-function.

Description

A help function for creating measurement error model, not intended for end-user use.

Usage

mixModelMatrices(w,numComp,mu,SigmaME,SigmaJ,pComp)

Arguments

w A matrix of covariates.
numComp Number of components in mixture of normals model.
mu Mean vectors of mixture of normal model.
SigmaME Covariance matrix of measurement error.
SigmaJ Covariance matrices of mixture of normal model.
pComp Vector of weights of mixture.

[Package gbev version 0.1.1 Index]