Skip to content

Commit

Permalink
tweak 04-pca-biplot
Browse files Browse the repository at this point in the history
  • Loading branch information
friendly committed Dec 12, 2023
1 parent 59e5973 commit 361b347
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 04-pca-biplot.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -810,10 +810,12 @@ quality <- var_info$cos2
rowSums(quality)
colSums(quality)
cbind(quality[, 1:2], Total = rowSums(quality[, 1:2]))
cbind(quality[, 1:2],
Total = rowSums(quality[, 1:2]))
```
In two dimensions, murder and burglary are best represented; robbery and larceny are the worst, but as
we saw above (@fig-crime-biplot3), these crimes are implicated in the third dimension.
### Supplementary variables
Expand Down

0 comments on commit 361b347

Please sign in to comment.