Improved documentation

This commit is contained in:
Waldir Leoncio 2020-01-14 16:37:00 +01:00
parent 06eb8e5433
commit 47eb3f4e90
6 changed files with 15 additions and 14 deletions

View file

@ -7,9 +7,9 @@
computeIndLogml(omaFreqs, osuusTaulu)
}
\arguments{
\item{omaFreqs}{omaFreqs}
\item{omaFreqs}{own Freqs?}
\item{osuusTaulu}{osuusTaulu}
\item{osuusTaulu}{Percentage table?}
}
\description{
Palauttaa yksilön logml:n, kun oletetaan yksilön alkuperät

View file

@ -7,13 +7,13 @@
laskeMuutokset4(osuus, osuusTaulu, omaFreqs, logml, COUNTS = matrix(0))
}
\arguments{
\item{osuus}{osuus}
\item{osuus}{Percentages?}
\item{osuusTaulu}{osuusTaulu}
\item{osuusTaulu}{Percentage table?}
\item{omaFreqs}{omaFreqs}
\item{omaFreqs}{own Freqs?}
\item{logml}{logml}
\item{logml}{log maximum likelihood}
\item{COUNTS}{COUNTS}
}

View file

@ -9,7 +9,7 @@ repmat(mx, n)
\arguments{
\item{mx}{matrix}
\item{n}{either a scalat with the number of replications in both rows and columns or a 2-length vector with individual repetitions.}
\item{n}{either a scalar with the number of replications in both rows and columns or a 2-length vector with individual repetitions.}
}
\value{
matrix replicated over `ncol(mx) * n` columns and `nrow(mx) * n` rows