famr: Perform a family of multiple regression analyses on a dataset

Description Usage Arguments

View source: R/famr.R

Description

Perform a family of multiple regression analyses on a dataset

Usage

1
famr(data, y, x, models = NULL)

Arguments

data

- matrix or data frame

y

- character, name of column in data containing modeled variable; alternatively, a list with one function operating on data.

x

- character, name of column in data containing primary variable; alternatively, a list with one function operating on data.

models

- description of secondary variables to include in multiple regressions. When NULL, all numeric/factor columns in data are used. Otherwise, models must be a named list, see output of famrModels() for specific format.


tkonopka/famr documentation built on May 6, 2019, 10:52 p.m.