print.sValues: Succinct display of S-values results.

Description Usage Arguments Value Examples

Description

Succinct display of S-values results.

Usage

1
2
## S3 method for class 'sValues'
print(x, ..., print.length = 6)

Arguments

x

an object of class sValues.

...

further arguments passed to or from other methods.

print.length

how many variables to show in the screen? This is used for pretty printing. The default is 6.

Value

NULL

Examples

1
2
3
4
5
data(economic_growth)
eg_sv <- sValues(GR6096 ~ ., data = economic_growth)
eg_sv
str(eg_sv) 
 

carloscinelli/sValues documentation built on May 13, 2019, 12:48 p.m.