generated from jtr13/bookdown-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.Rmd
29 lines (18 loc) · 1.09 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
---
title: "Data Analysis in R for Sensory and Consumer Science"
author: "Morten Arendt Rasmussen, Julius Jessen Terp, Mads Rønnow Staffe, Helene C. Reinbach, Qian Janice Wang and Bodil H. Allesen-Holm"
date: "September 2024"
site: bookdown::bookdown_site
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE, message = F, warning = F)
```
![Alt text](init_frontpage.jpg)
# Introduction to the book {-}
This material is to cover data analysis using R for consumer science targeting the following courses:
* Meal Systems and Technologies
* Food and Meal Consumer Research
* Thematic Course in Food Innovation and Health
But others may benefit from the material as well....
The initial chapters of the book introduce R and the background for the different statistical methods used in the book. The following parts of the book is divided according to the course hence the data types encountered in the above mentioned courses,
The format of the book is simple - first read the written text and when you reach a code, copy the code and try it out yourself.