fitall {meifly}R Documentation

Generate all models

Description

Fit all combinations of x variables ($2^p$)

Usage

fitall(y, x, method=lm, ...)

Arguments

y vector y values
x matrix of x values
method method used to fit the model, eg lm,rlm
...

Details

This technique generalises fitbest. While it is much slower it will work for any type of model.

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package meifly version 0.1.1 Index]