get_stats {bolsec} | R Documentation |
Descriptive statistics of varying securities.
Description
This daily chart exhibits the descriptive statistics of price, rate and price variation from securities in the Bolivian Securities Exchange.
Usage
get_stats(data)
Arguments
data |
A defined variable storing the daily data from the import_data function. |
Value
MEAN |
This row displays the mean calculations of today's prices, rates, and price variations of all traded securities. |
MEDIAN |
This row displays the median calculations of today's prices, rates, and price variations of all traded securities. |
ST. DEV. |
This row displays the standard deviation calculations of today's prices, rates, and price variations of all traded securities. |
MIN. |
This row displays the minimum value of today's prices, rates, and price variations of all traded securities. |
MAX. |
This row displays the maximum value of today's prices, rates, and price variations of all traded securities. |
Author(s)
Alvaro Ignacio Tapia
References
The Bolivian Stock Exchange (Bolsa Boliviana de Valores), based in La Paz, Bolivia, offers trading of equities, indexes, gold, and local commodities.
Examples
data <- import_data()
get_stats(data)