Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtuck committed Nov 18, 2023
1 parent c65fd06 commit 3c0b57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/elastic_mlogistic.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3c0b57d

Please sign in to comment.