fundsr plots tracking differences (CAGR and log-return) and survival curves.
Installation
# install.packages("pak")
# Stable (latest release):
pak::pak("StanTraykov/fundsr@*release")
# Development:
pak::pak("StanTraykov/fundsr")From my r-universe (binary builds of latest release)
install.packages(
"fundsr",
repos = c("https://stantraykov.r-universe.dev", "https://cloud.r-project.org")
)Overview
fundsr is an analysis tool for DIY investors. It does not include or provide market data; users are responsible for sourcing any ETF NAV and index-level data they use, subject to the terms of their data sources. The package also supports plotting survival curves.
Usage
- Importing Data and Computing Differences
- Survival Curves for Financial Planning
- See also
scripts/examplesin the package directory (locate viasystem.file("scripts/examples", package="fundsr")) - Options
- Reference

