X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=man%2FbasicInitParameters.Rd;fp=man%2FbasicInitParameters.Rd;h=6ed854710cd9bf8ad556d3976bbead34264ad70e;hb=c7dab9ff8b95a7630c7dafdcf40d60c659290ef2;hp=0000000000000000000000000000000000000000;hpb=e3f2fe8a918614d246fe2451065b0dfcd348b366;p=valse.git diff --git a/man/basicInitParameters.Rd b/man/basicInitParameters.Rd new file mode 100644 index 0000000..6ed8547 --- /dev/null +++ b/man/basicInitParameters.Rd @@ -0,0 +1,26 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/generateSampleInputs.R +\name{basicInitParameters} +\alias{basicInitParameters} +\title{Initialize the parameters in a basic way (zero for the conditional mean, uniform for weights, +identity for covariance matrices, and uniformly distributed for the clustering)} +\usage{ +basicInitParameters(n, p, m, k) +} +\arguments{ +\item{n}{sample size} + +\item{p}{number of covariates} + +\item{m}{size of the response} + +\item{k}{number of clusters} +} +\value{ +list with phiInit, rhoInit,piInit,gamInit +} +\description{ +Initialize the parameters in a basic way (zero for the conditional mean, uniform for weights, +identity for covariance matrices, and uniformly distributed for the clustering) +} +