Description Usage Arguments Value
View source: R/grouped_glmer.R
Function to run generalized linear mixed-effects model (glmer)
across multiple grouping variables.
| 1 2 3 4 5 6 7 8 9 | 
| data | Dataframe (or tibble) from which variables are to be taken. | 
| grouping.vars | Grouping variables. | 
| ... | Arguments passed on to  
 | 
| output | A character describing what output is expected. Two possible
options:  | 
| tidy.args | A list of arguments to be used in the relevant  | 
| augment.args | A list of arguments to be used in the relevant  | 
A tibble dataframe with tidy results from linear model or model summaries.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.