View source: R/check_cov_table.R
check_cov_table | R Documentation |
Check if a covariate table is valid. Will stop if not
check_cov_table(cov_table)
cov_table |
a table of covariates. A
These names match the PLINK column names (https://www.cog-genomics.org/plink/1.9/input#pheno). Use read_plink_cov_file to read a covariates file. Use check_cov_table to test if a covariates table is valid. |
Nothing. Will stop if the cov_table
is invalid
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.