Non-Redundant Version of expand.grid in R (Example) | No Duplicate Combinations | combn() Function

Published: 19 September 2022
on channel: Statistics Globe
513
10

How to get the output of the expand.grid function without duplicates in the R programming language. More details: https://statisticsglobe.com/non-redun...
R code of this video:

x <- LETTERS[1:3] # Create example vector
x # Print example vector

data_expg <- expand.grid(x, x) # Apply expand grid
data_expg # Grid with duplicates

data_combn <- combn(x, 2) # Apply combn
data_combn # Grid without duplicates

Follow me on Social Media:
Facebook – Statistics Globe Page:   / statisticsglobecom  
Facebook – R Programming Group for Discussions & Questions:   / statisticsglobe  
Facebook – Python Programming Group for Discussions & Questions:   / statisticsglobepython  
LinkedIn – Statistics Globe Page:   / statisticsglobe  
LinkedIn – R Programming Group for Discussions & Questions:   / 12555223  
LinkedIn – Python Programming Group for Discussions & Questions:   / 12673534  
Twitter:   / joachimschork  

Music by bensound.com


Watch video Non-Redundant Version of expand.grid in R (Example) | No Duplicate Combinations | combn() Function online, duration hours minute second in high quality that is uploaded to the channel Statistics Globe 19 September 2022. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 513 times and liked it 10 visitors.