Last active
August 5, 2022 12:29
-
-
Save elowy01/a0cb342b25fd61d125d50f3b583d3b92 to your computer and use it in GitHub Desktop.
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
df <- data.frame( | |
x=rnorm(25), | |
y=rnorm(25), | |
g=rep(factor(LETTERS[1:5]), 5) | |
) | |
X <- split(df, df$g) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment