c7dab9ff |
1 | % Generated by roxygen2: do not edit by hand |
2 | % Please edit documentation in R/generateSampleInputs.R |
3 | \name{basicInitParameters} |
4 | \alias{basicInitParameters} |
5 | \title{Initialize the parameters in a basic way (zero for the conditional mean, uniform for weights, |
6 | identity for covariance matrices, and uniformly distributed for the clustering)} |
7 | \usage{ |
8 | basicInitParameters(n, p, m, k) |
9 | } |
10 | \arguments{ |
11 | \item{n}{sample size} |
12 | |
13 | \item{p}{number of covariates} |
14 | |
15 | \item{m}{size of the response} |
16 | |
17 | \item{k}{number of clusters} |
18 | } |
19 | \value{ |
20 | list with phiInit, rhoInit,piInit,gamInit |
21 | } |
22 | \description{ |
23 | Initialize the parameters in a basic way (zero for the conditional mean, uniform for weights, |
24 | identity for covariance matrices, and uniformly distributed for the clustering) |
25 | } |
26 | |