Learn R Programming

scan (version 0.53)

print.sc: Print method for scan objects

Description

Print method for scan objects

Usage

# S3 method for sc_power
print(x, digits = "auto", ...)

# S3 method for sc_ac print(x, digits = "auto", ...)

# S3 method for sc_cdc print(x, nice = TRUE, ...)

# S3 method for sc_bctau print(x, nice = TRUE, digits = "auto", ...)

# S3 method for sc_desc print(x, digits = "auto", ...)

# S3 method for sc_design print(x, ...)

# S3 method for sc_hplm print(x, ...)

# S3 method for sc_overlap print(x, digits = "auto", ...)

# S3 method for sc_mplm print(x, digits = "auto", std = FALSE, ...)

# S3 method for sc_nap print(x, digits = "auto", ...)

# S3 method for sc_outlier print(x, digits = "auto", ...)

# S3 method for sc_pand print(x, ...)

# S3 method for sc_pem print(x, ...)

# S3 method for sc_pet print(x, ...)

# S3 method for sc_pnd print(x, ...)

# S3 method for sc_tauu print(x, complete = FALSE, digits = "auto", ...)

# S3 method for sc_plm print(x, ...)

# S3 method for sc_trend print(x, digits = 3, ...)

# S3 method for sc_rand print(x, ...)

# S3 method for sc_rci print(x, ...)

Arguments

x

Object

digits

The minimum number of significant digits to be use. If set to "auto" (default), values are predefined.

...

Further parameters passed to the print function

nice

If set TRUE (default) output values are rounded and optimized for publication tables.

std

If TRUE, a table with standardized estimates is included.

complete

Print further parameters.