as_tibble.alias.matrix | R Documentation |
Given an alias matrix, this function returns a tidy tibble of the
alias structures, with the added generator
column containing the generator
(i.e. right-hand side) of the defining relationship that generates each
alias.
## S3 method for class 'alias.matrix'
as_tibble(x, ..., compact = TRUE)
x |
the alias matrix object. |
... |
additional arguments to |
compact |
a logical: if TRUE, it reports all possible effects combinations, even those with no alias. |
a tibble representation of the alias matrix
tibble::as_tibble(fp_alias_matrix(~A*B*C, ~B*C*D))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.