day_mean: Calculates the mean of variables at the day level

Description Usage Arguments

Description

This is a simple function that returns a dataframe in which the day-level mean of any input variables has been calculated. Output variables will be named 'input_variable_day_mean'

Usage

1
day_mean(data, variables, person_id, day_id)

Arguments

data

The input dataset

variables

A character vector of input variables e.g. c('negemo', 'posemo').

person_id

The person level grouping variable - this should be your person id variable.

day_id

The day level grouping variable - this should be your day id variable.


seanchrismurphy/emacalc documentation built on May 12, 2019, 2:03 p.m.