Learn R Programming

partR2 (version 0.9.2)

summary.partR2: Complete summary of a partR2 object

Description

Displays extended results of partR2, including R2, part (semi-partial) R2, inclusive R2, structure coefficients and beta weights.

Usage

# S3 method for partR2
summary(object, round_to = 4, ests = FALSE, ...)

Value

No return value, prints extended summary of partR2 calculation.

Arguments

object

partR2 object returned from one of the partR2 functions

round_to

Defaults to 4 (decimals)

ests

Defaults to FALSE, if TRUE, also prints raw model estimates.

...

Additional arguments; not used at the moment