summary.tvm {financial} | R Documentation |
Prints amortization table of TVM model.
summary.tvm(object, row = 1, ...)
object |
an object of class "tvm", created by tvm |
row |
a row number to make summary, default first row. |
... |
additional arguments, currently ignored. |
A table containing balance, interest, principal and payment for each step is produced and printed.
Lukasz Komsta
y=tvm(pv=10000,i=10,n=10,pmt=NA) summary(y)