fork download
  1. # your code goes here
  2.  
  3. male<-c(163,135,71,43)
  4. female<-c(86,77,40,38)
  5. bird<-matrix(c(male,female),ncol = 4,byrow=T)
  6.  
  7. library(gmodels)
  8. CrossTable(birds,expreted=T)
Success #stdin #stdout #stderr 0.47s 79168KB
stdin
# your code goes here

 male<-c(163,135,71,43)
 female<-c(86,77,40,38)
 bird<-matrix(c(male,female),ncol = 4,byrow=T)
 
 library(gmodels)
 CrossTable(birds,expreted=T)
stdout
Standard output is empty
stderr
Error in library(gmodels) : there is no package called ‘gmodels’
Execution halted