Improved documentation
This commit is contained in:
parent
06eb8e5433
commit
47eb3f4e90
6 changed files with 15 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue