summary.tvm {financial}R Documentation

Summarizing TVM model by printing its amortization table

Description

Prints amortization table of TVM model.

Usage

summary.tvm(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.

Author(s)

Lukasz Komsta

See Also

tvm

Examples

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

[Package financial version 0.1 Index]