Sunday, May 28, 2023
---
title: "PCA, PLS-DA and OPLS-DA analysis using [ropls]"
date: 2023-05-28
# date-modified: 2023-04-05
categories:
- plsda
- supervised
# image: pca_biplot.png
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(
# fig.width = 6,
# fig.height = 3.8,
fig.align = "center",
# fig.retina = 3,
out.width = "100%",
collapse = TRUE
)
```