print.summary.spsur: Print method for objects of class summary.spsur.

View source: R/print.summary.spsur.R

print.summary.spsurR 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

summary.spsur.

Examples

 # See examples for \code{\link{spsurml}} or
 # \code{\link{spsur3sls}} functions.

spsur documentation built on Oct. 30, 2022, 1:06 a.m.