print.summary.spsur {spsur} | R Documentation |
Print method for objects of class summary.spsur.
Description
Print method for objects of class summary.spsur.
Usage
## S3 method for class 'summary.spsur'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
Arguments
x |
object of class summary.spsur. |
digits |
number of digits to show in printed tables. Default: max(3L, getOption("digits") - 3L). |
... |
further arguments passed to or from other methods. |
Author(s)
Fernando Lopez | fernando.lopez@upct.es |
Roman Minguez | roman.minguez@uclm.es |
Jesus Mur | jmur@unizar.es |
See Also
Examples
# See examples for \code{\link{spsurml}} or
# \code{\link{spsur3sls}} functions.
[Package spsur version 1.0.2.5 Index]