parse_formula: Simple Parsing of Formula

Description Usage Arguments Value

View source: R/nmfModel.R

Description

Formula parser for formula-based NMF models.

Usage

1

Arguments

x

formula to parse

Value

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.


renozao/NMF documentation built on June 14, 2020, 9:35 p.m.