forked from rafavdz/quants_workbook
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.Rmd
36 lines (26 loc) · 1.41 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
32
33
34
35
36
---
title: "UG Quantitative Methods in the Social Sciences lab workbook"
subtitle: "A step-by-step guide for conducting quantitative research with R"
author: "by J Rafael Verudzco Torres and Mark Wong"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
output: bookdown::gitbook
documentclass: book
bibliography: [book.bib, packages.bib]
biblio-style: apalike
link-citations: yes
github-repo: rstudio/bookdown-demo
description: "This is the workbook you will use for the Quantitative Methods in the Social Sciences lab sessions."
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(fig.align="left", eval = TRUE, message=FALSE, warning=FALSE, out.width = "100%" )
library(tidyverse)
```
# Welcome{-#Welcome}
![](./images/cover.PNG)
Welcome to the Quantitative Methods in the Social Sciences lab!
This workbook is targeted to University of Glasgow students enrolled in the Undergraduate Quantitative Research Methods course of the School of Social & Political Sciences. The activities are designed for [RStudio Cloud](https://rstudio.cloud/).
The book was written using `R` [bookdown](https://github.com/rstudio/bookdown) package based on the GitHub repository: <https://github.com/rstudio/bookdown-demo>.
<br>
![cc-logo](./images/by-nc-sa.png)
The online version of this book is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/).