Learn R Programming

binGroup2 (version 1.3.1)

print.predict.gtReg: Print method for predict.gtReg

Description

Print method for objects obtained by predict.gtReg.

Usage

# S3 method for predict.gtReg
print(x, digits = max(3, getOption("digits") - 3), ...)

Value

A matrix of predictions with rows corresponding to each observation in newdata (if provided) or each observation in the data set used for the fit. The columns correspond to the predictions (fit), the estimated standard errors (se.fit), the lower bound of the confidence interval (lower), and the upper bound of the confidence interval (upper). If conf.level is not specified, the lower and upper

columns will not be included. If se = FALSE, the se.fit column will not be included.

Arguments

x

An object of class "predict.gtReg" created by predict.gtReg.

digits

digits for rounding.

...

not currently used.

Author

Brianna Hitt