search for: df_yo

Displaying 1 result from an estimated 1 matches for "df_yo".

Did you mean: df_df
2013 Mar 06
1
red SNA
...group = c('a','b','c','a','b','c','d','b','d'), stringsAsFactors = F) df m = table( df ) M = as.matrix( m ) # o M = as.matrix( table(df) ) Mrow = M %*% t(M) Mrow Mcol = t(M) %*% M Mcol df_yo <- data.frame( person = c('Sam','Sam','Sam','Greg','Tom','Tom','Tom','Mary','Mary'), group = c('a','b','c','a','b','c','d','b','d'),...