check_phenotype_predictions_table: Check if the 'phenotype_predictions_table' is valid

View source: R/check_phenotype_predictions_table.R

check_phenotype_predictions_tableR Documentation

Check if the phenotype_predictions_table is valid

Description

Check if the phenotype_predictions_table is valid Will stop if not.

Usage

check_phenotype_predictions_table(phenotype_predictions_table)

Arguments

phenotype_predictions_table

a table of phenotype predictions, with a true and estimated value for all individuals at a certain epoch

Value

Nothing. Will stop if phenotype_predictions_table is invalid.

Author(s)

Richèl J.C. Bilderbeek

Examples

phenotype_predictions_table <- create_test_phenotype_predictions_table()
check_phenotype_predictions_table(phenotype_predictions_table)

richelbilderbeek/gcaer documentation built on March 25, 2024, 3:08 p.m.