EfxList | R Documentation |
Creates a table of the terms in a regression output object (of class lme or glmmTMB)
EfxList(resultObj)
resultObj |
A regression output object of class lme or glmmTMB |
a tbl_df with two columns: the term (effect) number, and the term name (description)
This function is particularly useful when doing moderation analysis (e.g. with the function JNSiena5.3way), as the latter refers to terms in the model by their number (in order, as used for vectors of lists of coefficients, rows and cols of the vcov matrix, etc.)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.