View source: R/supporting_function.R
extract_pc | R Documentation |
Extract the principle components from the output of simple_pc_testing() and debiased_pc_testing().
extract_pc(testing_result)
testing_result |
The output/test result list from simple_pc_testing() or debiased_pc_testing(). |
A list, whose elements are the estimated PC for each split—the length of the output list is the same as n_folds.
The PC vectors for each split.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.