View source: R/tsqca_methods.R
| print.tsqca_result | R Documentation |
Displays a concise overview of TSQCA analysis results.
## S3 method for class 'tsqca_result'
print(x, ...)
## S3 method for class 'otSweep_result'
print(x, ...)
## S3 method for class 'dtSweep_result'
print(x, ...)
## S3 method for class 'ctSweepS_result'
print(x, ...)
## S3 method for class 'ctSweepM_result'
print(x, ...)
x |
A TSQCA result object returned by one of the sweep functions. |
... |
Additional arguments (ignored). |
Invisibly returns x.
data(sample_data)
result <- otSweep(
dat = sample_data,
outcome = "Y",
conditions = c("X1", "X2", "X3"),
sweep_range = 6:8,
thrX = c(X1 = 7, X2 = 7, X3 = 7)
)
print(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.