Translated function, added unit tests

This commit is contained in:
Waldir Leoncio 2020-01-14 12:09:27 +01:00
parent 3bd031515b
commit 4a7c6f6a7a
6 changed files with 50 additions and 17 deletions

17
man/computeIndLogml.Rd Normal file
View file

@ -0,0 +1,17 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/computeIndLogml.R
\name{computeIndLogml}
\alias{computeIndLogml}
\title{computeIndLogml}
\usage{
computeIndLogml(omaFreqs, osuusTaulu)
}
\arguments{
\item{omaFreqs}{omaFreqs}
\item{osuusTaulu}{osuusTaulu}
}
\description{
Palauttaa yksilön logml:n, kun oletetaan yksilön alkuperät
määritellyiksi kuten osuusTaulu:ssa.
}