Learn R Programming

avfintools (version 0.1.0)

showidreturns: Frequency plot based on Absolute percentage movements

Description

Shows the cumulative probabilities of each percentage movement

Usage

showidreturns(df, name_in_string)

Value

A plot_ly graph showing the frequency of absolute returns. "All Data" - no data omitted "Cumulative Probability" Cumulative frequency graph of returns "No Extremes" filter out skewed data

Arguments

df

Dataframe from the "get"

name_in_string

Name of security associated with dataframe

Examples

Run this code
showidreturns(SPYdaily, "SPY")

Run the code above in your browser using DataLab