R Documentation |
Print partial association matrix
## S3 method for class 'PAsso'
print(x, digits = max(2, getOption("digits") - 2), ...)
## S3 method for class 'PAsso.test'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
x |
A PAsso object for printing out results. |
digits |
A default number to specify decimal digit values. |
... |
Additional optional arguments. |
Print partial association matrix of a PAsso object
# See PAsso for the example.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.