R/data-r20.R

#' 20 Percent Nominal Interest Table (Engineering Economy)
#'
#' A table containing the number of periods and the corresponding engineering
#' economic value given the "nominal annual interest rate, compounded
#' continuously" and period.
#'
#' @format A data.table data frame with 44 rows and 6 variables:
#' \describe{
#' \item{n}{The "number of periods (years)"}
#' \item{F/P}{Future value given present value}
#' \item{P/F}{Present value given future value}
#' \item{F/A}{Future value given annual value}
#' \item{P/A}{Present value given annual value}
#' \item{n}{The "number of periods (years)"}
#' }
#'
#'
#' @source
#' William G. Sullivan, Elin M. Wicks, and C. Patrick Koelling, \emph{Engineering Economy}, Fourteenth Edition, Upper Saddle River, New Jersey: Pearson/Prentice Hall, 2009, page 625-647.
#'
#'
#'
"r20"
#> [1] "r20"

Try the iemiscdata package in your browser

Any scripts or data that you put into this service are public.

iemiscdata documentation built on Sept. 26, 2023, 1:07 a.m.