CheckReturnVars: Check that all variables in returnVars are included in...

Description Usage Arguments

View source: R/CheckReturnVars.R

Description

returnVars is an internal function that checks that all variables in returnVars are included in formula in ModelMultiData.

Usage

1
CheckReturnVars(returnVars, formula)

Arguments

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).


okg3/MultiDataAnalysis documentation built on March 28, 2020, 12:20 p.m.