Description Usage Arguments Details Value Side Effects See Also Examples
Joins two or more factors together into a single composite factor defining
the subclasses. In a model formula join(f1, f2, f3)
is equivalent to
f1:f2:f3
.
1 |
... |
Two or more factors or numeric vectors, or lists containing these kinds of component. |
Similar in effect to paste
, which it uses.
A single composite factor with levels made up of the distinct combinations of levels or values of the arguments which occur.
None.
:
, paste
, rjoin
,
direct.sum
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.