-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathPATTERNS.Rmd
28 lines (20 loc) · 890 Bytes
/
PATTERNS.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
---
title: 'Patterns'
---
# (PART) Patterns {-}
# Learning key patterns

Statistics courses teach statistics, and software training or programming
courses can teach you the fundamentals of a particular package --- for example
R.
However, a large part of learning how to analyse data is actually not about
particular statistical techniques, nor the detals of implementing them in a
particular package.
Instead, the most useful things to take away from a course can be how to think
about different types of problem, and general strategies for tackling them. One
label applied to these approaches and strategies are 'patterns'.
We've already come across one pattern in the section on
[summarising data](summarising-data): the
[split, apply, combine method](#split-apply-combine).
This section outlines some other patterns or ways of working that may be
helpful.