linear_link_inv: Inverse linear link function gives the abscissa (x) of a...

Description Usage Arguments Value Examples

View source: R/linear_link.R

Description

Inverse linear link function gives the abscissa (x) of a linear model.

Usage

1
linear_link_inv(intercept = 0, slope = 1, y)

Arguments

intercept

is a real number corresponding to the intercept of the linear model.

slope

is a real number corresponding to the slope of the linear model.

y

is a real number (or a vector of real numbers) corresponding the ordinate(s) of the linear model.

Value

x, the output is an real number (or a vector of real numbers) corresponding to the abscissa of the linear model.

Examples

1
linear_link(intercept = 0, slope=1,x=c(1:3))

NicolasEDubois/anaval documentation built on May 7, 2019, 6:18 p.m.