print.summary.lmgce {GCEstim} | R Documentation |
Print Summary of lmgce
Model Fits
Description
print.summary
method for class lmgce
.
Usage
## S3 method for class 'summary.lmgce'
print(
x,
digits = max(3L, getOption("digits") - 3L),
symbolic.cor = x$symbolic.cor,
signif.stars = getOption("show.signif.stars"),
...
)
Arguments
x |
an object of class |
digits |
The number of significant digits to use when printing. |
symbolic.cor |
Boolean value. if |
signif.stars |
Boolean value. if |
... |
Further arguments passed to or from other methods. |
Value
The function print.summary.lmgce
prints the information in a
summary.lmgce
object.
Author(s)
Jorge Cabral, jorgecabral@ua.pt
Examples
res_gce_package <-
lmgce(y ~ .,
data = dataGCE,
boot.B = 50,
seed = 230676)
summary(res_gce_package)
summary(res_gce_package, ci.level = 0.90, ci.method = "basic")
[Package GCEstim version 0.1.0 Index]