update the model selection step. Beginning for the plots
[valse.git] / pkg / man / basicInitParameters.Rd
... / ...
CommitLineData
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,
6identity for covariance matrices, and uniformly distributed for the clustering)}
7\usage{
8basicInitParameters(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{
20list with phiInit, rhoInit,piInit,gamInit
21}
22\description{
23Initialize the parameters in a basic way (zero for the conditional mean, uniform for weights,
24identity for covariance matrices, and uniformly distributed for the clustering)
25}
26