Please enable JavaScript.
Coggle requires JavaScript to display documents.
Statistics Boot Camp - Coggle Diagram
Statistics Boot Camp
Sampling
Selection of a subset of individuals from within a statistical population to estimate characteristics of the whole population
-
-
-
-
-
-
-
R Programming
-
Basic Data Types
Numeric - (10.5, 55, 787)
Integer - (1L, 55L, 100L, where the letter "L" declares this as an integer)
Complex - (9 + 3i, where "i" is the imaginary part)
Character (a.k.a. string) - ("k", "R is exciting", "FALSE", "11.5")
-
-
Hypothesis Testing
Five steps
- State the hypotheses
(3.1 p15-20)
-
-
- Determine a significance level
(3.1 p16-23)
-
- Identify the test statistic
-
- Reject or fail to reject the null hypothesis
-
-
-
-