predict {psychmeta}R Documentation

Prediction method for objects of classes deriving from lm_mat

Description

Prediction method for objects of classes deriving from lm_mat

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.

Value

An set of predicted values


[Package psychmeta version 2.7.0 Index]