lin: Find y value of linear regression given x.

View source: R/lin.R

linR Documentation

Find y value of linear regression given x.

Description

Find y value of linear regression given x.

Usage

lin(x, l)

Arguments

x

x coordinate

l

linear model of lm()

Value

Returns a column numeric representing the y coordinate at the input x of the linear model l.


PCBS documentation built on Sept. 11, 2024, 6:11 p.m.

Related to lin in PCBS...