prop {foqat} | R Documentation |
Convert time series into proportion time series
Description
Convert time series into proportion time series.
Usage
prop(df, cmcase = FALSE)
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. |
Value
a dataframe with proportion time series.
Examples
prop(voc)
[Package foqat version 2.0.8.2 Index]