financial (version 0.2)

summary.tvm: Summarizing TVM model by printing its amortization table

Description

Prints amortization table of TVM model.

Usage

"summary"(object, row = 1, ...)

Arguments

object
an object of class "tvm", created by tvm
row
a row number to make summary, default first row.
...
additional arguments, currently ignored.

Details

A table containing balance, interest, principal and payment for each step is produced and printed.

See Also

tvm

Examples

Run this code
y=tvm(pv=10000,i=10,n=10,pmt=NA)
summary(y)

Run the code above in your browser using DataLab