Learn R Programming

scan (version 0.56)

print.sc: Print methods for scan objects

Description

Print methods for scan objects

Usage

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

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

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

# 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_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_overlap 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_plm print(x, ...)

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

# S3 method for sc_power print(x, duration = FALSE, digits = 1, ...)

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

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

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

# S3 method for sc_tauu print( x, complete = FALSE, digits = "auto", select = c("Tau", "CI lower", "CI upper", "SD_S", "Z", "p"), nice_p = TRUE, ... )

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

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.

duration

If TRUE the duration for computation is printed.

complete

Print all parameters.

select

Character vector with name of variables to be included. When the vector is named, variables are renamed appropriately.

nice_p

If TRUE, p-values are printed in publication friendly form.