Learn R Programming

HMC (version 1.1)

extract_pc: Extract the principle components from the output of simple_pc_testing() and debiased_pc_testing().

Description

Extract the principle components from the output of simple_pc_testing() and debiased_pc_testing().

Usage

extract_pc(testing_result)

Value

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.

Arguments

testing_result

The output/test result list from simple_pc_testing() or debiased_pc_testing().