xls.prep: Preparing eXtreme Least Squares Data

View source: R/xls.prep.R

xls.prepR 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.


XLS documentation built on March 18, 2022, 7:03 p.m.

Related to xls.prep in XLS...