Learn R Programming

scan (version 0.64.0)

print.sc_plm: Print methods for scan objects

Description

Print methods for scan objects

Usage

# S3 method for sc_plm
print(x, lag_max = 3, ci = 0.95, q = FALSE, ...)

# 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_nap print(x, digits = "auto", nice = TRUE, complete = FALSE, ...)

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

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

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

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

# 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, digits = 3, ...)

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

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

Arguments

x

Object

lag_max

Maximum lag to be reported for autocorrelation of residuals. Default is 3. Set FALSE for no report of autocorrelations.

ci

Print confidence intervals. Either FALSE, TRUE or a number between 0 and 1 (0.90 for a 90% intervals).

q

Logical. If set TRUE, Yule's Q is reported.

...

Further parameters passed to the print function

digits

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

nice

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

duration

If TRUE the duration for computation is printed.