print.predict.gtReg {binGroup2} | R Documentation |
Print method for predict.gtReg
Description
Print method for objects obtained by
predict.gtReg
.
Usage
## S3 method for class 'predict.gtReg'
print(x, digits = max(3, getOption("digits") - 3), ...)
Arguments
x |
An object of class "predict.gtReg" created by
|
digits |
digits for rounding. |
... |
not currently used. |
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.
Author(s)
Brianna Hitt
[Package binGroup2 version 1.3.1 Index]