check_r_squared_in_time_table: Check if the 'r_squared_in_time_table' is valid

View source: R/check_r_squared_in_time_table.R

check_r_squared_in_time_tableR Documentation

Check if the r_squared_in_time_table is valid

Description

Check if the r_squared_in_time_table is valid Will stop if not.

Usage

check_r_squared_in_time_table(r_squared_in_time_table)

Arguments

r_squared_in_time_table

r_squared in time, as can be checked by check_r_squared_in_time_table

Value

Nothing. Will stop if r_squared_in_time_table is invalid.

Author(s)

Richèl J.C. Bilderbeek

Examples

r_squared_in_time_table <- create_test_r_squared_in_time_table()
check_r_squared_in_time_table(r_squared_in_time_table)

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