diff --git a/NAMESPACE b/NAMESPACE index 6642668..c77eb3f 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -2,6 +2,7 @@ export(admix1) export(calculatePopLogml) +export(colon) export(computeIndLogml) export(computeRows) export(etsiParas) diff --git a/TODO.md b/TODO.md index 7476bbe..795b825 100644 --- a/TODO.md +++ b/TODO.md @@ -16,8 +16,8 @@ Note to contributors: as tasks get finished, please update this file with an `x` The list below contains non-essential but nice-to-have tasks for the next stable release. -- [ ] Uniformize capitalization of function names -- [ ] Uniformize capitalization of function arguments +- [ ] Standardize capitalization of function names +- [ ] Standardize capitalization of function arguments - [ ] Implement optimizations from `fastbaps` - [ ] Replace redundant functions (ex.: `randga`) @@ -30,7 +30,6 @@ The following behavioral differences have been detected between the Matlab funct | `ownNum2Str` | `number` | `NaN` | `'NAN'` | error | | `ownNum2Str` | `number` | `` | `''` | `''` + warning | | `repmat` | `length(n)` | `> 2` | > 2D matrix | 2D matrix | -| `computeIndLogml` | some arguments < 0 | complex number | `NaN` | As general remarks, one should keep in mind that: diff --git a/man/etsiParas.Rd b/man/etsiParas.Rd new file mode 100644 index 0000000..bafaf9c --- /dev/null +++ b/man/etsiParas.Rd @@ -0,0 +1,20 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/etsiParas.R +\name{etsiParas} +\alias{etsiParas} +\title{Etsi Paras} +\usage{ +etsiParas(osuus, osuusTaulu, omaFreqs, logml) +} +\arguments{ +\item{osuus}{Percentages?} + +\item{osuusTaulu}{Percentage table?} + +\item{omaFreqs}{own Freqs?} + +\item{logml}{log maximum likelihood} +} +\description{ +Search for the best? +} diff --git a/man/laskeMuutokset4.Rd b/man/laskeMuutokset4.Rd index bf7c6f4..7c16a19 100644 --- a/man/laskeMuutokset4.Rd +++ b/man/laskeMuutokset4.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/laskeMuutokset4.R \name{laskeMuutokset4} \alias{laskeMuutokset4} -\title{laskeMuutokset4} +\title{Calculate changes?} \usage{ laskeMuutokset4(osuus, osuusTaulu, omaFreqs, logml, COUNTS = matrix(0)) }