View source: R/check_phenotype_predictions_table.R
check_phenotype_predictions_table | R Documentation |
phenotype_predictions_table
is validCheck if the phenotype_predictions_table
is valid
Will stop if not.
check_phenotype_predictions_table(phenotype_predictions_table)
phenotype_predictions_table |
a table of phenotype predictions, with a true and estimated value for all individuals at a certain epoch |
Nothing.
Will stop if phenotype_predictions_table
is invalid.
Richèl J.C. Bilderbeek
phenotype_predictions_table <- create_test_phenotype_predictions_table()
check_phenotype_predictions_table(phenotype_predictions_table)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.