metrics_summary {dropout}R Documentation

Generate a summary of metrics for the dataset

Description

This function calculates a variety of metrics on the provided data and a corresponding output (c_output). These metrics include drop rate, section NA, section length, single NA, and the number of complete rows.

Usage

metrics_summary(data, c_output)

Arguments

data

A dataframe containing the dataset.

c_output

A list or dataframe containing the computed output that helps generate the metrics.

Value

A dataframe summarizing the computed metrics for each column.


[Package dropout version 2.2.0 Index]