SyntaxFix
Write A Post
Hire A Developer
Questions
You can use expand.grid( ) function.
x <-c(1,2,3) y <-c(100,200,300) expand.grid(cond=x,rating=y)