print.pcpr2: Print method for pcpr2

Description Usage Arguments Details Value Examples

View source: R/print.R

Description

print.pcpr2 Prints a mimimal output.

Usage

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

Arguments

x

an object of class pcpr2.

...

additional arguments passed to the function.

Details

This function prints the model fit and Partial R2 values calculated by the runPCPR2 function.

Value

the input object is returned silently.

Examples

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

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