Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtuck committed Aug 15, 2024
1 parent a568444 commit 5d9288f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ S3method(plot,jfpcah)
S3method(plot,vfpca)
S3method(predict,hfpca)
S3method(predict,jfpca)
S3method(predict,jfpcah)
S3method(predict,lpcr)
S3method(predict,mlpcr)
S3method(predict,pcr)
Expand Down
2 changes: 1 addition & 1 deletion R/jointfPCA.R
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jointFPCA <- function(warp_data,
#' Computational Statistics and Data Analysis (2012), 10.1016/j.csda.2012.12.001.
#' @export
#' @examples
#' jfpca <- jointFPCA(simu_warp, no = 3)
#' jfpcah <- jointFPCAh(simu_warp, no = 3)
jointFPCAh <- function(warp_data,
var_exp = 0.99,
id = round(length(warp_data$time) / 2),
Expand Down
2 changes: 1 addition & 1 deletion man/jointFPCAh.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5d9288f

Please sign in to comment.