arlc_df_summary {arlclustering}R Documentation

Create a Summary of a Data Frame

Description

This function creates a summary of a data frame including count, mean, median, and standard deviation for numeric columns.

Usage

arlc_df_summary(df)

Arguments

df

A data frame.

Value

A data frame summarizing the statistics of the input data frame.

Examples

arlc_df_summary(data.frame(a = c(1, 2, 3, 4, 5), b = c(5, 4, 3, 2, 1)))

[Package arlclustering version 1.0.5 Index]