xls.prep {XLS} | R Documentation |
Preparing eXtreme Least Squares Data
Description
Automatically used in xls.fit()
No need to use if the raw data is not specifically desired to be achieved.
Usage
xls.prep(formula, data, dependent_var)
Arguments
formula |
An object of class "formula": a symbolic description of the model to be fitted. |
data |
A data.frame object. |
dependent_var |
A character which is the same as left hand side variable in specified formula. |
Value
A list
object which contains a data.frame
object to be modeled and character vector of independent variables.
[Package XLS version 0.1.0 Index]