View source: R/CheckReturnVars.R
returnVars
is an internal function that checks that all variables in
returnVars are included in formula in ModelMultiData.
1 | CheckReturnVars(returnVars, formula)
|
returnVars |
Character vector of coefficient variable names to return. By default, returns all coefficients for variables in xName. To return all coefficients (including intercept), use "*". |
formula |
Formula to be used in model. If provided by user, formula should include all values in yName and xName. Else, formula will be built using provided data (see details for more information). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.