diff --git a/R/elastic_mlogistic.R b/R/elastic_mlogistic.R index 6c1aad0..1d9c0fd 100644 --- a/R/elastic_mlogistic.R +++ b/R/elastic_mlogistic.R @@ -4,7 +4,7 @@ #' phase-variability using elastic methods #' #' @param f matrix (\eqn{N} x \eqn{M}) of \eqn{M} functions with \eqn{N} samples -#' @param y vector of size \eqn{M} labels {1,2,...,m} for m classes +#' @param y vector of size \eqn{M} labels [1,2,...,m] for m classes #' @param time vector of size \eqn{N} describing the sample points #' @param B matrix defining basis functions (default = NULL) #' @param df scalar controlling degrees of freedom if B=NULL (default=20) diff --git a/man/elastic.mlogistic.Rd b/man/elastic.mlogistic.Rd index 33fa705..c331732 100644 --- a/man/elastic.mlogistic.Rd +++ b/man/elastic.mlogistic.Rd @@ -20,7 +20,7 @@ elastic.mlogistic( \arguments{ \item{f}{matrix (\eqn{N} x \eqn{M}) of \eqn{M} functions with \eqn{N} samples} -\item{y}{vector of size \eqn{M} labels {1,2,...,m} for m classes} +\item{y}{vector of size \eqn{M} labels (1,2,...,m) for m classes} \item{time}{vector of size \eqn{N} describing the sample points}