View source: R/align_pcdirs.R View source: R/center_pcdirs.R
align_pcdirs | R Documentation |
The function 'prep_training_data' does not center the warping functions, which leads to issues when visualizing joint and horizontal principal component directions. This function aligns the principal directions for improved interpretability of the principal directions. Currently, only alignment for jfPCA has been implemented.
The function 'prep_training_data' does not center the warping functions, which leads to issues when visualizing joint and horizontal principal component directions. This function aligns the principal directions for improved interpretability of the principal directions. Currently, only alignment for jfPCA has been implemented.
align_pcdirs(train_obj)
align_pcdirs(train_obj)
train_obj |
Output object from 'prep_training_data' (jfpca only) |
List with the same structure as 'prep_training_data', but the principal directions are replaced with the aligned version and gamI is included in the fpca_res object.
List with the same structure as 'prep_training_data', but the principal directions are replaced with the aligned version and gamI is included in the fpca_res object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.