Description Usage Arguments Value Examples
Performs the sequential test of pleiotropic effects using results of pleioR().
1 2 3 4 5 6 | pleio_test(
pleio_results,
loop_breaker = 1,
save_at = NULL,
contrast_matrices_list = NULL
)
|
pleio_results |
pleio_class object returned by pleioR(). |
loop_breaker |
numeric value for a maximum p-value used to stop the sequence if a higher p-value is obtained. This saves computation time if there are many tests to perform. |
save_at |
character with directory and/or file name (.rdata) to save the results. This is useful when handling multiple results such as in parallel jobs. |
contrast_matrices_list |
user-specified contrast matrices within a list of lists, or a single contrast matrix (see example). Each matrix must have the same number of columns, and must be equal to the number of traits. |
list of p-values, indices, and trait numeric identifier.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.