Learn R Programming

baselinenowcast (version 0.2.0)

.check_obs_and_pred: Check observations and predictions are compatible

Description

Check observations and predictions are compatible

Usage

.check_obs_and_pred(obs, pred)

Value

NULL, invisibly

Arguments

obs

Matrix or vector of observations.

pred

Matrix or vector of predictions.