Learn R Programming

psychmeta (version 2.7.0)

predict: Prediction method for objects of classes deriving from lm_mat

Description

Prediction method for objects of classes deriving from lm_mat

Value

An set of predicted values

Arguments

object

Object of class inheriting from "lm_mat"

newdata

An optional data frame in which to look for variables with which to predict. If omitted, the fitted values are used.

se.fit

A switch indicating if standard errors are required.

df

Degrees of freedom for scale.

interval

Type of interval calculation. Can be abbreviated.

level

Tolerance/confidence level.

...

further arguments passed to or from other methods.