metrics_summary: Generate a summary of metrics for the dataset

View source: R/metrics.R

metrics_summaryR 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.


dropout documentation built on Nov. 2, 2024, 1:12 a.m.