tranformTime: Transforms the time variable

Description Usage Arguments Details Value Author(s)

View source: R/tranformTime.R

Description

Transforms a variable that contains information about when an observation was taken into a numeric vector, then averages the response variable across a specified interval of time.

Usage

1
tranformTime(Data, TimeVar, Time, RepVar, GroupVar, ResponVar)

Arguments

Data

A data set.

TimeVar

The name (as a string) of the time variable.

Time

The interval time the response is averaged across.

RepVar

The name (as a string) of the replicate variable.

GroupVar

The name (as a string) of the treatment variable.

ResponVar

The name (as a string) of response variable.

Details

This function just averages across time.

Value

Returns a data set where the time variable has been changed to a numeric time and the response variable has been averaged across time.

Author(s)

Joe Swintek


StatCharrms documentation built on Nov. 14, 2020, 5:09 p.m.