SimpleLM: A Simple linear model.

Description Usage Arguments Value

Description

Replaces lm where X and y are separate

Usage

1
2
3
4
SimpleLM(X, y = NULL, ...)

## S3 method for class 'SimpleLM'
predict(object, newdata, ...)

Arguments

X

Input data for training

y

Target (output) data for training. If NULL, first column of X is used.

...

Other parameters passed to lm

object

A SimpleLM object

newdata

Input data for prediction

Value

a lm model


fnoorian/mltsp documentation built on May 16, 2019, 1:48 p.m.