Learn R Programming

binomialMix (version 1.0.1)

init_lambda: Initialize the vector lambda of mixture proportion

Description

Initialize the vector lambda of mixture proportion

Usage

init_lambda(K)

Arguments

K

A numeric value corresponding to the number of cluster

Value

result A numeric vector of length K

Examples

Run this code
# NOT RUN {
init_lambda(K=3)
# }

Run the code above in your browser using DataLab