pylinear: Fitting a linear model using Python.

Description Usage Arguments Value Examples

View source: R/pylinear.R

Description

This is a function fits linear model.

Usage

1
pylinear(X, y)

Arguments

X

The input design matrix.

y

The input response vector.

Value

A list of estimated coefficients.

Examples

1
## Not run: pylinear(X,y)

lyran92/bis557 documentation built on Dec. 21, 2020, 10:03 p.m.