Description Usage Arguments Value Examples
This function is used to calculate the average values (sleep/activity/whatever) of your data by an attribute. For instance, this could be used to calculate the average sleep values for each genotype.
1  | calcAttribMeans(obj, attribute, ..., vector)
 | 
obj | 
 A valid DAM S4 object (created by   | 
attribute | 
 Which attribute you would like to use to analyze your data by, e.g. "genotype"  | 
vector | 
 A vector of values to use for mean calculation instead of using those in actual DAM object obj.  | 
A matrix of values with the average and standard error for each attribute category
1 2 3  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.