parse_formula | R Documentation |
Formula parser for formula-based NMF models.
parse_formula(x)
x |
formula to parse |
a list with the following elements:
response |
logical that indicates if the formula has a response term. |
y |
name of the response variable. |
x |
list of regressor variable names. |
n |
number of regressor variables. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.