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

Опубликовано: 19 Сентябрь 2022
на канале: 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