fixvar_of_red_mod {partR2} | R Documentation |
Calculate fixed effect variance from a reduced model
Description
Calculate fixed effect variance from a reduced model
Usage
fixvar_of_red_mod(partvar, mod, dat, expct, overdisp_name, R2_type)
Arguments
partvar |
One or more fixed effect variables which are taken out of the model. |
mod |
merMod object. |
dat |
Data.frame to fit the model |
expct |
Expectation |
overdisp_name |
Name of overdispersion term |
R2_type |
"marginal" or "conditional" |
Value
R2 of reduced model.
[Package partR2 version 0.9.2 Index]