polynomial {amba}R Documentation

polynomial terms

Description

Create a polynomial term object, noting the polynomial terms are linear terms, where linear refers to linearity in parameters, and polynomial refers to a function of x. A polynomial term adds little over the standard linear terms, other than taking care of key function specification.

Usage

polynomial (x, y=NULL, deg=1, valid.intercept=ifst (y), s)

Arguments

x
y
deg
valid.intercept
s

[Package amba version 0.2.0 Index]