Skip to contents

Apply all estimators across features (internal)

Usage

run_methods(dat, n_features = ncol(dat$Y), W_valid = NULL, n_cores = 1)

Arguments

dat

List returned by generate_toy_data() / run_single_iteration().

n_features

Number of outcome columns to process.

W_valid

Optional: validity-screened W matrix for matrix-bridge PGC.

n_cores

Number of parallel workers. Default 1 (sequential).

Value

Data frame with columns: feature, method, beta, se, pvalue.