| ml_add_interactions | R Documentation |
Builds new panels from existing ones via elementwise operations.
Specification accepts either a shorthand list(new = c("A","B")) (defaults to product),
or a structured form list(new = list(panels=c("A","B","C"), op=/, how="intersect", fill=NA)).
ml_add_interactions(features, interactions)
features |
List of existing panels (wide data frames with |
interactions |
Named list describing interactions to add. |
The input features list with additional interaction panels.
## Not run:
X2 <- ml_add_interactions(X, list(mom_vol = c("mom12","vol")))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.