Skip to content
Snippets Groups Projects
Verified Commit 5b7c67d6 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

Practical_a: show svd code

parent 0ea8abb8
Branches
No related tags found
No related merge requests found
......@@ -1052,7 +1052,7 @@ as_tibble(data_f_pca$x) %>%
Compare the results of your `data_f_pca` to the one obtained with the following code.
</div>
```{r echo=FALSE}
```{r}
data_f_svd <- data %>%
filter(sex == "female") %>%
select(c(bill_length_mm, bill_depth_mm, flipper_length_mm, body_mass_g)) %>%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment