plotLinear: Plot (improper) weighted linear combinations of variables

Description Usage Arguments See Also

View source: R/plotLinear.R

Description

Plot (improper) weighted linear combinations of variables

Usage

1
plotLinear(formula, data, scaling = "none", weighting = 1)

Arguments

formula

an object of class "formula" (or one that can be coerced to that class): a symbolic description of the model to be fitted.

data

an optional data frame, list or environment (or object coercible by as.data.frame to a data frame) containing the variables in the model.

scaling

method of scaling to be used. Possible choices are: "none", "zscore", "minmax", "medmad" (see ilm for learning more)

weighting

weights to be applied to all the variables (notice: this is different than weights parameter in lm).

See Also

ilm


twolodzko/improper documentation built on May 3, 2019, 1:52 p.m.