Learn R Programming

baselinenowcast (version 0.2.0)

.compute_complete_row_stats: Compute complete row statistics

Description

Compute complete row statistics

Usage

.compute_complete_row_stats(object, mat, ref_dates)

Value

List with most_recent_complete_idx, most_recent_complete_date, most_recent_complete_count, mean_delays, and complete_rows (or NULL if no complete rows).

Arguments

object

A reporting_triangle object.

mat

Matrix representation of the triangle.

ref_dates

Vector of reference dates.