predict.lad: Find the predicted values using the lad function

Description Usage Arguments Details Value

View source: R/predict.lad.R

Description

Takes a lad object and a numeric vector, and returns the predicted values from the lad function.

Usage

1
2
## S3 method for class 'lad'
predict(object, new.x, ...)

Arguments

object

An object of type lad

new.x

A numeric vector

...

further arguments passed to or from other methods

Details

predict.lad returns the predicted values using the found values of beta0 and beta1.

Value

Vector of lad's predictions at the x values in new.x


Addison-McGhee/existingToGitHub documentation built on Dec. 17, 2021, 7:39 a.m.