X-Git-Url: https://git.auder.net/?p=valse.git;a=blobdiff_plain;f=pkg%2Fman%2FbasicInitParameters.Rd;fp=pkg%2Fman%2FbasicInitParameters.Rd;h=6ed854710cd9bf8ad556d3976bbead34264ad70e;hp=0000000000000000000000000000000000000000;hb=f87ff0f5116c0c1c59c5608e46563ff0f79e5d43;hpb=53fa233d8fbeaf4d51a4874ba69d8472d01d04ba diff --git a/pkg/man/basicInitParameters.Rd b/pkg/man/basicInitParameters.Rd new file mode 100644 index 0000000..6ed8547 --- /dev/null +++ b/pkg/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) +} +