Make Optimal Financial Decisions
The R4GoodPersonalFinances
R package is a set of tools designed to
help you plan and make informed, data-driven decisions for your personal
or household finances.
These tools are selected carefully to align with academic consensus,
bridging the gap between theoretical knowledge and practical
application. They assist you in:
- finding optimal asset allocation,
- preparing for retirement or financial independence,
- calculating optimal spending,
- and more.
The latest stable version of the package released on CRAN can be installed with:
# install.packages("pak")
pak::pak("R4GoodPersonalFinances")
You can install the latest version of R4GoodPersonalFinances from GitHub with:
# install.packages("pak")
pak::pak("R4GoodAcademy/R4GoodPersonalFinances")
You can install the package from
R-universe
also as WebAssembly
(WASM) binaries for use in WebR applications:
install.packages(
"R4GoodPersonalFinances",
repos = c(
"https://r4goodacademy.r-universe.dev",
"https://cloud.r-project.org"
)
)
- Haghani V., White J. (2023) The Missing Billionaires: A Guide to
Better Financial Decisions.
ISBN:9781119747918
. - Idzorek, Thomas M., and Paul D. Kaplan. (2024) Lifetime Financial
Advice: A Personalized Optimal Multilevel Approach. CFA Institute
Research Foundation.
ISBN:9781952927379
. - Milevsky, Moshe. (2020) Retirement Income Recipes in R: From Ruin
Probabilities to Intelligent Drawdowns. Springer.
doi.org/10.1007/978-3-030-51434-1
.
The R4GoodPersonalFinances
R package is part of the R for Good
Academy project. You can find there free resources explaining in
details concepts of personal finances implemented in this R package.
- See more: www.r4good.academy
The official package documentation can be found here:
r4goodacademy.github.io/R4GoodPersonalFinances
Make Optimal Financial Decisions with the
R4GoodPersonalFinances
R package!