References
<-
liste readLines('topics.bib') |>
as_tibble() |>
filter(stringr::str_detect(value, pattern = '@')) |>
mutate(key = stringr::str_remove(value, pattern = '@[:alnum:]+\\{')) |>
mutate(key = stringr::str_remove(key, pattern = ',')) |>
pull()
NoCite(bib = myBib, liste)
Cohen, M. X. (2022). Practical linear algebra for data science. O’Reilly Media, Inc.
Gentle, J. E. (2007). “Matrix algebra”. In: Springer texts in statistics, Springer, New York, NY, doi 10, pp. 978-0.
Harville, D. A. (1998). Matrix algebra from a statistician’s perspective.
Husson, F., S. Lê, and J. Pagès (2011). Exploratory multivariate analysis by example using R. Vol. 15. CRC press Boca Raton.
Petersen, K. B., M. S. Pedersen, and others (2008). “The matrix cookbook”. In: Technical University of Denmark 7.15, p. 510.
Yoshida, R. (2021). Linear algebra and its applications with R. Chapman and Hall/CRC. URL: https://shainarace.github.io/LinearAlgebra/.