Learn R Programming

foqat (version 2.0.8.2)

statdf: Summary of dataframe

Description

Summary of dataframe.

Usage

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

Value

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

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

Examples

Run this code
statdf(voc)

Run the code above in your browser using DataLab