Notes
Lecture notes, tutorials, and reference material — built with Bookdown and R Markdown.
🚧 Coming Soon
Notes on statistics, probability, and data science are being prepared. Check back soon!
How to Add Your Notes
Option A — Link to an external hosted book:
Add a new card in the section below with the title, description, and URL.
Option B — Host the book within this site:
- Build your bookdown/R Markdown book locally (e.g.,
bookdown::render_book()) - Copy the rendered output (HTML files) into a subfolder like
notes/my-book-name/ - Add a card entry below pointing to
notes/my-book-name/index.html
Option C — Use a GitHub Pages link:
If your book is hosted on GitHub Pages (e.g., https://kskbhat.github.io/my-notes/), just link to it directly.
Available Notes
📐 Probability & Statistics
Coming Soon — Foundations of probability theory, distributions, and statistical inference.
Format: Bookdown (HTML)
📊 Cluster Analysis
Coming Soon — Comprehensive notes on clustering methods, evaluation metrics, and R implementations.
Format: Bookdown (HTML)
💻 R Programming
Coming Soon — From basics to advanced topics — tidyverse, package development, and Shiny apps.
Format: R Markdown Book
📈 Multivariate Statistics
Coming Soon — PCA, factor analysis, discriminant analysis, and dimension reduction techniques.
Format: Bookdown (HTML)