partialR2 {rr2} | R Documentation |
Partial R2
Description
Get partial R2 by comparing a model and its reduced model.
Usage
partialR2(mod, mod.r)
Arguments
mod |
A linear regression model. |
mod.r |
A reduced model based on |
Value
R2 value between 0 and 1.
[Package rr2 version 1.1.1 Index]