SSCC - Social Science Computing Cooperative Supporting Statistical Analysis for Research

7 Programming index

array programming - 4.5.2.2

assignment operator - 1.1.2.3

attributes - 2.1.3

chained methods/pipes - introduced - 4.4.2 - Python pipe() method 4.5.4

data frame
- definition - 2.1.1.2 - saving Tidyverse - 4.3.3 - saving Pandas - 4.3.4

functions
- disambiguation - 1.2.1.4
- parameters - 1.2.1.2, 4.3.2.2
- usage - 1.2.1.2

ggplot
- color, shape, and size - 3.4.1.1
- facet - 3.4.2.1
- geom_* layers - 3.2.3
- lables - 3.4.2.2
- legend - 3.4.2.2
- syntax - 3.2.3
- themes - 3.4.2.2

help - 1.2.1.5

indexes - 4.2.2, 4.6.2.2
- also see subsetting or slicing

lines of code - Python recommended length - 4.4.4

methods - 1.2.1.3

missing values (NAs) - 2.3.2

object
- definition - 1.1.1
- naming convention - 4.2.1

packages - 1.2.1.1

paths
- definition - 1.1.2.5
- dirrectory separators - ??

read csv - 2.2

subset - fixed indexes - 4.6.1 - conditionally - 4.6.2.4 - Also see indexes

slice - 4.6.2.3
- Also see indexes

testing conditions - @(#prgm-conditional-test)

vectorized - 4.5.2.2