README.md

MortgageP

The package has one function that returns an amortization table that lists monthly payment on a mortgage loan based on a loan amount, duration of loan in years, and annual interest rate. The table will provide the breakdown of the payment by how much is allocated to interest and the loan principal. It will also list the loan balance for each month.

R programming

Final project

Example how to use the package

mortgage(loanamount, term, APR)

mortgage(300000,30,0.05)



meryem11/MortgageP documentation built on April 23, 2020, 12:45 a.m.