averageObs: Find the average observation for a merMod object

View source: R/merData.R

averageObsR Documentation

Find the average observation for a merMod object

Description

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.

Usage

averageObs(merMod, varList = NULL, origData = NULL, ...)

Arguments

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

Details

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.

Value

a data frame with a single row for the average observation, but with full factor levels. See details for more.


merTools documentation built on March 31, 2023, 8:43 p.m.