averageObs | R Documentation |
Extract a data frame of a single row that represents the average observation in a merMod object. This function also allows the user to pass a series of conditioning argument to calculate the average observation conditional on other characteristics.
averageObs(merMod, varList = NULL, origData = NULL, ...)
merMod |
a merMod object |
varList |
optional, a named list of conditions to subset the data on |
origData |
(default=NULL) a data frame containing the original, untransformed data used to call the model. This MUST be specified if the original variables used in formula function calls are NOT present as 'main effects'. |
... |
not used currently |
Each character and factor variable in the data.frame is assigned to the modal category and each numeric variable is collapsed to the mean. Currently if mode is a tie, returns a "." Uses the collapseFrame function.
a data frame with a single row for the average observation, but with full factor levels. See details for more.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.