forked from rstudio/webinars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Introduction_Slides.html
125 lines (98 loc) · 4.6 KB
/
Introduction_Slides.html
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
<!DOCTYPE html>
<html>
<head>
<title>The very next webinar from RStudio and this is a very long title used for introduction</title>
<meta charset="utf-8">
<link rel="stylesheet" href="rstudio.css" type="text/css" />
</head>
<body>
<textarea id="source">
class: center, middle, inverse, title-slide
# The very next webinar from RStudio and this is a very long title used for introduction
---
class: rstudio-slide, left
# Let’s connect in person!
### February
- CSP 2018 - February 15th through February 17th — Portland, OR
### March
- Gartner Data & Analytics Summit - March 5th through March 8th — Grapevine, TX
- Gartner Data & Analytics Summit - March 19th through March 21st — London, UK
- Analytics & Data Summit - March 20th through March 22nd — Redwood Shores, CA - Big Data World - March 21st through March 22nd — London, UK
- ENAR - International Biometric Society - March 25th through March 28th — Atlanta, GA
- SQL Intersection - March 25th through March 28th — Orland, FL
---
class: rstudio-slide, left
# Logistics
.pull-left[
1. Webinar will be roughly 45 minutes in length.
1. We don’t expect that you will have trouble with sound, but if you do, the best solution will be to log out and reconnect.
1. RStudio will answer questions via the chat panel during and after the talk.
1. Webinar is being recorded and will be posted within 48 hours - https://www.rstudio.com/resources/webinars/
1. Slides and demo code will be hosted here: https://github.com/rstudio/webinars
Twitter - @rstudio #rstats
]
.pull-right[![](images/GoToWebinar.png)]
---
class: rstudio-slide, left
# Our Speaker Today
.head-shot[![](https://avatars1.githubusercontent.com/u/5731043?s=400&v=4)]
Max was a nonclinical statistician for 12 years in the pharmaceutical industry and for 6 years in the medical diagnostic industry. His degrees are in Biostatistics (Ph.D.) and Mathematics (B.S.). He has released several R packages for predictive modeling and machine learning, including caret, C50, and Cubist. He is the author of Applied Predictive Modeling (with Kjell Johnson), which has won the American Statistical Association’s Ziegel Award.
---
class: dark-gray, middle
#
---
class: rstudio-slide, left
# Download Links
### Open Source & Free Products
- Desktop: https://www.rstudio.com/products/rstudio/download/
- RStudio Server: https://www.rstudio.com/products/rstudio/download-server/
- Shiny Server: https://www.rstudio.com/products/shiny/download-server/
- shinyapps.io: https://www.shinyapps.io/admin/#/signup
### 45 Day Evaluation of Pro Products
- RStudio Server Pro: https://www.rstudio.com/products/rstudio-server-pro/evaluation/
- Shiny Server Pro: https://www.rstudio.com/products/shiny-server-pro/evaluation/
- RStudio Connect: https://www.rstudio.com/products/connect/evaluation/
- RStudio Drivers: https://www.rstudio.com/products/drivers/drivers-evaluation/
---
class: rstudio-slide, left
# Let's stay in touch
.pic-right[![](https://upload.wikimedia.org/wikipedia/en/9/9f/Twitter_bird_logo_2012.svg)]
- RStudio Community - rstudio.link/community
- Developer Blog - rstudio.link/developer_blog
- R Views Blog - rstudio.link/rviews_blog
- TensorFlow Blog - rstudio.link/tensorflow_blog
- Twitter - rstudio.link/twitter
- GitHub - rstudio.link/github
- LinkedIn - rstudio.link/linkedin
- YouTube - rstudio.link/youtube
- Facebook - rstudio.link/facebook
</textarea>
<script src="https://remarkjs.com/downloads/remark-latest.min.js"></script>
<script>var slideshow = remark.create({
"countIncrementalSlides": true,
"highlightLines": true,
"highlightStyle": "github",
"ratio": "16:9"
});
if (window.HTMLWidgets) slideshow.on('afterShowSlide', function (slide) {window.dispatchEvent(new Event('resize'));});
(function() {var d = document, s = d.createElement("style"), r = d.querySelector(".remark-slide-scaler"); if (!r) return; s.type = "text/css"; s.innerHTML = "@page {size: " + r.style.width + " " + r.style.height +"; }"; d.head.appendChild(s);})();</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre']
}
});
</script>
<!-- dynamically load mathjax for compatibility with self-contained -->
<script>
(function () {
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'https://cdn.bootcss.com/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML';
if (location.protocol !== 'file:' && /^https?:/.test(script.src))
script.src = script.src.replace(/^https?:/, '');
document.getElementsByTagName('head')[0].appendChild(script);
})();
</script>
</body>
</html>