Online R Compiler

v1<-rpois(20,2) v2<-rpois(20,2) v3<-rpois(20,2) Response<-rpois(20,5) df2<-data.frame(v1,v2,v3,Response) df2