Skip to content

Commit

Permalink
change default
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtuck committed Aug 23, 2024
1 parent 5bbc0af commit db736de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/jointfPCA.R
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jointFPCAh <- function(warp_data,


# Calculate Vector Space of warping
h <- gam_to_h(gam)
h <- gam_to_h(gam, smooth=FALSE)

# Joint fPCA --------------------------------------------------------------
jointfPCAhd <- function(qn, h, C = 1, var_exp = NULL) {
Expand Down

0 comments on commit db736de

Please sign in to comment.