summary: Summary of partial association analysis

Description Usage Arguments Value Examples

Description

This function summarizes the partial association analysis by providing partial association matrix, marginal association matrix, and a matrix of the models' coefficients. The partial correlation coefficient matrix displays the partial association between each pair of responses after adjusting the covariates. While the marginal coefficient matrix displays association before the adjustment.

Usage

1
2
## S3 method for class 'PAsso'
summary(object, digits = max(3L, getOption("digits") - 2L), ...)

Arguments

object

A PAsso object to draw the summarized results, which includes partial association matrix and a matrix of the models' coefficients.

digits

A default number to specify decimal digit values.

...

Additional optional arguments.

Value

For a PAsso object, print its partial association matrix, marginal association matrix, and a matrix of the models' coefficients.

Examples

1
# See PAsso for the example.

PAsso documentation built on June 18, 2021, 5:09 p.m.