
Last chance! 50% off unlimited learning
Sale ends in
This function is not intended to be called by users. It creates a formula style character string from its argument. But note that it does not actually create a formula class object. If you do not want an argument, use the empty string.
internalformulaIt(dv, iv, covariates)
A character string of the dependent variable.
A character string or vector of the independent variables
A character string or vector of the dependent variables
A character string
# NOT RUN {
JWileymisc:::internalformulaIt("mpg", "hp", "am")
JWileymisc:::internalformulaIt("mpg", "hp", "")
JWileymisc:::internalformulaIt("mpg", "", "am")
# }
Run the code above in your browser using DataLab