pvYearlyAnnuityCompMonthly | R Documentation |
Computing Present Value of Yearly Paid Ordinary Annuity or Annuity Due that is Compounded Monthly.
pvYearlyAnnuityCompMonthly(r, n, pmt, bgn)
r |
A number. |
n |
A number. |
pmt |
A number. |
bgn |
A number. |
As explained by \insertCitehumm;textualtvmComp, the description of the Compounding Frequency is usually contained within the phrase that describes the nominal interest rate. An example would be 24 percent compounded monthly. This means that the nominal, or annual, interest rate of 24 percent is compounded 12 times each year at 24/12 that is 2 percent, each period.
The method pvYearlyAnnuityCompMonthly()
is developed to compute Present Value of Yearly-Paid Ordinary Annuity or Annuity Due that is Compounded Monthly.The method gives Present Value when values are passed to its four arguments. Here r
is annual rate,n
is number of years,pmt
is amount of one annuity and bgn
is the computational mode. (Enter 1 when annuity payment occurs at the beginning of the period; 0 for end of period payments).
Input values to four arguments r
, n
, pmt
and bgn
MaheshP Kumar, maheshparamjitkumar@gmail.com
hummtvmComp
pvYearlyAnnuityCompMonthly(0.11,4,-300,0) pvYearlyAnnuityCompMonthly(0.11,4,-300,1) pvYearlyAnnuityCompMonthly(0.11,4,300,0) pvYearlyAnnuityCompMonthly(0.11,4,300,1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.