Skip to content

Commit

Permalink
Add gut check
Browse files Browse the repository at this point in the history
  • Loading branch information
clifmckee committed Jan 9, 2025
1 parent ed4e0df commit b44986b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions modules/Statistics/Statistics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,16 @@ circ <- read_csv("https://jhudatascience.org/intro_to_r/data/Charm_City_Circulat
head(circ)
```

## GUT CHECK!

What class of data do you need to calculate a correlation?

A. Character data

B. Factor data

C. Numeric data

## Correlation for two vectors

First, we compute correlation by providing two vectors.
Expand Down

0 comments on commit b44986b

Please sign in to comment.