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