Skip to content
Prev 280614 / 398503 Next

Help with code

Hi
c2[i,j]<-"T1D_oc"
To do what?
The only error i get is
Error: object 'c1' not found
 
You probably named your data frame c1 but I do not see any numbers in c1
With your programming style you shall probably use C+ or similar. In R it 
is almost always better to operate on whole objects.

Without knowing what you want to achive and without any data I can only 
suggest to look at

?factor
?interaction

Regards
Petr
http://www.R-project.org/posting-guide.html