X-Git-Url: https://git.auder.net/?p=valse.git;a=blobdiff_plain;f=pkg%2Fman%2FinitSmallEM.Rd;fp=pkg%2Fman%2FinitSmallEM.Rd;h=0000000000000000000000000000000000000000;hp=86be0cb30f06c0f74f9d2a8d548b93aed00dcbb8;hb=6f32817b8258e4ff1bb0bf82fc7dc3d2056df3e3;hpb=f72448157e2ca194959adcffced29448fbb1bb74 diff --git a/pkg/man/initSmallEM.Rd b/pkg/man/initSmallEM.Rd deleted file mode 100644 index 86be0cb..0000000 --- a/pkg/man/initSmallEM.Rd +++ /dev/null @@ -1,22 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/initSmallEM.R -\name{initSmallEM} -\alias{initSmallEM} -\title{initialization of the EM algorithm} -\usage{ -initSmallEM(k, X, Y) -} -\arguments{ -\item{k}{number of components} - -\item{X}{matrix of covariates (of size n*p)} - -\item{Y}{matrix of responses (of size n*m)} -} -\value{ -a list with phiInit, rhoInit, piInit, gamInit -} -\description{ -initialization of the EM algorithm -} -