forked from seankross/bookdown-start
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
21 lines (17 loc) · 1.06 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
title: "A CTLSCx Exercises in R"
author: "Eduardo Almeida"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
documentclass: book
bibliography: [book.bib]
biblio-style: apalike
link-citations: yes
github-repo: Eduardodudu/CTLSCx
url: 'https://github.com/Eduardodudu/CTLSCx'
description: "Trying to learn NERD Network design ?"
---
# Preface {-}
This book aims to learn more about Rmarkdown, bookdown and modeling in R while doing the exercises of the CTLSCx courses. There will be only recitations, lessons and practice problems solutions. So therefore, bear with me if any major issue appears, this is purely designed for learning, even though I hope it might help other students who are passionate about SCM and R.
CTLSCx is a set of 5 (awesome!) courses on Supply Chain Management given by MITx on edx. For more information on the program check in the <edx website> [MITx SCM](https://www.edx.org/micromasters/mitx-supply-chain-management)
Bookdown created using template: <seankross/bookdown-start> [seankross-bookdown](https://github.com/seankross/bookdown-start)