View source: R/compute_test_statistic.R
compute_test_statistic.default | R Documentation |
Compute test statistics for matrices
## Default S3 method:
compute_test_statistic(
input_obj,
posterior_var_mat,
case_individuals,
control_individuals,
individual_vec,
verbose = 0,
...
)
input_obj |
Posterior mean matrix (a |
posterior_var_mat |
Posterior variance matrix (a |
case_individuals |
Vector of strings representing the individuals in |
control_individuals |
Vector of strings representing the individuals in |
individual_vec |
Vector of strings of length |
verbose |
Integer. |
... |
Additional parameters. |
A vector of test statistics of length ncol(input_obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.