-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsection-welcome.html
More file actions
140 lines (109 loc) · 4.98 KB
/
section-welcome.html
File metadata and controls
140 lines (109 loc) · 4.98 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Marketing Research 2019</title>
<meta name="description" content="An Introduction to Statistics Using R" />
<meta name="generator" content="bookdown 0.18 and GitBook 2.6.7" />
<meta property="og:title" content="Marketing Research 2019" />
<meta property="og:type" content="book" />
<meta property="og:description" content="An Introduction to Statistics Using R" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Marketing Research 2019" />
<meta name="twitter:description" content="An Introduction to Statistics Using R" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="shortcut icon" href="C:/Users/Mirza/Desktop/Home for R/Github/MR 2019/MR2019/libs/favicon.ico" type="image/x-icon" />
<link rel="next" href="section-course-materials.html"/>
</head>
<body>
<div class="book without-animation with-summary font-size-2 font-family-1" data-basepath=".">
<div class="book-summary">
<nav role="navigation">
<ul class="summary">
<li><strong><a href="./">MR 2019</a></strong></li>
<li class="divider"></li>
<li class="chapter" data-level="" data-path="section-welcome.html"><a href="section-welcome.html"><i class="fa fa-check"></i>Welcome!</a></li>
<li class="chapter" data-level="" data-path="section-course-materials.html"><a href="section-course-materials.html"><i class="fa fa-check"></i>Course materials</a><ul>
<li class="chapter" data-level="" data-path="section-course-materials.html"><a href="section-course-materials.html#section-main-reference"><i class="fa fa-check"></i>Main reference</a></li>
<li class="chapter" data-level="" data-path="section-course-materials.html"><a href="section-course-materials.html#section-further-readings"><i class="fa fa-check"></i>Further readings</a></li>
<li class="chapter" data-level="" data-path="section-course-materials.html"><a href="section-course-materials.html#section-datacamp"><i class="fa fa-check"></i>DataCamp</a></li>
<li class="chapter" data-level="" data-path="section-course-materials.html"><a href="section-course-materials.html#section-other-web-resources"><i class="fa fa-check"></i>Other web-resources</a></li>
</ul></li>
</ul>
</nav>
</div>
<div class="book-body">
<div class="body-inner">
<div class="book-header" role="navigation">
<h1>
<i class="fa fa-circle-o-notch fa-spin"></i><a href="./">Marketing Research 2019</a>
</h1>
</div>
<div class="page-wrapper" tabindex="-1" role="main">
<div class="page-inner">
<section class="normal" id="section-">
<div id="section-header">
<h1 class="title">Marketing Research 2019</h1>
</div>
<div id="section-welcome" class="section level1 unnumbered">
<h1>Welcome!</h1>
<p>This is an introduction to statistics using the statistical software R presented by the Institute for Interactive Marketing and Social Media at WU Vienna.<br></p>
<p><br>
<img src="C:/Users/Mirza/Desktop/Home for R/Github/MR 2019/MR2019/libs/./logos.png" width="60%" style="display: block; margin: auto;" />
<br>
The tutorial is intended to facilitate the learning process by summarizing the content that was covered in class. It includes the code files that we used during each session, along with the commented outputs and explanations in text and video format. You can use it as a reference for this course but also for other courses that you will take throughout your studies.<br />
<br>
None of the material on the following pages is new, nor is it invented by us. We intend to provide a summary of existing material interesting to the marketing researcher. We have cited the sources used for all the tutorials. However, if we have not given you appropriate credit for your work or failed to cite something correctly please <a href="https://github.com/IMSMWU/MRDA_issues">contact us through the github page of this course</a> so we can resolve the issue amicably.
<br>
<br></p>
</div>
</section>
</div>
</div>
</div>
<a href="section-course-materials.html" class="navigation navigation-next navigation-unique" aria-label="Next page"><i class="fa fa-angle-right"></i></a>
</div>
</div>
<script>
gitbook.require(["gitbook"], function(gitbook) {
gitbook.start({
"sharing": {
"github": false,
"facebook": true,
"twitter": true,
"linkedin": false,
"weibo": false,
"instapaper": false,
"vk": false,
"all": ["facebook", "twitter", "linkedin", "weibo", "instapaper"]
},
"fontsettings": {
"theme": "white",
"family": "sans",
"size": 2
},
"edit": {
"link": null,
"text": null
},
"history": {
"link": null,
"text": null
},
"view": {
"link": null,
"text": null
},
"download": null,
"toc": {
"collapse": "section"
},
"search": false
});
});
</script>
</body>
</html>