predict_oomlm: Internal. Return function that will predict and format output

Description Usage Arguments

View source: R/predict.R

Description

Internal. Return function that will predict and format output

Usage

1
2
predict_oomlm(object, std_error = FALSE, interval = NULL,
  level = 0.95)

Arguments

object

An oomlm model object.

std_error

Indicates if the standard error of predicted means should be returned.

interval

Type of interval calculation, "confidence" or "prediction. Is ignored if std_error is FALSE.

level

Confidence level for interval calculation.


blakeboswell/ploom documentation built on May 25, 2019, 3:24 p.m.