buildMu: A function to build the mu matrix

Description Usage Arguments Value

View source: R/buildMu.R

Description

A function to build the mu matrix

Usage

1
buildMu(offSet, latentVar, paramEsts, distribution, paramMatrix = FALSE)

Arguments

offSet

the offset matrix

latentVar, paramEsts, distribution

Latent variables, parameter estimates and distribution type

paramMatrix

A boolean, are feature parameters provided as matrix

Value

The mean matrix


combi documentation built on Nov. 8, 2020, 5:34 p.m.

Related to buildMu in combi...