print.sc_plm | R Documentation |
Print methods for scan objects
## S3 method for class 'sc_plm'
print(x, lag_max = 3, ...)
## S3 method for class 'sc_ac'
print(x, digits = "auto", ...)
## S3 method for class 'sc_bctau'
print(x, nice = TRUE, digits = "auto", ...)
## S3 method for class 'sc_cdc'
print(x, nice = TRUE, ...)
## S3 method for class 'sc_desc'
print(x, digits = "auto", ...)
## S3 method for class 'sc_design'
print(x, ...)
## S3 method for class 'sc_nap'
print(x, digits = "auto", nice = TRUE, complete = FALSE, ...)
## S3 method for class 'sc_outlier'
print(x, digits = "auto", ...)
## S3 method for class 'sc_overlap'
print(x, digits = "auto", ...)
## S3 method for class 'sc_pem'
print(x, ...)
## S3 method for class 'sc_pet'
print(x, digits = 3, ...)
## S3 method for class 'sc_pnd'
print(x, ...)
## S3 method for class 'sc_power'
print(x, duration = FALSE, digits = 1, ...)
## S3 method for class 'sc_rand'
print(x, ...)
## S3 method for class 'sc_rci'
print(x, digits = 3, ...)
## S3 method for class 'sc_smd'
print(x, digits = "auto", ...)
## S3 method for class 'sc_trend'
print(x, digits = 3, ...)
x |
Object |
lag_max |
Maximum lag to be reported for autocorrelation of residuals.
Default is |
... |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.