-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
31 lines (25 loc) · 1.76 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
title: "Вежби од Statistical Rethinking"
author: "Novica Nakov"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
documentclass: book
bibliography: [book.bib, packages.bib]
# url: your book url like https://bookdown.org/yihui/bookdown
# cover-image: path to the social sharing image like images/cover.jpg
description: |
This is a bookdown that follows the exercises in Richard McElreath's
Statistical Rethinking book. Дел од тексот можеби ќе биде и на македонски.
link-citations: yes
github-repo: discindo/statistical_rethinking
---
# За овој bookdown проект
Statistical Rethinking e популарна книга за учење моделирање на податоци. Предавањата се [јавно достапни](https://github.com/rmcelreath/stat_rethinking_2022) и одлични. Ова се вежбите и моите решенија од книгата (која што може да се најде на интернет во PDF).
Текстот ќе биде измешан на македонски и англиски. Вежбите се ископирани од книгата и на англиски. Некои мои дообјаснувања и размислувања можеби ќе бидат на англиски, а можеби на македонски.
Моето читање на книгата и следење на предавањата коинцидира со [клубот на R4DS](https://r4ds.github.io/bookclub-statrethink/). Содржините таму се целосно на англиски.
```{r include=FALSE}
# automatically create a bib database for R packages
knitr::write_bib(c(
.packages(), 'bookdown', 'knitr', 'rmarkdown'
), 'packages.bib')
```