lin.model: Linear or Quadratic model.

Description Usage Arguments Author(s) See Also

View source: R/calibfit-models.R

Description

Internal function, calculates the response values for given set of x values and the associated gradient.

Usage

1
lin.model(x, beta, w = 1, type)

Arguments

x

Independent variables.

beta

If type = "lin", beta is a single value, if type = "quad", beta is a two values.

w

Weight vector.

type

lin or quad.

Author(s)

Perry Haaland, Elaine McVey, Daniel Samarov

See Also

calib.fit


calibFit documentation built on May 2, 2019, 6:15 p.m.