| grep_cols | R Documentation |
Find p-value or stat column names in table and check their validity. If no columns are found, it returns an error.
grep_cols(tab, p.cols = NULL, stat.cols = NULL)
tab |
Matrix-like object with statistical columns, some containing p-values. |
p.cols |
Indices or |
stat.cols |
Indices or |
Exactly one of p.cols or stat.cols should not be NULL.
Vector of column names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.