Learn R Programming

tvm (version 0.5.2)

rem: Remaining capital in a loan

Description

The amount that has to be repayed at each moment in a loan, at the end of the period

Usage

rem(cf, amt, r)

Arguments

cf

The cashflow of the loan, not including the initial inflow for the loan taker

amt

The original amount of the loan

r

The periodic rate of the loan

Examples

Run this code
rem(cf = rep_len(0.4, 4), amt = 1, r = 0.2)

Run the code above in your browser using DataLab