summary.partR2 {partR2} | R Documentation |
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 class 'partR2'
summary(object, round_to = 4, ests = FALSE, ...)
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 |
Value
No return value, prints extended summary of partR2 calculation.
[Package partR2 version 0.9.2 Index]