Created
July 7, 2022 20:34
-
-
Save erichare/a79d12664818f514959b67edcfdae05f to your computer and use it in GitHub Desktop.
Calling PCA Daisi with R
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(rdaisi) | |
configure_daisi(python_path = "/usr/local/bin/python3") | |
principal_components_analysis <- Daisi("erichare/Principal Components Analysis") | |
principal_components_analysis$fit_pca(df=NULL, vars=NULL, n_components=2)$value() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment