statdf: Summary of dataframe

View source: R/statdf.R

statdfR Documentation

Summary of dataframe

Description

Summary of dataframe.

Usage

statdf(df, n = 2, cmcase = FALSE, prop = FALSE)

Arguments

df

dataframe of time series.

n

digits for reuslt in dataframe.

cmcase

logical value. Set to TRUE if you only want to summary cases which are complete, i.e., have no missing values.

prop

logical value. Convert time series into proportion time series before summary.

Details

Summary of dataframe: mean, standard deviation (sd), minimum (min), percentiles (0.25, 0.50, 0.75), maximum (max).

Value

a dataframe, columns stands for parameters, rows stands for variables.

Examples

statdf(voc)

GlossyBoat/foqat documentation built on Oct. 3, 2023, 1:27 p.m.