summary.pcpr2: Summary method for pcpr2

Description Usage Arguments Details Value Examples

View source: R/summary.R

Description

print.pcpr2 Prints a detailed summary of the PC-PR2 object

Usage

1
2
## S3 method for class 'pcpr2'
summary(x, ...)

Arguments

x

an object of class pcpr2.

...

additional arguments passed to the function.

Details

This summary function prints a formatted summary the data supplied, the parameters supplied, the model fit and the Partial R2 values calculated by the runPCPR2 function.

Value

the input object is returned silently.

Examples

1
2
output <- runPCPR2(transcripts, Z_metadata)
summary(output)

JoeRothwell/pcpr2 documentation built on June 17, 2021, 8:58 a.m.