Single_DDM: Single_DDM

Description Usage Arguments Value See Also Examples

Description

The function calculates stock value based on a single stage DDM model (Gordon Growth Model)

Usage

1
Single_DDM(Ticker, Req, growth_rate)

Arguments

Ticker

Provide the stock ticker, which will be searched for on morningstar and yahoo finance

Req

The required rate of return used for discounting as a fraction

growth_rate

growth_rate

Value

DDM_Out The results of the DDM model

See Also

tq_get

Examples

1
2
3
4
5
6
7
8
 {

#Ticker <- "MSFT"
#Req <- 0.12
#growth_rate <- 0.1
 # Single_Stage_DDM <- Single_DDM(Ticker, Req, growth_rate)

}

JancoS/EquityR documentation built on May 9, 2019, 3:25 a.m.