Learn R Programming

foqat (version 2.0.8.2)

prop: Convert time series into proportion time series

Description

Convert time series into proportion time series.

Usage

prop(df, cmcase = FALSE)

Value

a dataframe with proportion time series.

Arguments

df

dataframe of time series.

cmcase

logical value. Set to TRUE if you only want to retain cases which are complete, i.e., have no missing values. The default vaule is FALSE.

Examples

Run this code
prop(voc)

Run the code above in your browser using DataLab