Print methods for scan objects
# 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, ...)
Object
Maximum lag to be reported for autocorrelation of residuals.
Default is 3
. Set FALSE
for no report of autocorrelations.
Print confidence intervals. Either FALSE, TRUE or a number between 0 and 1 (0.90 for a 90% intervals).
Logical. If set TRUE
, Yule's Q is reported.
Further parameters passed to the print function
The minimum number of significant digits to be use. If set to "auto" (default), values are predefined.
If set TRUE (default) output values are rounded and optimized for publication tables.
If TRUE the duration for computation is printed.