print.stvarsum: Summary print method from objects of class 'stvarsum'

View source: R/printMethods.R

print.stvarsumR Documentation

Summary print method from objects of class 'stvarsum'

Description

print.stvarsum is a print method for object 'stvarsum' generated by summary.stvar.

Usage

## S3 method for class 'stvarsum'
print(x, ..., digits, standard_error_print = FALSE)

Arguments

x

object of class 'stvarsum' generated by summary.stvar.

...

currently not used.

digits

the number of digits to be printed.

standard_error_print

if set to TRUE, instead of printing the estimates, prints the approximate standard errors using square roots of the diagonal of inverse of the observed information matrix.

Value

Returns the input object x invisibly.


sstvars documentation built on June 8, 2025, 10:07 a.m.