Learn R Programming

PAsso (version 0.1.8)

summary: Summary of partial association analysis

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

# S3 method for 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

Run this code
# NOT RUN {
# See PAsso for the example.

# }

Run the code above in your browser using DataLab