Pre Probibilty and R
Table of Contents
1. Pre-Probibility
1.1. Numerical Discrete Outcomes
e.g rolling a die
We can be seen through a bar plot. Contains adjusted heights of each bar that gives probability.
1.2. Numerical Continous Outcomes
Looks more like a equation slope… We do not find the probability of a single outcome. For the probability we take the calculus integral for the range from a to b.
2. Introduction to R
2.1. Basics
function() EX: glimpse(<data>) -> show me some data
2.1.1. Pipe Operator
’|>’ lets you connect commands