@@ -24,9 +24,9 @@ Our short introduction to `tidyquant` on
24
24
# Features of tidyquant
25
25
26
26
` tidyquant ` integrates the best resources for collecting and analyzing
27
- financial data, ` zoo ` , ` xts ` , ` quantmod ` , ` TTR ` , and
27
+ financial data using ` zoo ` , ` xts ` , ` quantmod ` , ` TTR ` , and
28
28
` PerformanceAnalytics ` , with the tidy data infrastructure of the
29
- ` tidyverse ` allowing for seamless interaction between each. You can now
29
+ ` tidyverse ` allows for seamless interaction between each. You can now
30
30
perform complete financial analyses in the ` tidyverse ` .
31
31
32
32
- ** A few core functions with a lot of power**
@@ -46,7 +46,7 @@ perform complete financial analyses in the `tidyverse`.
46
46
47
47
## One-Stop Shop for Serious Financial Analysis
48
48
49
- With ` tidyquant ` all the benefits add up to one thing: * a one-stop shop
49
+ With ` tidyquant ` , all the benefits add up to one thing: * a one-stop shop
50
50
for serious financial analysis!*
51
51
52
52
### Core Functions
@@ -60,7 +60,7 @@ for serious financial analysis!*
60
60
61
61
- ** Manipulating Financial Data: ` tq_transmute() ` and ` tq_mutate() ` ** .
62
62
Integration for many financial functions from ` xts ` , ` zoo ` ,
63
- ` quantmod ` ,` TTR ` and ` PerformanceAnalytics ` packages. ` tq_mutate() ` is
63
+ ` quantmod ` , ` TTR ` and ` PerformanceAnalytics ` packages. ` tq_mutate() ` is
64
64
used to add a column to the data frame, and ` tq_transmute() ` is used
65
65
to return a new data frame which is necessary for periodicity changes.
66
66
@@ -88,7 +88,7 @@ investment in various stocks would perform.
88
88
### Evaluating Portfolio Performance
89
89
90
90
Ok, stocks are too easy. What about portfolios? With the
91
- ` PerformanceAnalytics ` integration, visualizing blended portfolios are
91
+ ` PerformanceAnalytics ` integration, visualizing blended portfolios is
92
92
easy too!
93
93
94
94
- Portfolio 1: 50% FB, 25% AMZN, 25% NFLX, 0% GOOG
@@ -133,7 +133,7 @@ to speed quickly:
133
133
` tidyquant ` ] ( https://business-science.github.io/tidyquant/articles/TQ04-charting-with-tidyquant.html )
134
134
- [ TQ05 - Performance Analysis with
135
135
` tidyquant ` ] ( https://business-science.github.io/tidyquant/articles/TQ05-performance-analysis-with-tidyquant.html )
136
- - [ Blog Article: Excel in R - Pivot Tables , VLOOKUPs, and
136
+ - [ Blog Article: Excel in R - PivotTables , VLOOKUPs, and
137
137
more!] ( https://www.business-science.io/finance/2020/02/26/r-for-excel-users.html )
138
138
139
139
# Want to Learn tidyquant?
@@ -162,4 +162,4 @@ to speed quickly:
162
162
163
163
- ** Shiny Financial Analysis with Tidyquant API & Excel Pivot
164
164
Tables** - Learn how to use the new Excel Functionality to make
165
- Pivot Tables, VLOOKUPs, Sum-If’s , and more!
165
+ Pivot Tables, VLOOKUPs, SUMIFs , and more!
0 commit comments